Uses of Class
org.jpos.iso.ISOComponent

Packages that use ISOComponent
org.jpos.iso ISO-8583/ANSI X9.2 related classes 
org.jpos.iso.packager Packager implementations 
org.jpos.iso.validator   
 

Uses of ISOComponent in org.jpos.iso
 

Subclasses of ISOComponent in org.jpos.iso
 class FSDISOMsg
           
 class ISOAmount
           
 class ISOBinaryField
          implements Leaf for binary fields See the API User's Guide for details.
 class ISOBitMap
          implements Leaf for Bitmap field
 class ISOField
          implements Leaf for standard fields
 class ISOMsg
          implements Composite whithin a Composite pattern
 class ISOVField
          Wrapper class resulting from process of validating an ISOField instance.
 class ISOVMsg
          Wrapper class resulting from process of validating an ISOMsg instance.
 

Methods in org.jpos.iso that return ISOComponent
 ISOComponent IFB_LLHFBINARY.createComponent(int fieldNumber)
           
 ISOComponent IFB_AMOUNT2003.createComponent(int fieldNumber)
           
 ISOComponent IFA_LLLABINARY.createComponent(int fieldNumber)
           
 ISOComponent ISOFieldPackager.createComponent(int fieldNumber)
           
 ISOComponent ISOBinaryFieldPackager.createComponent(int fieldNumber)
          component factory
 ISOComponent IFA_LLABINARY.createComponent(int fieldNumber)
           
 ISOComponent ISOMsgFieldPackager.createComponent(int fieldNumber)
           
 ISOComponent IFA_AMOUNT2003.createComponent(int fieldNumber)
           
 ISOComponent ISOBitMapPackager.createComponent(int fieldNumber)
           
 ISOComponent ISOMsg.getComponent(int fldno)
          get the component associated with the given field number
 ISOComponent ISOMsg.getComponent(String fpath)
          get the component associated with the given field number
 ISOComponent ISOComponent.getComposite()
          In order to interchange Composites and Leafs we use getComposite().
 ISOComponent ISOMsg.getComposite()
          In order to interchange Composites and Leafs we use getComposite().
 ISOComponent ISOValidator.validate(ISOComponent m)
          Validate an ISOComponent.
 ISOComponent IVA_ALPHANUMNOZERO_NOBLANK.validate(ISOComponent f)
          Validate that the component is not blank-filled.
 ISOComponent IVA_NUM.validate(ISOComponent f)
          Validate numeric condition.
 ISOComponent IVA_ALPHANUM.validate(ISOComponent f)
          Validate that component has alphanumeric value.
 ISOComponent IVA_ALPHANUMNOBLANK.validate(ISOComponent f)
          Validate that component is not blank-filled.
 ISOComponent ISOMsgFieldValidator.validate(ISOComponent m)
           
 ISOComponent IVA_NUMNOZERO.validate(ISOComponent f)
          Validate that component is not zero-filled.
 ISOComponent ISOFieldValidator.validate(ISOComponent c)
          Validate a field component.
 ISOComponent IVA_ALPHANUMNOZERO.validate(ISOComponent f)
          Validate that the component is not zero-filled.
 ISOComponent ISOBaseValidator.validate(ISOComponent m)
          Validate field-interdependency.
 

Methods in org.jpos.iso with parameters of type ISOComponent
 String ISOPackager.getFieldDescription(ISOComponent m, int fldNumber)
           
 String ISOBasePackager.getFieldDescription(ISOComponent m, int fldNumber)
           
 byte[] ISOAmountFieldPackager.pack(ISOComponent c)
          Packs the component into a byte[].
 byte[] IFB_LLHFBINARY.pack(ISOComponent c)
           
 byte[] X92_BITMAP.pack(ISOComponent c)
           
 byte[] ISOFilledStringFieldPackager.pack(ISOComponent c)
          Convert the component into a byte[].
 byte[] ISOPackager.pack(ISOComponent m)
           
 byte[] IFE_BITMAP.pack(ISOComponent c)
           
 byte[] IF_ECHAR.pack(ISOComponent c)
          Deprecated.  
 byte[] IFB_BITMAP.pack(ISOComponent c)
           
 byte[] ISOBasePackager.pack(ISOComponent m)
           
 byte[] IFA_LLLABINARY.pack(ISOComponent c)
           
 byte[] IFEB_LLNUM.pack(ISOComponent c)
           
abstract  byte[] ISOFieldPackager.pack(ISOComponent c)
           
 byte[] IFEP_LLCHAR.pack(ISOComponent c)
           
 byte[] ISOTagStringFieldPackager.pack(ISOComponent c)
          Convert the component into a byte[].
 byte[] IFIPM_LLLCHAR.pack(ISOComponent c)
           
 byte[] IFA_LLBNUM.pack(ISOComponent c)
           
 byte[] ISOStringFieldPackager.pack(ISOComponent c)
          Convert the component into a byte[].
 byte[] ISOBinaryFieldPackager.pack(ISOComponent c)
          Convert the component into a byte[].
 byte[] IFA_BITMAP.pack(ISOComponent c)
           
 byte[] IF_UNUSED.pack(ISOComponent c)
           
 byte[] IFB_AMOUNT.pack(ISOComponent c)
           
 byte[] IFEB_LLLNUM.pack(ISOComponent c)
           
 byte[] IFA_LLABINARY.pack(ISOComponent c)
           
 byte[] ISOMsgFieldPackager.pack(ISOComponent c)
           
 byte[] IF_NOP.pack(ISOComponent c)
           
 byte[] IF_TCHAR.pack(ISOComponent c)
           
 byte[] ISOTagBinaryFieldPackager.pack(ISOComponent c)
          Convert the component into a byte[].
 void ISOFieldPackager.pack(ISOComponent c, ObjectOutput out)
           
 void ISOComponent.set(ISOComponent c)
          Set a field within this message
 void ISOMsg.set(ISOComponent c)
          Set a field within this message
 void ISOMsg.set(String fpath, ISOComponent c)
          Creates an ISOField associated with fldno within this ISOMsg
 int ISOPackager.unpack(ISOComponent m, byte[] b)
           
 int ISOBasePackager.unpack(ISOComponent m, byte[] b)
           
 int ISOAmountFieldPackager.unpack(ISOComponent c, byte[] b, int offset)
          Unpacks the byte array into the component.
 int IFB_LLHFBINARY.unpack(ISOComponent c, byte[] b, int offset)
           
 int X92_BITMAP.unpack(ISOComponent c, byte[] b, int offset)
           
 int ISOFilledStringFieldPackager.unpack(ISOComponent c, byte[] b, int offset)
          Unpacks the byte array into the component.
 int IFE_BITMAP.unpack(ISOComponent c, byte[] b, int offset)
           
 int IF_ECHAR.unpack(ISOComponent c, byte[] b, int offset)
          Deprecated.  
 int IFB_BITMAP.unpack(ISOComponent c, byte[] b, int offset)
           
 int IFA_LLLABINARY.unpack(ISOComponent c, byte[] b, int offset)
           
 int IFEB_LLNUM.unpack(ISOComponent c, byte[] b, int offset)
           
abstract  int ISOFieldPackager.unpack(ISOComponent c, byte[] b, int offset)
           
 int IFEP_LLCHAR.unpack(ISOComponent c, byte[] b, int offset)
           
 int ISOTagStringFieldPackager.unpack(ISOComponent c, byte[] b, int offset)
          Unpacks the byte array into the component.
 int IFIPM_LLLCHAR.unpack(ISOComponent c, byte[] b, int offset)
           
 int IFA_LLBNUM.unpack(ISOComponent c, byte[] b, int offset)
           
 int ISOStringFieldPackager.unpack(ISOComponent c, byte[] b, int offset)
          Unpacks the byte array into the component.
 int ISOBinaryFieldPackager.unpack(ISOComponent c, byte[] b, int offset)
           
 int IFA_BITMAP.unpack(ISOComponent c, byte[] b, int offset)
           
 int IF_UNUSED.unpack(ISOComponent c, byte[] b, int offset)
           
 int IFB_AMOUNT.unpack(ISOComponent c, byte[] b, int offset)
           
 int IFEB_LLLNUM.unpack(ISOComponent c, byte[] b, int offset)
           
 int IFA_LLABINARY.unpack(ISOComponent c, byte[] b, int offset)
           
 int ISOMsgFieldPackager.unpack(ISOComponent c, byte[] b, int offset)
           
 int IF_NOP.unpack(ISOComponent c, byte[] b, int offset)
           
 int IF_TCHAR.unpack(ISOComponent c, byte[] b, int offset)
           
 int ISOTagBinaryFieldPackager.unpack(ISOComponent c, byte[] b, int offset)
          Unpacks the byte array into the component.
 void ISOAmountFieldPackager.unpack(ISOComponent c, InputStream in)
          Unpack the input stream into the component.
 void IFB_LLHFBINARY.unpack(ISOComponent c, InputStream in)
           
 void ISOFilledStringFieldPackager.unpack(ISOComponent c, InputStream in)
          Unpack the input stream into the component.
 void ISOPackager.unpack(ISOComponent m, InputStream in)
           
 void IFE_BITMAP.unpack(ISOComponent c, InputStream in)
           
 void IFB_BITMAP.unpack(ISOComponent c, InputStream in)
           
 void ISOBasePackager.unpack(ISOComponent m, InputStream in)
           
 void IFA_LLLABINARY.unpack(ISOComponent c, InputStream in)
           
 void IFEB_LLNUM.unpack(ISOComponent c, InputStream in)
           
 void ISOFieldPackager.unpack(ISOComponent c, InputStream in)
           
 void IFEP_LLCHAR.unpack(ISOComponent c, InputStream in)
           
 void ISOTagStringFieldPackager.unpack(ISOComponent c, InputStream in)
          Unpack the input stream into the component.
 void IFIPM_LLLCHAR.unpack(ISOComponent c, InputStream in)
           
 void IFA_LLBNUM.unpack(ISOComponent c, InputStream in)
           
 void ISOStringFieldPackager.unpack(ISOComponent c, InputStream in)
          Unpack the input stream into the component.
 void ISOBinaryFieldPackager.unpack(ISOComponent c, InputStream in)
          Unpack from an input stream
 void IFA_BITMAP.unpack(ISOComponent c, InputStream in)
           
 void IFA_LLABINARY.unpack(ISOComponent c, InputStream in)
           
 void ISOMsgFieldPackager.unpack(ISOComponent c, InputStream in)
           
 void ISOTagBinaryFieldPackager.unpack(ISOComponent c, InputStream in)
          Unpack the input stream into the component.
 ISOComponent ISOValidator.validate(ISOComponent m)
          Validate an ISOComponent.
 ISOComponent IVA_ALPHANUMNOZERO_NOBLANK.validate(ISOComponent f)
          Validate that the component is not blank-filled.
 ISOComponent IVA_NUM.validate(ISOComponent f)
          Validate numeric condition.
 ISOComponent IVA_ALPHANUM.validate(ISOComponent f)
          Validate that component has alphanumeric value.
 ISOComponent IVA_ALPHANUMNOBLANK.validate(ISOComponent f)
          Validate that component is not blank-filled.
 ISOComponent ISOMsgFieldValidator.validate(ISOComponent m)
           
 ISOComponent IVA_NUMNOZERO.validate(ISOComponent f)
          Validate that component is not zero-filled.
 ISOComponent ISOFieldValidator.validate(ISOComponent c)
          Validate a field component.
 ISOComponent IVA_ALPHANUMNOZERO.validate(ISOComponent f)
          Validate that the component is not zero-filled.
 ISOComponent ISOBaseValidator.validate(ISOComponent m)
          Validate field-interdependency.
 

Uses of ISOComponent in org.jpos.iso.packager
 

Methods in org.jpos.iso.packager that return ISOComponent
 ISOComponent ISOMsgFieldValidatingPackager.validate(ISOComponent m)
           
 ISOComponent ISOBaseValidatingPackager.validate(ISOComponent m)
           
 ISOComponent CTCSubElementPackager.validate(ISOComponent c)
           
 ISOComponent GenericValidatingPackager.validate(ISOComponent m)
           
 ISOComponent CTCSubFieldPackager.validate(ISOComponent c)
           
 

Methods in org.jpos.iso.packager with parameters of type ISOComponent
 String FSDPackager.getFieldDescription(ISOComponent m, int fldNumber)
           
 String XML2003Packager.getFieldDescription(ISOComponent m, int fldNumber)
           
 String VISA1Packager.getFieldDescription(ISOComponent m, int fldNumber)
           
 String PackagerWrapper.getFieldDescription(ISOComponent m, int fldNumber)
           
 String XMLPackager.getFieldDescription(ISOComponent m, int fldNumber)
           
 String DummyPackager.getFieldDescription(ISOComponent m, int fldNumber)
           
 String LogPackager.getFieldDescription(ISOComponent m, int fldNumber)
           
 byte[] FSDPackager.pack(ISOComponent m)
           
 byte[] EuroSubFieldPackager.pack(ISOComponent c)
           
 byte[] CTCSubElementPackager.pack(ISOComponent c)
           
 byte[] XML2003Packager.pack(ISOComponent c)
           
 byte[] VISA1Packager.pack(ISOComponent c)
           
abstract  byte[] PackagerWrapper.pack(ISOComponent c)
           
 byte[] Base1SubFieldPackager.pack(ISOComponent m)
          Pack the subfield into a byte array
 byte[] XMLPackager.pack(ISOComponent c)
           
 byte[] GenericSubFieldPackager.pack(ISOComponent m)
          Pack the subfield into a byte array
 byte[] DummyPackager.pack(ISOComponent m)
           
 byte[] LogPackager.pack(ISOComponent c)
           
 byte[] CTCSubFieldPackager.pack(ISOComponent c)
           
 byte[] Base1_BITMAP126.pack(ISOComponent c)
           
 int FSDPackager.unpack(ISOComponent m, byte[] b)
           
 int EuroSubFieldPackager.unpack(ISOComponent m, byte[] b)
           
 int CTCSubElementPackager.unpack(ISOComponent m, byte[] b)
           
 int XML2003Packager.unpack(ISOComponent c, byte[] b)
           
 int VISA1Packager.unpack(ISOComponent m, byte[] b)
           
abstract  int PackagerWrapper.unpack(ISOComponent c, byte[] b)
           
 int Base1SubFieldPackager.unpack(ISOComponent m, byte[] b)
          Unpack a packed subfield into its corresponding ISOComponent
 int XMLPackager.unpack(ISOComponent c, byte[] b)
           
 int GenericSubFieldPackager.unpack(ISOComponent m, byte[] b)
           
 int DummyPackager.unpack(ISOComponent m, byte[] b)
           
 int LogPackager.unpack(ISOComponent c, byte[] b)
           
 int CTCSubFieldPackager.unpack(ISOComponent m, byte[] b)
           
 int Base1_BITMAP126.unpack(ISOComponent c, byte[] b, int offset)
           
 void FSDPackager.unpack(ISOComponent m, InputStream in)
           
 void XML2003Packager.unpack(ISOComponent c, InputStream in)
           
 void VISA1Packager.unpack(ISOComponent m, InputStream in)
           
 void XMLPackager.unpack(ISOComponent c, InputStream in)
           
 void DummyPackager.unpack(ISOComponent m, InputStream in)
           
 void LogPackager.unpack(ISOComponent c, InputStream in)
           
 ISOComponent ISOMsgFieldValidatingPackager.validate(ISOComponent m)
           
 ISOComponent ISOBaseValidatingPackager.validate(ISOComponent m)
           
 ISOComponent CTCSubElementPackager.validate(ISOComponent c)
           
 ISOComponent GenericValidatingPackager.validate(ISOComponent m)
           
 ISOComponent CTCSubFieldPackager.validate(ISOComponent c)
           
 

Uses of ISOComponent in org.jpos.iso.validator
 

Fields in org.jpos.iso.validator declared as ISOComponent
protected  ISOComponent ISOVException.errComponent
           
 

Methods in org.jpos.iso.validator that return ISOComponent
 ISOComponent ISOVException.getErrComponent()
           
 ISOComponent MSGTEST.validate(ISOComponent m)
           
 ISOComponent TEST0100.validate(ISOComponent m)
           
 ISOComponent MSGTEST02.validate(ISOComponent m)
           
 

Methods in org.jpos.iso.validator with parameters of type ISOComponent
 Vector VErrorParser.getVErrors(ISOComponent c)
          Parse an ISOComponent and get an error vector.
 void ISOVException.setErrComponent(ISOComponent c)
           
 ISOComponent MSGTEST.validate(ISOComponent m)
           
 ISOComponent TEST0100.validate(ISOComponent m)
           
 ISOComponent MSGTEST02.validate(ISOComponent m)
           
 

Constructors in org.jpos.iso.validator with parameters of type ISOComponent
ISOVException(String Description, ISOComponent errComponent)
           
 



Copyright © 1998-2012 jPOS.org. All Rights Reserved.