Uses of Class
org.jboss.marshalling.MarshallingConfiguration
-
Packages that use MarshallingConfiguration Package Description org.jboss.marshalling The marshalling API. -
-
Uses of MarshallingConfiguration in org.jboss.marshalling
Methods in org.jboss.marshalling that return MarshallingConfiguration Modifier and Type Method Description MarshallingConfigurationMarshallingConfiguration. clone()Create a shallow clone.Methods in org.jboss.marshalling with parameters of type MarshallingConfiguration Modifier and Type Method Description MarshallerMarshallerFactory. createMarshaller(MarshallingConfiguration configuration)Create a marshaller from this configuration.UnmarshallerMarshallerFactory. createUnmarshaller(MarshallingConfiguration configuration)Create an unmarshaller from this configuration.Constructors in org.jboss.marshalling with parameters of type MarshallingConfiguration Constructor Description AbstractMarshaller(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration)Construct a new marshaller instance.AbstractUnmarshaller(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration)Construct a new unmarshaller instance.
-