public class WSDL20Util extends Object
Constructor and Description |
---|
WSDL20Util() |
Modifier and Type | Method and Description |
---|---|
static String |
applyURITemplating(MessageContext messageContext,
String rawURLString,
boolean detach)
This method is used to resolve httplocation property.
|
static void |
extractWSDL20SoapFaultInfo(Map options,
org.apache.axiom.om.OMElement bindingMessageElement,
org.apache.axiom.om.OMFactory omFactory,
org.apache.axiom.om.OMNamespace wsoap) |
public static void extractWSDL20SoapFaultInfo(Map options, org.apache.axiom.om.OMElement bindingMessageElement, org.apache.axiom.om.OMFactory omFactory, org.apache.axiom.om.OMNamespace wsoap)
public static String applyURITemplating(MessageContext messageContext, String rawURLString, boolean detach) throws AxisFault
messageContext
- - The MessageContext of the requestrawURLString
- - The raw URL containing httplocation templatesdetach
- - Boolean value specifying whether the element should be detached from the
envelop. When serializing data as application/x-form-urlencoded what goes in the body is the
remainder and therefore we should detach the element from the envelop.AxisFault
- - Thrown in case an exception occursCopyright © 2004–2014 The Apache Software Foundation. All rights reserved.