Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
com.opencloud.slee.resources.cgin.cap_v1.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts
of the CAP v1 protocol.
|
com.opencloud.slee.resources.cgin.cap_v2.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts
of the CAP v2 protocol.
|
com.opencloud.slee.resources.cgin.cap_v3.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts
of the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v4.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts of the CAP v4 protocol.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts
of the ETSI INAP CS1 protocol.
|
com.opencloud.slee.resources.cgin.map.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts
of the MAP protocol, as defined at Release 10.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInfoObject
An AbstractInfoObject is an ImmutableDataObject representing an ASN.1 information object,
for which
equals() , hashCode() and toString()
are defined in terms of the information object's name. |
class |
ASN1Null
A representation for the ASN1 Null type.
|
class |
BooleanDataObject
A BooleanDataObject is an ImmutableDataObject whose content is a boolean value.
|
class |
EncodedExternal
Represents an undecoded EXTERNAL ASN.1 type.
|
class |
ObjectID
ObjectID is a representation of an ASN.1 OBJECT IDENTIFIER value.
|
class |
TcapApplicationContext
Describes a single TCAP application context.
|
class |
TcapError
Describes a single TCAP error.
|
class |
TcapOperation
Describes a single TCAP operation.
|
Modifier and Type | Class and Description |
---|---|
class |
CAP1EXTENSION<ExtensionType>
Defines metadata for a class of cap_v1's open type extensions.
|
Modifier and Type | Class and Description |
---|---|
class |
CAP2EXTENSION<ExtensionType>
Defines metadata for a class of cap_v2's open type extensions.
|
Modifier and Type | Class and Description |
---|---|
class |
CAP3EXTENSION<ExtensionType>
Defines metadata for a class of cap_v3's open type extensions.
|
Modifier and Type | Class and Description |
---|---|
class |
CAP4EXTENSION<ExtensionType>
Defines metadata for a class of cap_v4's open type extensions.
|
Modifier and Type | Class and Description |
---|---|
class |
CS1EXTENSION<Type>
Defines metadata for a class of etsi_inap_cs1's open type extensions.
|
Modifier and Type | Class and Description |
---|---|
class |
MAPMAP_EXTENSION<ExtensionType>
Defines metadata for a class of map's open type extensions.
|