JBoss Marshalling 1.3.0.CR9

Uses of Class
org.jboss.marshalling.MarshallingConfiguration

Packages that use MarshallingConfiguration
org.jboss.marshalling The marshalling API. 
 

Uses of MarshallingConfiguration in org.jboss.marshalling
 

Methods in org.jboss.marshalling that return MarshallingConfiguration
 MarshallingConfiguration MarshallingConfiguration.clone()
          Create a shallow clone.
 

Methods in org.jboss.marshalling with parameters of type MarshallingConfiguration
 Marshaller MarshallerFactory.createMarshaller(MarshallingConfiguration configuration)
          Create a marshaller from this configuration.
 Unmarshaller MarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration)
          Create an unmarshaller from this configuration.
 

Constructors in org.jboss.marshalling with parameters of type MarshallingConfiguration
AbstractMarshaller(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration)
          Construct a new marshaller instance.
AbstractUnmarshaller(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration)
          Construct a new unmarshaller instance.
 


JBoss Marshalling 1.3.0.CR9

Copyright © 2011 JBoss, a division of Red Hat, Inc.