|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.marshalling.AbstractMarshallerFactory
org.jboss.marshalling.river.RiverMarshallerFactory
public class RiverMarshallerFactory
The River marshaller factory implementation.
| Constructor Summary | |
|---|---|
RiverMarshallerFactory()
Construct a new instance of a River marshaller factory. |
|
| Method Summary | |
|---|---|
Marshaller |
createMarshaller(MarshallingConfiguration configuration)
Create a marshaller from this configuration. |
Unmarshaller |
createUnmarshaller(MarshallingConfiguration configuration)
Create an unmarshaller from this configuration. |
protected int |
getDefaultVersion()
Get the default version, which is used if none was configured. |
| Methods inherited from class org.jboss.marshalling.AbstractMarshallerFactory |
|---|
getDefaultBufferSize, getDefaultClassExternalizerFactory, getDefaultClassResolver, getDefaultClassTable, getDefaultCreator, getDefaultExternalizerFactory, getDefaultObjectResolver, getDefaultObjectTable, getDefaultStreamHeader, getMinimumBufferSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RiverMarshallerFactory()
| Method Detail |
|---|
public Unmarshaller createUnmarshaller(MarshallingConfiguration configuration)
throws java.io.IOException
java.io.IOException - if an error occurs
public Marshaller createMarshaller(MarshallingConfiguration configuration)
throws java.io.IOException
java.io.IOException - if an error occursprotected int getDefaultVersion()
AbstractMarshallerFactory
getDefaultVersion in class AbstractMarshallerFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||