Uses of Interface
org.codehaus.xfire.wsdl.WSDLWriter

Packages that use WSDLWriter
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
org.codehaus.xfire.test   
org.codehaus.xfire.wsdl   
org.codehaus.xfire.wsdl11.builder   
 

Uses of WSDLWriter in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service that return WSDLWriter
 WSDLWriter Service.getWSDLWriter()
          Returns the WSDLWriter for this endpoint.
 

Methods in org.codehaus.xfire.service with parameters of type WSDLWriter
 void Service.setWSDLWriter(WSDLWriter wsdlWriter)
          Sets the WSDLWriter for this endpoint.
 

Uses of WSDLWriter in org.codehaus.xfire.test
 

Methods in org.codehaus.xfire.test that return WSDLWriter
protected  WSDLWriter AbstractXFireTest.getWSDL(java.lang.String service)
          Get the WSDL for a service.
 

Uses of WSDLWriter in org.codehaus.xfire.wsdl
 

Classes in org.codehaus.xfire.wsdl that implement WSDLWriter
 class ResourceWSDL
          Create a WSDL instance from a URI.
 

Uses of WSDLWriter in org.codehaus.xfire.wsdl11.builder
 

Classes in org.codehaus.xfire.wsdl11.builder that implement WSDLWriter
 class AbstractWSDL
          Provides schema functionality for a WSDLBuilder.
 class WSDLBuilder
          WSDL
 class WSDLBuilderAdapter
          An adapter for a WSDLBuilder so that it conforms to the WSDLWriter interface.
 



Copyright © 2004-2006 null. All Rights Reserved.