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.
 

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 OMWSDLReader.createWSDLSource()
           
 WSDLSource DOMWSDLReader.createWSDLSource()
           
 

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



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