com.ebmwebsourcing.commons.wsdl.impl.wsdl11
Class WSDLReaderImpl
java.lang.Object
com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLReaderImpl
com.ebmwebsourcing.commons.wsdl.impl.wsdl11.WSDLReaderImpl
- All Implemented Interfaces:
- WSDLReader
public class WSDLReaderImpl
- extends AbstractWSDLReaderImpl
- implements WSDLReader
- Author:
- Nicolas Salatge - eBM WebSourcing
|
Method Summary |
static javax.xml.bind.JAXBContext |
getJaxbContext()
|
static javax.xml.bind.Unmarshaller |
getUnMarshaller()
Get the unmarshaller instance. |
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 baseURI,
javax.xml.transform.dom.DOMSource inputSource)
Read a WSDL document into a WSDL definition. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLReaderImpl
public WSDLReaderImpl()
getUnMarshaller
public static javax.xml.bind.Unmarshaller getUnMarshaller()
throws WSDLException
- Get the unmarshaller instance.
- Returns:
- the unmarshaller instance
- Throws:
WSDLException - The exception raised during the unmarshaller creation.
getJaxbContext
public static javax.xml.bind.JAXBContext getJaxbContext()
- Returns:
- the jaxbContext
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 baseURI,
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.