|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.marshalling.AbstractMarshallerFactory
org.infinispan.marshall.jboss.JBossMarshallerFactory
public class JBossMarshallerFactory
A JBoss Marshalling factory class for retrieving marshaller/unmarshaller instances. The aim of this factory is to allow Infinispan to provide its own JBoss Marshalling marshaller/unmarshaller extensions.
Constructor Summary | |
---|---|
JBossMarshallerFactory()
|
Method Summary | |
---|---|
ExtendedRiverMarshaller |
createMarshaller(org.jboss.marshalling.MarshallingConfiguration configuration)
|
ExtendedRiverUnmarshaller |
createUnmarshaller(org.jboss.marshalling.MarshallingConfiguration configuration)
|
Methods inherited from class org.jboss.marshalling.AbstractMarshallerFactory |
---|
getDefaultBufferSize, getDefaultClassExternalizerFactory, getDefaultClassResolver, getDefaultClassTable, getDefaultExternalizedCreator, getDefaultObjectResolver, getDefaultObjectTable, getDefaultSerializedCreator, getDefaultStreamHeader, getDefaultVersion, getMinimumBufferSize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JBossMarshallerFactory()
Method Detail |
---|
public ExtendedRiverUnmarshaller createUnmarshaller(org.jboss.marshalling.MarshallingConfiguration configuration) throws IOException
IOException
public ExtendedRiverMarshaller createMarshaller(org.jboss.marshalling.MarshallingConfiguration configuration) throws IOException
IOException
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |