JBoss Marshalling 1.3.0.GA

org.jboss.marshalling.serial
Class SerialProviderDescriptor

java.lang.Object
  extended by org.jboss.marshalling.serial.SerialProviderDescriptor
All Implemented Interfaces:
ProviderDescriptor

public final class SerialProviderDescriptor
extends java.lang.Object
implements ProviderDescriptor

The Serial implementation of the provider descriptor interface.


Constructor Summary
SerialProviderDescriptor()
           
 
Method Summary
 MarshallerFactory getMarshallerFactory()
          Get the marshaller factory instance for this provider.
 java.lang.String getName()
          Get the name of this provider.
 int[] getSupportedVersions()
          Get the supported wire protocol versions for this provider, in descending order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialProviderDescriptor

public SerialProviderDescriptor()
Method Detail

getName

public java.lang.String getName()
Get the name of this provider.

Specified by:
getName in interface ProviderDescriptor
Returns:
the provider name

getSupportedVersions

public int[] getSupportedVersions()
Get the supported wire protocol versions for this provider, in descending order.

Specified by:
getSupportedVersions in interface ProviderDescriptor
Returns:
the supported versions in descending order

getMarshallerFactory

public MarshallerFactory getMarshallerFactory()
Get the marshaller factory instance for this provider.

Specified by:
getMarshallerFactory in interface ProviderDescriptor
Returns:
the marshaller factory

JBoss Marshalling 1.3.0.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.