
public interface MarshallerFactory
| Modifier and Type | Method and Description |
|---|---|
Marshaller |
createMarshaller(MarshallingConfiguration configuration)
Create a marshaller from this configuration.
|
Unmarshaller |
createUnmarshaller(MarshallingConfiguration configuration)
Create an unmarshaller from this configuration.
|
Unmarshaller createUnmarshaller(MarshallingConfiguration configuration) throws java.io.IOException
configuration - the marshalling configuration to usejava.io.IOException - if an error occursMarshaller createMarshaller(MarshallingConfiguration configuration) throws java.io.IOException
configuration - the marshalling configuration to usejava.io.IOException - if an error occursCopyright © 2011 JBoss, a division of Red Hat, Inc.