org.mobicents.protocols.ss7.map.api
public interface MapServiceFactory
| Modifier and Type | Method and Description |
|---|---|
AddressString |
createAddressString(AddressNature addNature,
NumberingPlan numPlan,
java.lang.String address)
Creates a new instance of
AddressString |
MAPUserAbortChoice |
createMAPUserAbortChoice()
Creates a new instance of
MAPUserAbortChoice |
ProcessUnstructuredSSRequest |
createProcessUnstructuredSSRequest(byte ussdDataCodingScheme,
USSDString ussdString) |
ProcessUnstructuredSSResponse |
createProcessUnstructuredSsRequestResponse(int invokeID,
byte ussdDataCodingScheme,
USSDString ussdString) |
UnstructuredSSRequest |
createUnstructuredSSRequest(byte ussdDataCodingScheme,
USSDString ussdString) |
UnstructuredSSResponse |
createUnstructuredSsRequestResponse(int invokeID,
byte ussdDataCodingScheme,
USSDString ussdString) |
USSDString |
createUSSDString(byte[] ussdString)
Creates a new instance of
USSDString. |
USSDString |
createUSSDString(byte[] ussdString,
java.nio.charset.Charset charSet)
Creates a new instance of
USSDString using the passed
Charset for encoding the passed ussdString
byte[] |
USSDString |
createUSSDString(java.lang.String ussdString)
Creates a new instance of
USSDString. |
USSDString |
createUSSDString(java.lang.String ussdString,
java.nio.charset.Charset charSet)
Creates a new instance of
USSDString using the passed
Charset for encoding the passed ussdString
String |
ProcessUnstructuredSSRequest createProcessUnstructuredSSRequest(byte ussdDataCodingScheme, USSDString ussdString)
ProcessUnstructuredSSResponse createProcessUnstructuredSsRequestResponse(int invokeID, byte ussdDataCodingScheme, USSDString ussdString)
UnstructuredSSRequest createUnstructuredSSRequest(byte ussdDataCodingScheme, USSDString ussdString)
UnstructuredSSResponse createUnstructuredSsRequestResponse(int invokeID, byte ussdDataCodingScheme, USSDString ussdString)
USSDString createUSSDString(java.lang.String ussdString)
USSDString. The passed USSD String is
encoded by using the default Charset defined in GSM 03.38 SpecsussdString - The USSD StringUSSDStringUSSDString createUSSDString(java.lang.String ussdString, java.nio.charset.Charset charSet)
USSDString using the passed
Charset for encoding the passed ussdString
StringussdString - The USSD StringcharSet - The Charset used for encoding the passed USSD StringUSSDStringUSSDString createUSSDString(byte[] ussdString)
USSDString. The passed USSD String
byte[] is encoded by using the default Charset defined in GSM 03.38 SpecsussdString - The USSD StringUSSDStringUSSDString createUSSDString(byte[] ussdString, java.nio.charset.Charset charSet)
USSDString using the passed
Charset for encoding the passed ussdString
byte[]ussdString - The byte[] of the USSD StringcharSet - The Charset used for encoding the passed USSD String byte[]USSDStringAddressString createAddressString(AddressNature addNature, NumberingPlan numPlan, java.lang.String address)
AddressStringaddNature - The nature of this AddressString. See AddressNature.numPlan - The NumberingPlan of this AddressStringaddress - The actual address (number)AddressStringMAPUserAbortChoice createMAPUserAbortChoice()
MAPUserAbortChoiceCopyright © 2011. All Rights Reserved.