public class WSDLParser
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
WSDLParser.Binding
Wrapper class for port binding.
|
class |
WSDLParser.Message
Wrapper class for a message
|
class |
WSDLParser.Operation
Wrapper class for operation
|
class |
WSDLParser.PortType
Wrapper class for a WSDL port type.
|
class |
WSDLParser.Service
Wrapper class for a single service defined within the WSDL.
|
Constructor and Description |
---|
WSDLParser()
Creates an instance of the WSDL parser.
|
WSDLParser(org.w3c.dom.Document wsdl)
Creates an instance of the WSDL parser.
|
WSDLParser(org.xml.sax.InputSource wsdlIs)
Creates an instance of the WSDL parser.
|
WSDLParser(java.io.InputStream wsdlIs)
Creates an instance of the WSDL parser.
|
WSDLParser(java.lang.String wsdlURL)
Creates an instance of the WSDL parser.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<WSDLParser.Service> |
getServices()
Returns a list of services defined in the WSDL.
|
java.lang.String |
getTargetNamespace()
Returns the targetNamespace attribute of the wsdl.
|
java.util.ArrayList<java.lang.String> |
getTypeImports()
Returns the list of type/xsd imports defined in the WSDL.
|
public WSDLParser()
public WSDLParser(java.lang.String wsdlURL) throws ifs.fnd.base.IfsException
wsdlURL
- URL of the WSDL file.ifs.fnd.base.IfsException
public WSDLParser(org.w3c.dom.Document wsdl)
wsdl
- WSDL Document.public WSDLParser(java.io.InputStream wsdlIs) throws ifs.fnd.base.IfsException
wsdlIs
- WSDL file as an input stream.ifs.fnd.base.IfsException
public WSDLParser(org.xml.sax.InputSource wsdlIs) throws ifs.fnd.base.IfsException
wsdlIs
- WSDL file as an input source.ifs.fnd.base.IfsException
public java.lang.String getTargetNamespace()
public java.util.ArrayList<WSDLParser.Service> getServices()
public java.util.ArrayList<java.lang.String> getTypeImports()