There are three aspects to the TCAP Leg Manager APIs:
-
The
TcapLegManager
interface — Feature developers use this interface to create, release and detachTcapLegs
. Feature developers also use this interface to find aTcapLeg
by name,Dialog
orActivityContextInterface
. For more information see: Managing TCAP Legs -
The
TcapLeg
interface — Feature developers use this interface to send messages on aTcapLeg
, inspect any pending messages and inspect the latest received or sent message on a leg. For more information see: Operating on a TCAP Leg -
The
TcapMessage
andTcapComponent
hierarchies — The classes and interfaces in these hierarchies are the TCAP messages that are send and received on aTcapLeg
. For more information see: TCAP Messages