|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.util.WSDL20Util
public class WSDL20Util
Constructor Summary | |
---|---|
WSDL20Util()
|
Method Summary | |
---|---|
static java.lang.String |
applyURITemplating(MessageContext messageContext,
java.lang.String rawURLString,
boolean detach)
This method is used to resolve httplocation property. |
static void |
extractWSDL20SoapFaultInfo(java.util.Map options,
org.apache.axiom.om.OMElement bindingMessageElement,
org.apache.axiom.om.OMFactory omFactory,
org.apache.axiom.om.OMNamespace wsoap)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSDL20Util()
Method Detail |
---|
public static void extractWSDL20SoapFaultInfo(java.util.Map options, org.apache.axiom.om.OMElement bindingMessageElement, org.apache.axiom.om.OMFactory omFactory, org.apache.axiom.om.OMNamespace wsoap)
public static java.lang.String applyURITemplating(MessageContext messageContext, java.lang.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 occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |