|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jms.wireformat.PacketSupport
org.jboss.jms.wireformat.RequestSupport
public abstract class RequestSupport
| Field Summary | |
|---|---|
protected java.lang.String |
objectId
|
protected byte |
version
|
| Constructor Summary | |
|---|---|
RequestSupport()
|
|
RequestSupport(java.lang.String objectId,
int methodId,
byte version)
|
|
| Method Summary | |
|---|---|
int |
getMethodId()
|
java.lang.String |
getObjectId()
|
java.lang.Object |
getPayload()
|
byte |
getVersion()
|
void |
read(java.io.DataInputStream is)
|
abstract ResponseSupport |
serverInvoke()
|
void |
write(java.io.DataOutputStream os)
|
| Methods inherited from class org.jboss.jms.wireformat.PacketSupport |
|---|
createPacket, readNullableString, writeNullableString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String objectId
protected byte version
| Constructor Detail |
|---|
public RequestSupport()
public RequestSupport(java.lang.String objectId,
int methodId,
byte version)
| Method Detail |
|---|
public java.lang.Object getPayload()
getPayload in class PacketSupportpublic int getMethodId()
public java.lang.String getObjectId()
public byte getVersion()
public abstract ResponseSupport serverInvoke()
throws java.lang.Exception
java.lang.Exception
public void write(java.io.DataOutputStream os)
throws java.lang.Exception
write in interface Streamablewrite in class PacketSupportjava.lang.Exception
public void read(java.io.DataInputStream is)
throws java.lang.Exception
read in interface Streamableread in class PacketSupportjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||