|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLReaderImpl
com.ebmwebsourcing.commons.wsdl.impl.wsdl20.WSDLReaderImpl
public class WSDLReaderImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLReader |
|---|
WSDLReader.FeatureConstants |
| Field Summary |
|---|
| Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLReaderImpl |
|---|
analyzer |
| Constructor Summary | |
|---|---|
WSDLReaderImpl()
|
|
| Method Summary | |
|---|---|
Description |
readWSDL(org.w3c.dom.Document wsdlDocument)
Read the specified WSDL document into a WSDL definition. |
Description |
readWSDL(java.net.URI wsdlURI)
Read the WSDL document accessible via the specified URI into a WSDL definition. |
Description |
readWSDL(java.net.URI wsdlURI,
javax.xml.transform.dom.DOMSource inputSource)
Read a WSDL document into a WSDL definition. |
| Methods inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLReaderImpl |
|---|
getAnalyzer, getFeature, getFeatures, setAnalyzer, setFeature, setFeatures |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLReader |
|---|
getFeature, getFeatures, setFeature |
| Constructor Detail |
|---|
public WSDLReaderImpl()
| Method Detail |
|---|
public Description readWSDL(java.net.URI wsdlURI)
throws WSDLException
WSDLReader
readWSDL in interface WSDLReaderwsdlURI - a URI (can be a filename or URL) pointing to a WSDL XML
definition.
WSDLException
public Description readWSDL(org.w3c.dom.Document wsdlDocument)
throws WSDLException
WSDLReader
readWSDL in interface WSDLReaderwsdlDocument - the WSDL document, an XML document obeying the WSDL schema.
WSDLException
public Description readWSDL(java.net.URI wsdlURI,
javax.xml.transform.dom.DOMSource inputSource)
throws WSDLException
WSDLReader
readWSDL in interface WSDLReaderinputSource - an InputSource pointing to the WSDL document, an XML document
obeying the WSDL schema.
WSDLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||