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 IOException
configuration
- the marshalling configuration to useIOException
- if an error occursMarshaller createMarshaller(MarshallingConfiguration configuration) throws IOException
configuration
- the marshalling configuration to useIOException
- if an error occursCopyright © 2017 JBoss by Red Hat. All rights reserved.