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.service.binding   
org.codehaus.xfire.test   
org.codehaus.xfire.wsdl   
org.codehaus.xfire.wsdl11   
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.service.binding
 

Methods in org.codehaus.xfire.service.binding with parameters of type WSDLWriter
 Service ObjectServiceFactory.create(java.lang.Class clazz, javax.xml.namespace.QName name, javax.wsdl.Definition def, java.util.Map properties, WSDLWriter writer)
           
 

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 AbstractWSDL
          Provides schema functionality for a WSDLBuilder.
 class ResourceWSDL
          Create a WSDL instance from a URI.
 

Uses of WSDLWriter in org.codehaus.xfire.wsdl11
 

Classes in org.codehaus.xfire.wsdl11 that implement WSDLWriter
 class DefinitionWSDL
           
 

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

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



Copyright © 2004-2008. All Rights Reserved.