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 TypeClassDescriptionclassAn abstract implementation of theMarshallerFactoryinterface.Methods in org.jboss.marshalling that return MarshallerFactoryModifier and TypeMethodDescriptionstatic MarshallerFactoryMarshalling.getMarshallerFactory(String name) Deprecated.static MarshallerFactoryMarshalling.getMarshallerFactory(String name, ClassLoader classLoader) Get a marshaller factory, by name.ProviderDescriptor.getMarshallerFactory()Get the marshaller factory instance for this provider.static MarshallerFactoryMarshalling.getProvidedMarshallerFactory(String name) Get a marshaller factory which is visible to this implementation, by name.private static MarshallerFactoryMarshalling.loadMarshallerFactory(ServiceLoader<ProviderDescriptor> loader, String name) -
Uses of MarshallerFactory in org.jboss.marshalling.river
Classes in org.jboss.marshalling.river that implement MarshallerFactoryModifier and TypeClassDescriptionclassThe River marshaller factory implementation.Fields in org.jboss.marshalling.river declared as MarshallerFactoryModifier and TypeFieldDescriptionprivate static final MarshallerFactoryRiverProviderDescriptor.MARSHALLER_FACTORYMethods 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 MarshallerFactorySerialProviderDescriptor.MARSHALLER_FACTORYMethods 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.