public interface DescriptionParser
| Modifier and Type | Method and Description |
|---|---|
WSDL |
parse(java.io.InputStream in,
URI fromUri,
CredentialInfo credentialInfo,
java.lang.String targetNamespace,
boolean loadReferencedFiles,
java.lang.String comManId) |
WSDL |
parse(XmlPullParser parser,
URI fromUri,
CredentialInfo credentialInfo,
java.lang.String targetNamespace,
boolean loadReferencedFiles,
java.lang.String comManId) |
WSDL parse(java.io.InputStream in, URI fromUri, CredentialInfo credentialInfo, java.lang.String targetNamespace, boolean loadReferencedFiles, java.lang.String comManId) throws XmlPullParserException, java.io.IOException
in - fromUri - the URI pointing to the WSDL document being parsedtargetNamespace - if null, then this is the top-level WSDL file (i.e. not an import)loadReferencedFiles - if true, other WSDL and XML Schema files referenced by the parsed WSDL will be parsed
recursively, tooXmlPullParserExceptionjava.io.IOExceptionWSDL parse(XmlPullParser parser, URI fromUri, CredentialInfo credentialInfo, java.lang.String targetNamespace, boolean loadReferencedFiles, java.lang.String comManId) throws XmlPullParserException, java.io.IOException
parser - fromUri - the URI pointing to the WSDL document being parsedtargetNamespace - if null, then this is the top-level WSDL file (i.e. not an import)loadReferencedFiles - if true, other WSDL and XML Schema files referenced by the parsed WSDL will be parsed
recursively, tooXmlPullParserExceptionjava.io.IOException