public class JBossMarshallerFactory extends AbstractMarshallerFactory
Constructor and Description |
---|
JBossMarshallerFactory() |
Modifier and Type | Method and Description |
---|---|
ExtendedRiverMarshaller |
createMarshaller(MarshallingConfiguration configuration)
Create a marshaller from this configuration.
|
ExtendedRiverUnmarshaller |
createUnmarshaller(MarshallingConfiguration configuration)
Create an unmarshaller from this configuration.
|
getDefaultBufferSize, getDefaultClassExternalizerFactory, getDefaultClassResolver, getDefaultClassTable, getDefaultExternalizedCreator, getDefaultObjectResolver, getDefaultObjectTable, getDefaultSerializedCreator, getDefaultStreamHeader, getDefaultVersion, getMinimumBufferSize
public ExtendedRiverUnmarshaller createUnmarshaller(MarshallingConfiguration configuration) throws IOException
MarshallerFactory
configuration
- the marshalling configuration to useIOException
- if an error occurspublic ExtendedRiverMarshaller createMarshaller(MarshallingConfiguration configuration) throws IOException
MarshallerFactory
configuration
- the marshalling configuration to useIOException
- if an error occursCopyright © 2012 JBoss by Red Hat. All Rights Reserved.