Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.events |
Provides event wrapper classes for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
MAPRegisterSS_Arg |
MAPRegisterSS_Arg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRegisterSS_Arg |
MAPRegisterSS_Arg.copyOf(MAPRegisterSS_Arg 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.
|
MAPRegisterSS_Arg |
MAPRegisterSS_Arg.setBasicService(MAPBasicServiceCode value)
Sets the value of the field basicService.
|
MAPRegisterSS_Arg |
MAPRegisterSS_Arg.setDefaultPriority(int value)
Sets the value of the field defaultPriority and marks the field as present.
|
MAPRegisterSS_Arg |
MAPRegisterSS_Arg.setDefaultPriorityPresent(boolean flag)
Sets the presence or absence of the optional field defaultPriority.
|
MAPRegisterSS_Arg |
MAPRegisterSS_Arg.setForwardedToNumber(AddressString value)
Sets the value of the field forwardedToNumber.
|
MAPRegisterSS_Arg |
MAPRegisterSS_Arg.setForwardedToSubaddress(ISDNSubaddress value)
Sets the value of the field forwardedToSubaddress.
|
MAPRegisterSS_Arg |
MAPRegisterSS_Arg.setLongFTN_SupportedPresent(boolean flag)
Sets the presence or absence of the optional field longFTN-Supported.
|
MAPRegisterSS_Arg |
MAPRegisterSS_Arg.setNbrUser(int value)
Sets the value of the field nbrUser and marks the field as present.
|
MAPRegisterSS_Arg |
MAPRegisterSS_Arg.setNbrUserPresent(boolean flag)
Sets the presence or absence of the optional field nbrUser.
|
MAPRegisterSS_Arg |
MAPRegisterSS_Arg.setNoReplyConditionTime(int value)
Sets the value of the field noReplyConditionTime and marks the field as present.
|
MAPRegisterSS_Arg |
MAPRegisterSS_Arg.setNoReplyConditionTimePresent(boolean flag)
Sets the presence or absence of the optional field noReplyConditionTime.
|
MAPRegisterSS_Arg |
MAPRegisterSS_Arg.setSs_Code(SSCode value)
Sets the value of the field ss-Code.
|
Modifier and Type | Method and Description |
---|---|
static MAPRegisterSS_Arg |
MAPRegisterSS_Arg.copyOf(MAPRegisterSS_Arg 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 |
MAPDialog.sendRegisterSS(long timeout,
MAPRegisterSS_Arg argument)
Issues a registerSS_v1 operation request on the dialog.
|
Constructor and Description |
---|
MAPRegisterSSRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPRegisterSS_Arg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPRegisterSSRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPRegisterSS_Arg,MAPRegisterSS_Arg,MAPProto.MAP_SS_DataTypes_RegisterSS_Arg> |
MAPCodecs.MAP_SS_DataTypes_RegisterSS_Arg
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.RegisterSS-Arg
|
static PersistCodec<MAPRegisterSS_Arg,MAPRegisterSS_Arg,MAPProto.MAP_SS_DataTypes_RegisterSS_Arg> |
MAPCodecs.MAP_SS_DataTypes_RegisterSS_Arg
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.RegisterSS-Arg
|