org.mobicents.protocols.ss7.map
Class MapServiceFactoryImpl

java.lang.Object
  extended by org.mobicents.protocols.ss7.map.MapServiceFactoryImpl
All Implemented Interfaces:
org.mobicents.protocols.ss7.map.api.MapServiceFactory

public class MapServiceFactoryImpl
extends java.lang.Object
implements org.mobicents.protocols.ss7.map.api.MapServiceFactory

Author:
amit bhayani

Constructor Summary
MapServiceFactoryImpl()
           
 
Method Summary
 org.mobicents.protocols.ss7.map.api.dialog.AddressString createAddressString(org.mobicents.protocols.ss7.map.api.dialog.AddressNature addNature, org.mobicents.protocols.ss7.map.api.dialog.NumberingPlan numPlan, java.lang.String address)
           
 org.mobicents.protocols.ss7.map.api.dialog.MAPUserAbortChoice createMAPUserAbortChoice()
           
 org.mobicents.protocols.ss7.map.api.service.supplementary.ProcessUnstructuredSSRequest createProcessUnstructuredSSRequest(byte ussdDataCodingScheme, org.mobicents.protocols.ss7.map.api.service.supplementary.USSDString ussdString)
           
 org.mobicents.protocols.ss7.map.api.service.supplementary.ProcessUnstructuredSSResponse createProcessUnstructuredSsRequestResponse(int invokeID, byte ussdDataCodingScheme, org.mobicents.protocols.ss7.map.api.service.supplementary.USSDString ussdString)
           
 org.mobicents.protocols.ss7.map.api.service.supplementary.UnstructuredSSRequest createUnstructuredSSRequest(byte ussdDataCodingScheme, org.mobicents.protocols.ss7.map.api.service.supplementary.USSDString ussdString)
           
 org.mobicents.protocols.ss7.map.api.service.supplementary.UnstructuredSSResponse createUnstructuredSsRequestResponse(int invokeID, byte ussdDataCodingScheme, org.mobicents.protocols.ss7.map.api.service.supplementary.USSDString ussdString)
           
 org.mobicents.protocols.ss7.map.api.service.supplementary.USSDString createUSSDString(byte[] ussdString)
           
 org.mobicents.protocols.ss7.map.api.service.supplementary.USSDString createUSSDString(byte[] ussdString, java.nio.charset.Charset charset)
           
 org.mobicents.protocols.ss7.map.api.service.supplementary.USSDString createUSSDString(java.lang.String ussdString)
           
 org.mobicents.protocols.ss7.map.api.service.supplementary.USSDString createUSSDString(java.lang.String ussdString, java.nio.charset.Charset charset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapServiceFactoryImpl

public MapServiceFactoryImpl()
Method Detail

createProcessUnstructuredSSRequest

public org.mobicents.protocols.ss7.map.api.service.supplementary.ProcessUnstructuredSSRequest createProcessUnstructuredSSRequest(byte ussdDataCodingScheme,
                                                                                                                                 org.mobicents.protocols.ss7.map.api.service.supplementary.USSDString ussdString)
Specified by:
createProcessUnstructuredSSRequest in interface org.mobicents.protocols.ss7.map.api.MapServiceFactory

createProcessUnstructuredSsRequestResponse

public org.mobicents.protocols.ss7.map.api.service.supplementary.ProcessUnstructuredSSResponse createProcessUnstructuredSsRequestResponse(int invokeID,
                                                                                                                                          byte ussdDataCodingScheme,
                                                                                                                                          org.mobicents.protocols.ss7.map.api.service.supplementary.USSDString ussdString)
Specified by:
createProcessUnstructuredSsRequestResponse in interface org.mobicents.protocols.ss7.map.api.MapServiceFactory

createUnstructuredSSRequest

public org.mobicents.protocols.ss7.map.api.service.supplementary.UnstructuredSSRequest createUnstructuredSSRequest(byte ussdDataCodingScheme,
                                                                                                                   org.mobicents.protocols.ss7.map.api.service.supplementary.USSDString ussdString)
Specified by:
createUnstructuredSSRequest in interface org.mobicents.protocols.ss7.map.api.MapServiceFactory

createUnstructuredSsRequestResponse

public org.mobicents.protocols.ss7.map.api.service.supplementary.UnstructuredSSResponse createUnstructuredSsRequestResponse(int invokeID,
                                                                                                                            byte ussdDataCodingScheme,
                                                                                                                            org.mobicents.protocols.ss7.map.api.service.supplementary.USSDString ussdString)
Specified by:
createUnstructuredSsRequestResponse in interface org.mobicents.protocols.ss7.map.api.MapServiceFactory

createUSSDString

public org.mobicents.protocols.ss7.map.api.service.supplementary.USSDString createUSSDString(java.lang.String ussdString,
                                                                                             java.nio.charset.Charset charset)
Specified by:
createUSSDString in interface org.mobicents.protocols.ss7.map.api.MapServiceFactory

createUSSDString

public org.mobicents.protocols.ss7.map.api.service.supplementary.USSDString createUSSDString(java.lang.String ussdString)
Specified by:
createUSSDString in interface org.mobicents.protocols.ss7.map.api.MapServiceFactory

createUSSDString

public org.mobicents.protocols.ss7.map.api.service.supplementary.USSDString createUSSDString(byte[] ussdString,
                                                                                             java.nio.charset.Charset charset)
Specified by:
createUSSDString in interface org.mobicents.protocols.ss7.map.api.MapServiceFactory

createUSSDString

public org.mobicents.protocols.ss7.map.api.service.supplementary.USSDString createUSSDString(byte[] ussdString)
Specified by:
createUSSDString in interface org.mobicents.protocols.ss7.map.api.MapServiceFactory

createAddressString

public org.mobicents.protocols.ss7.map.api.dialog.AddressString createAddressString(org.mobicents.protocols.ss7.map.api.dialog.AddressNature addNature,
                                                                                    org.mobicents.protocols.ss7.map.api.dialog.NumberingPlan numPlan,
                                                                                    java.lang.String address)
Specified by:
createAddressString in interface org.mobicents.protocols.ss7.map.api.MapServiceFactory

createMAPUserAbortChoice

public org.mobicents.protocols.ss7.map.api.dialog.MAPUserAbortChoice createMAPUserAbortChoice()
Specified by:
createMAPUserAbortChoice in interface org.mobicents.protocols.ss7.map.api.MapServiceFactory


Copyright © 2010. All Rights Reserved.