Package org.apache.axis2.jaxws.client
Class ClientUtils
java.lang.Object
org.apache.axis2.jaxws.client.ClientUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringDetermines what the SOAPAction value should be for a given MessageContext.static booleangetExceptionToBeThrownOnSOAPFault(org.apache.axis2.context.MessageContext msgContext) The operation is used to make sure Option is property configured for ThrowingExceptionOnFault
-
Constructor Details
-
ClientUtils
public ClientUtils()
-
-
Method Details
-
findSOAPAction
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(org.apache.axis2.context.MessageContext msgContext) The operation is used to make sure Option is property configured for ThrowingExceptionOnFault- Parameters:
msgContext-
-