org.apache.axis2.jaxws.client
Class ClientUtils
java.lang.Object
org.apache.axis2.jaxws.client.ClientUtils
public class ClientUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientUtils
public ClientUtils()
findSOAPAction
public static 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
getExceptionToBeThrownOnSOAPFault
public static boolean getExceptionToBeThrownOnSOAPFault(MessageContext msgContext)
- The operation is used to make sure Option is property configured for ThrowingExceptionOnFault
- Parameters:
msgContext
-
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.