Uses of Interface
org.jboss.marshalling.MarshallerFactory
Packages that use MarshallerFactory
Package
Description
The marshalling API.
The River protocol implementation package.
-
Uses of MarshallerFactory in org.jboss.marshalling
Classes in org.jboss.marshalling that implement MarshallerFactoryModifier and TypeClassDescriptionclass
An abstract implementation of theMarshallerFactory
interface.Methods in org.jboss.marshalling that return MarshallerFactoryModifier and TypeMethodDescriptionstatic MarshallerFactory
Marshalling.getMarshallerFactory
(String name) Deprecated.static MarshallerFactory
Marshalling.getMarshallerFactory
(String name, ClassLoader classLoader) Get a marshaller factory, by name.ProviderDescriptor.getMarshallerFactory()
Get the marshaller factory instance for this provider.static MarshallerFactory
Marshalling.getProvidedMarshallerFactory
(String name) Get a marshaller factory which is visible to this implementation, by name.private static MarshallerFactory
Marshalling.loadMarshallerFactory
(ServiceLoader<ProviderDescriptor> loader, String name) -
Uses of MarshallerFactory in org.jboss.marshalling.river
Classes in org.jboss.marshalling.river that implement MarshallerFactoryModifier and TypeClassDescriptionclass
The River marshaller factory implementation.Fields in org.jboss.marshalling.river declared as MarshallerFactoryModifier and TypeFieldDescriptionprivate static final MarshallerFactory
RiverProviderDescriptor.MARSHALLER_FACTORY
Methods in org.jboss.marshalling.river that return MarshallerFactoryModifier and TypeMethodDescriptionRiverProviderDescriptor.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 MarshallerFactoryFields in org.jboss.marshalling.serial declared as MarshallerFactoryModifier and TypeFieldDescriptionprivate static final MarshallerFactory
SerialProviderDescriptor.MARSHALLER_FACTORY
Methods in org.jboss.marshalling.serial that return MarshallerFactoryModifier and TypeMethodDescriptionSerialProviderDescriptor.getMarshallerFactory()
Get the marshaller factory instance for this provider.
Marshalling.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.