org.apache.axis2.transport.sms
Class SMSTransportUtils

java.lang.Object
  extended by org.apache.axis2.transport.sms.SMSTransportUtils

public class SMSTransportUtils
extends java.lang.Object


Constructor Summary
SMSTransportUtils()
           
 
Method Summary
static java.lang.Object getParameterValue(java.util.ArrayList<org.apache.axis2.description.Parameter> list, java.lang.String name)
          Given the array list of parameters and a name of the parameter it will return the Value of that Parameter
static java.lang.String getPhoneNumber(org.apache.axis2.addressing.EndpointReference epr)
          given the EPR it will return the phone number that the EPR represents this assumes a EPR of format sms:///
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMSTransportUtils

public SMSTransportUtils()
Method Detail

getParameterValue

public static java.lang.Object getParameterValue(java.util.ArrayList<org.apache.axis2.description.Parameter> list,
                                                 java.lang.String name)
Given the array list of parameters and a name of the parameter it will return the Value of that Parameter

Parameters:
list -
name -
Returns:
Object that stores the value of that Parameter

getPhoneNumber

public static java.lang.String getPhoneNumber(org.apache.axis2.addressing.EndpointReference epr)
                                       throws java.lang.Exception
given the EPR it will return the phone number that the EPR represents this assumes a EPR of format sms:///

Parameters:
epr -
Returns:
Throws:
java.lang.Exception


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.