|
jPOS 1.6.7 API Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpos.iso.ISOComponent
org.jpos.iso.ISOMsg
org.jpos.iso.FSDISOMsg
public class FSDISOMsg
| Field Summary |
|---|
| Fields inherited from class org.jpos.iso.ISOMsg |
|---|
INCOMING, OUTGOING |
| Constructor Summary | |
|---|---|
FSDISOMsg()
|
|
FSDISOMsg(FSDMsg fsd)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
java.lang.Object |
clone(int[] fields)
Partially clone an ISOMsg |
void |
dump(java.io.PrintStream p,
java.lang.String indent)
dump the message to a PrintStream. |
FSDMsg |
getFSDMsg()
|
java.lang.String |
getMTI()
|
java.lang.String |
getString(int fldno)
Return the String value associated with the given ISOField number |
boolean |
hasField(int fldno)
Check if a given field is present |
void |
merge(ISOMsg m)
add all fields present on received parameter to this ISOMsg please note that received fields take precedence over existing ones (simplifying card agent message creation and template handling) |
byte[] |
pack()
pack the message with the current packager |
void |
readExternal(java.io.ObjectInput in)
|
void |
setResponseMTI()
sets an appropiate response MTI. |
int |
unpack(byte[] b)
unpack a message |
void |
unpack(java.io.InputStream in)
|
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class org.jpos.iso.ISOMsg |
|---|
getBytes, getBytes, getChildren, getComponent, getComponent, getComposite, getDirection, getHeader, getISOHeader, getKey, getMaxField, getPackager, getSource, getString, getValue, getValue, getValue, hasField, hasFields, hasFields, isIncoming, isInner, isOutgoing, isRequest, isResponse, isRetransmission, move, recalcBitMap, set, set, set, set, set, set, setDirection, setFieldNumber, setHeader, setHeader, setMTI, setPackager, setRetransmissionMTI, setSource, setValue, toString, unset, unset, unset |
| Methods inherited from class org.jpos.iso.ISOComponent |
|---|
getBytes, pack |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FSDISOMsg()
public FSDISOMsg(FSDMsg fsd)
| Method Detail |
|---|
public java.lang.String getMTI()
getMTI in class ISOMsg
public byte[] pack()
throws ISOException
ISOMsg
pack in class ISOMsgISOException
public int unpack(byte[] b)
throws ISOException
ISOMsg
unpack in class ISOMsgb - - raw message
ISOException
public void unpack(java.io.InputStream in)
throws java.io.IOException,
ISOException
unpack in class ISOMsgjava.io.IOException
ISOExceptionpublic FSDMsg getFSDMsg()
public java.lang.String getString(int fldno)
ISOMsg
getString in class ISOMsgfldno - the Field Number
public boolean hasField(int fldno)
ISOMsg
hasField in class ISOMsgfldno - the Field Number
public void dump(java.io.PrintStream p,
java.lang.String indent)
ISOMsg
dump in interface Loggeabledump in class ISOMsgp - - print streamindent - - optional indent string
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.ExternalizablewriteExternal in class ISOMsgjava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.ExternalizablereadExternal in class ISOMsgjava.io.IOException
java.lang.ClassNotFoundExceptionpublic java.lang.Object clone()
clone in class ISOMsgpublic java.lang.Object clone(int[] fields)
ISOMsg
clone in class ISOMsgfields - int array of fields to go
public void merge(ISOMsg m)
ISOMsg
merge in class ISOMsgm - ISOMsg to mergepublic void setResponseMTI()
ISOMsg
setResponseMTI in class ISOMsg
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||