public class DefaultWSDLParser extends java.lang.Object implements WSDLParser
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GETHTTP_BINDING |
static java.lang.String |
MEP_REQUEST_ONLY |
static java.lang.String |
MEP_REQUEST_RESPONSE |
static java.lang.String |
MEP_REQUEST_VOIDRESPONSE |
static java.lang.String |
POSTHTTP_BINDING |
static java.lang.String |
SOAP11HTTP_BINDING |
static java.lang.String |
SOAP12HTTP_BINDING |
Constructor and Description |
---|
DefaultWSDLParser() |
Modifier and Type | Method and Description |
---|---|
WSDLInfo |
parse(org.xml.sax.InputSource wsdlSource)
Parse the WSDL specified in the
wsdlSource and return the WSDLInfo object |
WSDLInfo |
parse(java.net.URL wsdlURL)
Parse the WSDL specified in the
wsdlURL and return the WSDLInfo object |
public static final java.lang.String SOAP11HTTP_BINDING
public static final java.lang.String SOAP12HTTP_BINDING
public static final java.lang.String POSTHTTP_BINDING
public static final java.lang.String GETHTTP_BINDING
public static final java.lang.String MEP_REQUEST_RESPONSE
public static final java.lang.String MEP_REQUEST_VOIDRESPONSE
public static final java.lang.String MEP_REQUEST_ONLY
public WSDLInfo parse(java.net.URL wsdlURL) throws MXException
WSDLParser
wsdlURL
and return the WSDLInfo objectparse
in interface WSDLParser
wsdlURL
- the wsdl urlMXException
public WSDLInfo parse(org.xml.sax.InputSource wsdlSource) throws MXException
WSDLParser
wsdlSource
and return the WSDLInfo objectparse
in interface WSDLParser
wsdlSource
- the wsdl Source objectMXException