org.mobicents.protocols.ss7.map
Class MapServiceFactoryImpl

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

public class MapServiceFactoryImpl
extends java.lang.Object
implements MapServiceFactory

Author:
amit bhayani

Constructor Summary
MapServiceFactoryImpl()
           
 
Method Summary
 AddressString createAddressString(AddressNature addNature, NumberingPlan numPlan, java.lang.String address)
           
 MAPUserAbortChoice createMAPUserAbortChoice()
           
 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)
           
 USSDString createUSSDString(byte[] ussdString, java.nio.charset.Charset charset)
           
 USSDString createUSSDString(java.lang.String ussdString)
           
 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 ProcessUnstructuredSSRequest createProcessUnstructuredSSRequest(byte ussdDataCodingScheme,
                                                                       USSDString ussdString)
Specified by:
createProcessUnstructuredSSRequest in interface MapServiceFactory

createProcessUnstructuredSsRequestResponse

public ProcessUnstructuredSSResponse createProcessUnstructuredSsRequestResponse(int invokeID,
                                                                                byte ussdDataCodingScheme,
                                                                                USSDString ussdString)
Specified by:
createProcessUnstructuredSsRequestResponse in interface MapServiceFactory

createUnstructuredSSRequest

public UnstructuredSSRequest createUnstructuredSSRequest(byte ussdDataCodingScheme,
                                                         USSDString ussdString)
Specified by:
createUnstructuredSSRequest in interface MapServiceFactory

createUnstructuredSsRequestResponse

public UnstructuredSSResponse createUnstructuredSsRequestResponse(int invokeID,
                                                                  byte ussdDataCodingScheme,
                                                                  USSDString ussdString)
Specified by:
createUnstructuredSsRequestResponse in interface MapServiceFactory

createUSSDString

public USSDString createUSSDString(java.lang.String ussdString,
                                   java.nio.charset.Charset charset)
Specified by:
createUSSDString in interface MapServiceFactory

createUSSDString

public USSDString createUSSDString(java.lang.String ussdString)
Specified by:
createUSSDString in interface MapServiceFactory

createUSSDString

public USSDString createUSSDString(byte[] ussdString,
                                   java.nio.charset.Charset charset)
Specified by:
createUSSDString in interface MapServiceFactory

createUSSDString

public USSDString createUSSDString(byte[] ussdString)
Specified by:
createUSSDString in interface MapServiceFactory

createAddressString

public AddressString createAddressString(AddressNature addNature,
                                         NumberingPlan numPlan,
                                         java.lang.String address)
Specified by:
createAddressString in interface MapServiceFactory

createMAPUserAbortChoice

public MAPUserAbortChoice createMAPUserAbortChoice()
Specified by:
createMAPUserAbortChoice in interface MapServiceFactory


Copyright © 2011. All Rights Reserved.