Package org.jboss.marshalling.river
Class RiverProviderDescriptor
java.lang.Object
org.jboss.marshalling.river.RiverProviderDescriptor
- All Implemented Interfaces:
ProviderDescriptor
The River implementation of the provider descriptor interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the marshaller factory instance for this provider.getName()Get the name of this provider.int[]Get the supported wire protocol versions for this provider, in descending order.
-
Constructor Details
-
RiverProviderDescriptor
public RiverProviderDescriptor()
-
-
Method Details
-
getName
Get the name of this provider.- Specified by:
getNamein interfaceProviderDescriptor- Returns:
- the provider name
-
getSupportedVersions
public int[] getSupportedVersions()Get the supported wire protocol versions for this provider, in descending order.- Specified by:
getSupportedVersionsin interfaceProviderDescriptor- Returns:
- the supported versions in descending order
-
getMarshallerFactory
Get the marshaller factory instance for this provider.- Specified by:
getMarshallerFactoryin interfaceProviderDescriptor- Returns:
- the marshaller factory
-