Uses of Interface
org.jboss.marshalling.MarshallerFactory
-
Packages that use MarshallerFactory Package Description org.jboss.marshalling The marshalling API.org.jboss.marshalling.river The River protocol implementation package.org.jboss.marshalling.serial -
-
Uses of MarshallerFactory in org.jboss.marshalling
Classes in org.jboss.marshalling that implement MarshallerFactory Modifier and Type Class Description class
AbstractMarshallerFactory
An abstract implementation of theMarshallerFactory
interface.Methods in org.jboss.marshalling that return MarshallerFactory Modifier and Type Method Description static MarshallerFactory
Marshalling. getMarshallerFactory(java.lang.String name)
Deprecated.It is recommended that you useMarshalling.getProvidedMarshallerFactory(String)
instead; using the context class loader to find a marshalling implementation is risky at best as the user may have just about anything on their class path.static MarshallerFactory
Marshalling. getMarshallerFactory(java.lang.String name, java.lang.ClassLoader classLoader)
Get a marshaller factory, by name.MarshallerFactory
ProviderDescriptor. getMarshallerFactory()
Get the marshaller factory instance for this provider.static MarshallerFactory
Marshalling. getProvidedMarshallerFactory(java.lang.String name)
Get a marshaller factory which is visible to this implementation, by name.private static MarshallerFactory
Marshalling. loadMarshallerFactory(java.util.ServiceLoader<ProviderDescriptor> loader, java.lang.String name)
-
Uses of MarshallerFactory in org.jboss.marshalling.river
Classes in org.jboss.marshalling.river that implement MarshallerFactory Modifier and Type Class Description class
RiverMarshallerFactory
The River marshaller factory implementation.Fields in org.jboss.marshalling.river declared as MarshallerFactory Modifier and Type Field Description private static MarshallerFactory
RiverProviderDescriptor. MARSHALLER_FACTORY
Methods in org.jboss.marshalling.river that return MarshallerFactory Modifier and Type Method Description MarshallerFactory
RiverProviderDescriptor. getMarshallerFactory()
Get the marshaller factory instance for this provider. -
Uses of MarshallerFactory in org.jboss.marshalling.serial
Classes in org.jboss.marshalling.serial that implement MarshallerFactory Modifier and Type Class Description class
SerialMarshallerFactory
Fields in org.jboss.marshalling.serial declared as MarshallerFactory Modifier and Type Field Description private static MarshallerFactory
SerialProviderDescriptor. MARSHALLER_FACTORY
Methods in org.jboss.marshalling.serial that return MarshallerFactory Modifier and Type Method Description MarshallerFactory
SerialProviderDescriptor. getMarshallerFactory()
Get the marshaller factory instance for this provider.
-