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

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

Uses of WSDLWriter in org.codehaus.xfire.jaxb2
 

Classes in org.codehaus.xfire.jaxb2 that implement WSDLWriter
 class JaxbWSDLBuilder
           
 

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.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, 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.
 

Uses of WSDLWriter in org.codehaus.xfire.xmlbeans
 

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



Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.