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
- java.io.IOException
- if an error occursMarshaller createMarshaller(MarshallingConfiguration configuration) throws java.io.IOException
configuration
- java.io.IOException
- if an error occurs