Package com.webmethods.jms.transport
Class TransportEnvelope
- java.lang.Object
-
- com.webmethods.jms.transport.TransportEnvelope
-
- All Implemented Interfaces:
java.lang.Cloneable
public class TransportEnvelope extends java.lang.Object implements java.lang.Cloneable
-
-
Constructor Summary
Constructors Constructor Description TransportEnvelope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
calcLength()
java.lang.Object
clone()
short[]
getAccessLabel()
int
getLength()
int
marshal(byte[] destination, int offset)
void
setAccessLabel(short[] value)
protected int
unmarshal(byte[] data, int offset)
-
-
-
Method Detail
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
getAccessLabel
public short[] getAccessLabel()
-
setAccessLabel
public void setAccessLabel(short[] value)
-
unmarshal
protected int unmarshal(byte[] data, int offset)
-
marshal
public int marshal(byte[] destination, int offset)
-
getLength
public int getLength()
-
calcLength
protected int calcLength()
-
-