JBoss Marshalling 1.3.0.GA

Uses of Class
org.jboss.marshalling.AbstractMarshallerFactory

Packages that use AbstractMarshallerFactory
org.jboss.marshalling The marshalling API. 
org.jboss.marshalling.river The River protocol implementation package. 
org.jboss.marshalling.serial   
 

Uses of AbstractMarshallerFactory in org.jboss.marshalling
 

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

Uses of AbstractMarshallerFactory in org.jboss.marshalling.river
 

Subclasses of AbstractMarshallerFactory in org.jboss.marshalling.river
 class RiverMarshallerFactory
          The River marshaller factory implementation.
 

Uses of AbstractMarshallerFactory in org.jboss.marshalling.serial
 

Subclasses of AbstractMarshallerFactory in org.jboss.marshalling.serial
 class SerialMarshallerFactory
           
 


JBoss Marshalling 1.3.0.GA

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