org.apache.axis2.jaxws.client
Class ClientUtils

java.lang.Object
  extended by org.apache.axis2.jaxws.client.ClientUtils

public class ClientUtils
extends java.lang.Object


Constructor Summary
ClientUtils()
           
 
Method Summary
static java.lang.String findSOAPAction(MessageContext ctx)
          Determines what the SOAPAction value should be for a given MessageContext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientUtils

public ClientUtils()
Method Detail

findSOAPAction

public static java.lang.String findSOAPAction(MessageContext ctx)
Determines what the SOAPAction value should be for a given MessageContext.

Parameters:
ctx - - The MessageContext for the request
Returns:
A string with the calculated SOAPAction


Copyright © 2007 Apache Web Services Project. All Rights Reserved.