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

Packages that use WSDLWriter
org.codehaus.xfire.jaxb   
org.codehaus.xfire.plexus   
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   
org.codehaus.xfire.xmlbeans   
 

Uses of WSDLWriter in org.codehaus.xfire.jaxb
 

Classes in org.codehaus.xfire.jaxb that implement WSDLWriter
 class JaxbWsdlBuilder
          User: chris Date: Aug 12, 2005 Time: 4:04:24 PM
 

Uses of WSDLWriter in org.codehaus.xfire.plexus
 

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

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
          AbstractWSDL
 class WSDLBuilder
          WSDL
 class WSDLBuilderAdapter
          An adapter for a WSDLBuilder so that it conforms to the WSDLWriter interface.
 

Uses of WSDLWriter in org.codehaus.xfire.xmlbeans
 

Classes in org.codehaus.xfire.xmlbeans that implement WSDLWriter
 class XmlBeansWSDLBuilder
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.