JAIN TCAP API
v1.1 - 5th Sept 2001

Package jain.protocol.ss7.tcap

This package contains the main interfaces required to represent JAIN TCAP protocol stacks, JAIN TCAP applications, as well as the Classes and Exceptions needed to send and receive JAIN TCAP primitives.

See:
          Description

Interface Summary
JainTcapListener This interface defines the methods required by all TCAP user applications to receive and process JAIN TCAP Events that are emitted by an object implementing the JainTcapProvider interface.
JainTcapProvider This interface must be implemented by any Object representing the JAIN TCAP layer of any SS7 stack that interacts directly with a proprietary (stack vendor specific) implementation of the TCAP layer.
JainTcapStack This interface defines the methods required to represent a proprietary JAIN TCAP protocol stack, the implementation of which will be vendor specific.
 

Class Summary
ComponentIndEvent A ComponentIndEvent is the super class of all Component Indication primitives, which represent TCAP Component Indications sent from a JainTcapProvider to a JainTcapListener .
ComponentReqEvent A ComponentReqEvent is the superclass of all Component request primitives, which represent TCAP Component requests sent from a JainTcapListener to a JainTcapProvider .
DialogueIndEvent A DialogueIndEvent is the superclass of all Dialogue Indication primitives, which represent TCAP Dialogue Indications sent from a JainTcapProvider to a JainTcapListener .
DialogueReqEvent A DialogueReqEvent is the superclass of all Dialogue Request primitives, which represent TCAP Dialogue Requests sent from a JainTcapProvider to a JainTcapListener .
GlobalTitle Deprecated. As of JAIN TCAP v1.1.
GTIndicator0001 Deprecated. As of JAIN TCAP v1.1.
GTIndicator0010 Deprecated. As of JAIN TCAP v1.1.
GTIndicator0011 Deprecated. As of JAIN TCAP v1.1.
GTIndicator0100 Deprecated. As of JAIN TCAP v1.1.
TcapConstants Constants used in the "jain.protocol.ss7.tcap" package
TcapErrorEvent This Event may be emitted by a JainTcapProvider if the Provider encounters an Error that cannot be passed to all registered JainTcapListeners through normal TCAP error handling mechanisms.
TcapUserAddress Deprecated. As of JAIN TCAP v1.1.
 

Exception Summary
InvalidUserAddressException Deprecated. As of JAIN TCAP v1.1.
ProviderNotAttachedException Deprecated. As of JAIN TCAP v1.1.
TcapException Deprecated. As of JAIN TCAP v1.1.
UnableToDeleteProviderException Deprecated. As of JAIN TCAP v1.1.
 

Package jain.protocol.ss7.tcap Description

This package contains the main interfaces required to represent JAIN TCAP protocol stacks, JAIN TCAP applications, as well as the Classes and Exceptions needed to send and receive JAIN TCAP primitives. The implementation of the two stack vendor specific interfaces, namely JainTcapStack and JainTcapProvider will be vendor specific, however the naming of these proprietory implementations is mandated. The class name of the vendor specific implementations must be the JAIN TCAP "InterfaceName" of which that class implements with "Impl" appended to the end of it. For example a vendor implementation of the JainTcapStack Interface must be called "JainTcapStackImpl". Therefore once each vendor has implemented the JAIN TCAP API specification they must has two proprietary classes called JainTcapStackImpl.class and JainTcapProviderImpl.class. The characteristics of the three main interfaces are listed below:

Note:

 The cardinality of the relationship between JainTcapListeners and JainTcapProviders is not restricted in any way. The restriction of this cardinality is dependent on a vendors specific implementation of the JAIN TCAP API, were the necessary exceptions are thrown if the specificied cardinality is violated. However it is mandated that there may only be one JainTcapStack Object for the TCAP Layer of an SS7 protocol stack.


JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]