Uses of Interface
org.apache.woden.wsdl20.Description

Packages that use Description
org.apache.woden   
org.apache.woden.ant   
org.apache.woden.wsdl20.xml   
 

Uses of Description in org.apache.woden
 

Methods in org.apache.woden that return Description
 Description WSDLReader.readWSDL(String wsdlURI)
          Read the WSDL document at the specified URI and return a WSDL Description component containing the WSDL components derived from that document.
 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 Description in org.apache.woden.ant
 

Methods in org.apache.woden.ant with parameters of type Description
 void CmWriter.write(Description component)
          Writes the component model.
 void WsdlCm.write(Description descComp)
          Writes the Description component in the component model interchange format.
 

Uses of Description in org.apache.woden.wsdl20.xml
 

Methods in org.apache.woden.wsdl20.xml that return Description
 Description DescriptionElement.toComponent()
          Return the Description component derived from this DescriptionElement.
 



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