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 |
|---|---|
protected MXLogger |
getLogger() |
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
WSDLParserwsdlURL and return the WSDLInfo objectparse in interface WSDLParserwsdlURL - the wsdl urlMXExceptionprotected MXLogger getLogger()
public WSDLInfo parse(org.xml.sax.InputSource wsdlSource) throws MXException
WSDLParserwsdlSource and return the WSDLInfo objectparse in interface WSDLParserwsdlSource - the wsdl Source objectMXException