Package | Description |
---|---|
com.opencloud.slee.resources.cgin.cap_v3 |
Provides an API for the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v3.events |
Provides event wrapper classes for the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v3.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v4 |
Provides an API for the CAP v4 protocol.
|
com.opencloud.slee.resources.cgin.cap_v4.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.copyOf(CAP3InitialDPSMSArg from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setCallingPartyNumber(AddressString value)
Sets the value of the field callingPartyNumber.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setDestinationSubscriberNumber(CalledPartyBCDNumber value)
Sets the value of the field destinationSubscriberNumber.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setEventTypeSMS(CAP3EventTypeSMS value)
Sets the value of the field eventTypeSMS.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setIMSI(IMSIAddress value)
Sets the value of the field iMSI.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setLocationInformationGPRS(CAP3LocationInformationGPRS value)
Sets the value of the field locationInformationGPRS.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setLocationInformationMSC(MAPLocationInformation value)
Sets the value of the field locationInformationMSC.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setMscAddress(AddressString value)
Sets the value of the field mscAddress.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setServiceKey(int value)
Sets the value of the field serviceKey and marks the field as present.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setSgsn_Number(AddressString value)
Sets the value of the field sgsn-Number.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setSMSCAddress(AddressString value)
Sets the value of the field sMSCAddress.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setSmsReferenceNumber(byte[] value)
Sets the value of the field smsReferenceNumber.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setTimeAndTimezone(TimeAndTimezone value)
Sets the value of the field timeAndTimezone.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setTPDataCodingScheme(byte[] value)
Sets the value of the field tPDataCodingScheme.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setTPProtocolIdentifier(SMSProtocolId value)
Sets the value of the field tPProtocolIdentifier.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setTPShortMessageSubmissionInfo(byte[] value)
Sets the value of the field tPShortMessageSubmissionInfo.
|
CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.setTPValidityPeriod(byte[] value)
Sets the value of the field tPValidityPeriod.
|
Modifier and Type | Method and Description |
---|---|
static CAP3InitialDPSMSArg |
CAP3InitialDPSMSArg.copyOf(CAP3InitialDPSMSArg from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
int |
CAP3Dialog.sendInitialDPSMS(CAP3InitialDPSMSArg argument)
Issues an initialDPSMS operation request on the dialog.
|
Constructor and Description |
---|
CAP3InitialDPSMSRequestEvent(CAP3Dialog dialog,
TcapOperation operation,
CAP3InitialDPSMSArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.cap_v3.events.CAP3InitialDPSMSRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CAP3InitialDPSMSArg,CAP3InitialDPSMSArg,CAP3Proto.CAP_SMS_ops_args_InitialDPSMSArg> |
CAP3Codecs.CAP_SMS_ops_args_InitialDPSMSArg
Singleton codec for the ASN.1 type: CAP-SMS-ops-args.InitialDPSMSArg
|
static PersistCodec<CAP3InitialDPSMSArg,CAP3InitialDPSMSArg,CAP3Proto.CAP_SMS_ops_args_InitialDPSMSArg> |
CAP3Codecs.CAP_SMS_ops_args_InitialDPSMSArg
Singleton codec for the ASN.1 type: CAP-SMS-ops-args.InitialDPSMSArg
|
Modifier and Type | Class and Description |
---|---|
class |
CAP4InitialDPSMSArg
API for CAP-SMS-ops-args.InitialDPSMSArg.
|
Modifier and Type | Method and Description |
---|---|
static CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.copyOf(CAP3InitialDPSMSArg from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CAP3InitialDPSMSArg,CAP4InitialDPSMSArg,CAP4Proto.CAP_SMS_ops_args_InitialDPSMSArg> |
CAP4Codecs.CAP_SMS_ops_args_InitialDPSMSArg
Singleton codec for the ASN.1 type: CAP-SMS-ops-args.InitialDPSMSArg
|