Uses of Class
org.jboss.marshalling.AbstractMarshallerFactory
-
Packages that use AbstractMarshallerFactory Package Description org.jboss.marshalling The marshalling API. -
-
Uses of AbstractMarshallerFactory in org.jboss.marshalling
Constructors in org.jboss.marshalling with parameters of type AbstractMarshallerFactory Constructor Description AbstractMarshaller(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration)
Construct a new marshaller instance.AbstractUnmarshaller(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration)
Construct a new unmarshaller instance.
-