Uses of Interface
org.jboss.marshalling.MarshallerFactory
-
Packages that use MarshallerFactory Package Description org.jboss.marshalling The marshalling API. -
-
Uses of MarshallerFactory in org.jboss.marshalling
Classes in org.jboss.marshalling that implement MarshallerFactory Modifier and Type Class Description classAbstractMarshallerFactoryAn abstract implementation of theMarshallerFactoryinterface.Methods in org.jboss.marshalling that return MarshallerFactory Modifier and Type Method Description static MarshallerFactoryMarshalling. getMarshallerFactory(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 MarshallerFactoryMarshalling. getMarshallerFactory(String name, ClassLoader classLoader)Get a marshaller factory, by name.MarshallerFactoryProviderDescriptor. 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.
-