Uses of Interface
org.jboss.marshalling.MarshallerFactory
Packages that use MarshallerFactory
-
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.
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.