Class UnsuccessfulResponse.Externalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<UnsuccessfulResponse>
-
- org.infinispan.remoting.responses.UnsuccessfulResponse.Externalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<UnsuccessfulResponse>,org.infinispan.commons.marshall.Externalizer<UnsuccessfulResponse>
- Enclosing class:
- UnsuccessfulResponse
public static class UnsuccessfulResponse.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<UnsuccessfulResponse>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Externalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()Set<Class<? extends UnsuccessfulResponse>>getTypeClasses()UnsuccessfulResponsereadObject(ObjectInput input)voidwriteObject(ObjectOutput output, UnsuccessfulResponse response)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, UnsuccessfulResponse response) throws IOException
- Throws:
IOException
-
readObject
public UnsuccessfulResponse readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<UnsuccessfulResponse>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<UnsuccessfulResponse>
-
getTypeClasses
public Set<Class<? extends UnsuccessfulResponse>> getTypeClasses()
-
-