org.infinispan.marshall.jboss.externalizers
Class UnsuccessfulResponseExternalizer

java.lang.Object
  extended by org.infinispan.marshall.jboss.externalizers.UnsuccessfulResponseExternalizer
All Implemented Interfaces:
Serializable, org.jboss.marshalling.Externalizer

public class UnsuccessfulResponseExternalizer
extends Object
implements org.jboss.marshalling.Externalizer

Externalizes an UnsuccessfulResponse

Since:
4.0
Author:
Manik Surtani
See Also:
Serialized Form

Constructor Summary
UnsuccessfulResponseExternalizer()
           
 
Method Summary
 Object createExternal(Class<?> aClass, ObjectInput objectInput, org.jboss.marshalling.Creator creator)
           
 void readExternal(Object o, ObjectInput objectInput)
           
 void writeExternal(Object o, ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsuccessfulResponseExternalizer

public UnsuccessfulResponseExternalizer()
Method Detail

writeExternal

public void writeExternal(Object o,
                          ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface org.jboss.marshalling.Externalizer
Throws:
IOException

createExternal

public Object createExternal(Class<?> aClass,
                             ObjectInput objectInput,
                             org.jboss.marshalling.Creator creator)
                      throws IOException,
                             ClassNotFoundException
Specified by:
createExternal in interface org.jboss.marshalling.Externalizer
Throws:
IOException
ClassNotFoundException

readExternal

public void readExternal(Object o,
                         ObjectInput objectInput)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface org.jboss.marshalling.Externalizer
Throws:
IOException
ClassNotFoundException


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.