Package org.jboss.marshalling.river
Class RiverProviderDescriptor
- java.lang.Object
-
- org.jboss.marshalling.river.RiverProviderDescriptor
-
- All Implemented Interfaces:
ProviderDescriptor
public final class RiverProviderDescriptor extends Object implements ProviderDescriptor
The River implementation of the provider descriptor interface.
-
-
Constructor Summary
Constructors Constructor Description RiverProviderDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MarshallerFactory
getMarshallerFactory()
Get the marshaller factory instance for this provider.String
getName()
Get the name of this provider.int[]
getSupportedVersions()
Get the supported wire protocol versions for this provider, in descending order.
-
-
-
Method Detail
-
getName
public String getName()
Get the name of this provider.- Specified by:
getName
in interfaceProviderDescriptor
- Returns:
- the provider name
-
getSupportedVersions
public int[] getSupportedVersions()
Get the supported wire protocol versions for this provider, in descending order.- Specified by:
getSupportedVersions
in interfaceProviderDescriptor
- Returns:
- the supported versions in descending order
-
getMarshallerFactory
public MarshallerFactory getMarshallerFactory()
Get the marshaller factory instance for this provider.- Specified by:
getMarshallerFactory
in interfaceProviderDescriptor
- Returns:
- the marshaller factory
-
-