JBoss Marshalling 1.3.0.CR9

org.jboss.marshalling
Interface MarshallerFactory

All Known Implementing Classes:
AbstractMarshallerFactory

public interface MarshallerFactory

The main marshaller factory.


Method Summary
 Marshaller createMarshaller(MarshallingConfiguration configuration)
          Create a marshaller from this configuration.
 Unmarshaller createUnmarshaller(MarshallingConfiguration configuration)
          Create an unmarshaller from this configuration.
 

Method Detail

createUnmarshaller

Unmarshaller createUnmarshaller(MarshallingConfiguration configuration)
                                throws IOException
Create an unmarshaller from this configuration.

Parameters:
configuration -
Returns:
an unmarshaller
Throws:
IOException - if an error occurs

createMarshaller

Marshaller createMarshaller(MarshallingConfiguration configuration)
                            throws IOException
Create a marshaller from this configuration.

Parameters:
configuration -
Returns:
a marshaller
Throws:
IOException - if an error occurs

JBoss Marshalling 1.3.0.CR9

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