| java.lang.Object org.apache.axis2.util.WSDL20Util
WSDL20Util | public class WSDL20Util (Code) | | |
applyURITemplating | public static String applyURITemplating(MessageContext messageContext, String rawURLString, boolean detach) throws AxisFault(Code) | | This method is used to resolve httplocation property. It changes the URL as stipulated by
the httplocation property.
Parameters: messageContext - - The MessageContext of the request Parameters: rawURLString - - The raw URL containing httplocation templates Parameters: detach - - Boolean value specifying whether the element should be detached from theenvelop. When serializing data as application/x-form-urlencoded what goes in the body is theremainder and therefore we should detach the element from the envelop. - String with templated values replaced throws: org.apache.axis2.AxisFault - - Thrown in case an exception occurs |
extractWSDL20SoapFaultInfo | public static void extractWSDL20SoapFaultInfo(Map options, OMElement bindingMessageElement, OMFactory omFactory, OMNamespace wsoap)(Code) | | |
|
|