Uses of Interface
org.apache.woden.WSDLSource

Packages that use WSDLSource
org.apache.woden   
org.apache.woden.internal   
 

Uses of WSDLSource in org.apache.woden
 

Methods in org.apache.woden that return WSDLSource
 WSDLSource WSDLReader.createWSDLSource()
          Returns a WSDLSource object that is compatible with the WSDLReader implementation.
 

Methods in org.apache.woden with parameters of type WSDLSource
 Description WSDLReader.readWSDL(WSDLSource wsdlSource)
          Read the WSDL obtained from the specified WSDLSource object and return a WSDL Description component containing the WSDL components derived from that WSDL source.
 Description WSDLReader.readWSDL(WSDLSource wsdlSource, ErrorHandler errorHandler)
          Read the WSDL obtained from the specified WSDLSource object and return a WSDL Description component containing the WSDL components derived from that WSDL source.
 

Uses of WSDLSource in org.apache.woden.internal
 

Classes in org.apache.woden.internal that implement WSDLSource
 class BaseWSDLSource
          This abstract class implements methods of the WSDLSource interface that are common across all concrete implementations.
 class DOMWSDLSource
          This class provides a WSDLSource implementation that supports a DOM-based representation of the WSDL source.
 

Methods in org.apache.woden.internal that return WSDLSource
 WSDLSource DOMWSDLReader.createWSDLSource()
           
 WSDLSource OMWSDLReader.createWSDLSource()
           
 

Methods in org.apache.woden.internal with parameters of type WSDLSource
 Description DOMWSDLReader.readWSDL(WSDLSource wsdlSource)
           
 Description DOMWSDLReader.readWSDL(WSDLSource wsdlSource, ErrorHandler errorHandler)
           
 Description OMWSDLReader.readWSDL(WSDLSource wsdlSource)
           
 Description OMWSDLReader.readWSDL(WSDLSource wsdlSource, ErrorHandler errorHandler)
           
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.