com.ebmwebsourcing.commons.wsdl.impl.wsdl20
Class WSDLReaderImpl

java.lang.Object
  extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLReaderImpl
      extended by com.ebmwebsourcing.commons.wsdl.impl.wsdl20.WSDLReaderImpl
All Implemented Interfaces:
WSDLReader

public class WSDLReaderImpl
extends AbstractWSDLReaderImpl
implements WSDLReader

Author:
Nicolas Salatge - eBM WebSourcing

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

WSDLReaderImpl

public WSDLReaderImpl()
Method Detail

readWSDL

public Description readWSDL(java.net.URI wsdlURI)
                     throws WSDLException
Description copied from interface: WSDLReader
Read the WSDL document accessible via the specified URI into a WSDL definition.

Specified by:
readWSDL in interface WSDLReader
Parameters:
wsdlURI - a URI (can be a filename or URL) pointing to a WSDL XML definition.
Returns:
the definition.
Throws:
WSDLException

readWSDL

public Description readWSDL(org.w3c.dom.Document wsdlDocument)
                     throws WSDLException
Description copied from interface: WSDLReader
Read the specified WSDL document into a WSDL definition.

Specified by:
readWSDL in interface WSDLReader
Parameters:
wsdlDocument - the WSDL document, an XML document obeying the WSDL schema.
Returns:
the definition described in the document.
Throws:
WSDLException

readWSDL

public Description readWSDL(java.net.URI wsdlURI,
                            javax.xml.transform.dom.DOMSource inputSource)
                     throws WSDLException
Description copied from interface: WSDLReader
Read a WSDL document into a WSDL definition.

Specified by:
readWSDL in interface WSDLReader
inputSource - an InputSource pointing to the WSDL document, an XML document obeying the WSDL schema.
Returns:
the definition described in the document pointed to by the InputSource.
Throws:
WSDLException


Copyright © 2008 eBM WebSourcing. All Rights Reserved.