|
jPOS 1.6.1 API Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISOHeader
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Allow object to be cloned. |
java.lang.String |
getDestination()
Return the destination address in this ISOHeader. |
int |
getLength()
return the number of bytes in this ISOHeader |
java.lang.String |
getSource()
Return the source address in this ISOHeader. |
byte[] |
pack()
Return this header as byte array. |
void |
setDestination(java.lang.String dst)
Set the Destination address in this ISOHeader. |
void |
setSource(java.lang.String src)
Set the Source address in this ISOHeader. |
void |
swapDirection()
Swap the source and destination addresses in this ISOHeader (if they exist). |
int |
unpack(byte[] b)
Create a new ISOHeader from a byte array. |
| Method Detail |
|---|
byte[] pack()
int unpack(byte[] b)
void setDestination(java.lang.String dst)
java.lang.String getDestination()
void setSource(java.lang.String src)
java.lang.String getSource()
int getLength()
void swapDirection()
java.lang.Object clone()
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||