Uses of Class
org.codehaus.xfire.wsdl11.builder.WSDLBuilder

Packages that use WSDLBuilder
org.codehaus.xfire.jaxb   
org.codehaus.xfire.service.binding   
org.codehaus.xfire.transport   
org.codehaus.xfire.wsdl11   
org.codehaus.xfire.wsdl11.builder   
org.codehaus.xfire.xmlbeans   
 

Uses of WSDLBuilder in org.codehaus.xfire.jaxb
 

Subclasses of WSDLBuilder in org.codehaus.xfire.jaxb
 class JaxbWsdlBuilder
          User: chris Date: Aug 12, 2005 Time: 4:04:24 PM
 

Methods in org.codehaus.xfire.jaxb that return WSDLBuilder
 WSDLBuilder JaxbWSDLBuilderFactory.createWSDLBuilder(Service service, WSDL11ParameterBinding paramBinding, TransportManager transportManager)
           
 

Uses of WSDLBuilder in org.codehaus.xfire.service.binding
 

Methods in org.codehaus.xfire.service.binding with parameters of type WSDLBuilder
 void WrappedBinding.createInputParts(WSDLBuilder builder, javax.wsdl.Message req, OperationInfo op)
           
 void RPCEncodedBinding.createInputParts(WSDLBuilder builder, javax.wsdl.Message req, OperationInfo op)
           
 void DocumentBinding.createInputParts(WSDLBuilder builder, javax.wsdl.Message req, OperationInfo op)
           
 void WrappedBinding.createOutputParts(WSDLBuilder builder, javax.wsdl.Message req, OperationInfo op)
           
 void RPCEncodedBinding.createOutputParts(WSDLBuilder builder, javax.wsdl.Message req, OperationInfo op)
           
 void DocumentBinding.createOutputParts(WSDLBuilder builder, javax.wsdl.Message req, OperationInfo op)
           
protected  void RPCEncodedBinding.writeParametersSchema(WSDLBuilder builder, javax.wsdl.Message message, MessageInfo xmsg)
           
 

Uses of WSDLBuilder in org.codehaus.xfire.transport
 

Methods in org.codehaus.xfire.transport with parameters of type WSDLBuilder
 javax.wsdl.Binding AbstractWSDLTransport.createBinding(WSDLBuilder builder, javax.wsdl.PortType portType, WSDL11ParameterBinding paramBinding)
           
 javax.wsdl.BindingOperation AbstractWSDLTransport.createBindingOperation(WSDLBuilder builder, javax.wsdl.PortType portType, javax.wsdl.Operation wsdlOp, WSDL11ParameterBinding binding)
           
 javax.wsdl.Port AbstractWSDLTransport.createPort(WSDLBuilder builder, javax.wsdl.Binding transportBinding)
           
 

Uses of WSDLBuilder in org.codehaus.xfire.wsdl11
 

Methods in org.codehaus.xfire.wsdl11 with parameters of type WSDLBuilder
 javax.wsdl.Binding WSDL11Transport.createBinding(WSDLBuilder builder, javax.wsdl.PortType portType, WSDL11ParameterBinding binding)
           
 javax.wsdl.BindingOperation WSDL11Transport.createBindingOperation(WSDLBuilder builder, javax.wsdl.PortType portType, javax.wsdl.Operation wsdlOp, WSDL11ParameterBinding binding)
           
 void WSDL11ParameterBinding.createInputParts(WSDLBuilder builder, javax.wsdl.Message req, OperationInfo op)
           
 void WSDL11ParameterBinding.createOutputParts(WSDLBuilder builder, javax.wsdl.Message req, OperationInfo op)
           
 javax.wsdl.Port WSDL11Transport.createPort(WSDLBuilder builder, javax.wsdl.Binding transportBinding)
           
 

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

Methods in org.codehaus.xfire.wsdl11.builder that return WSDLBuilder
 WSDLBuilder WSDLBuilderFactory.createWSDLBuilder(Service service, WSDL11ParameterBinding paramBinding, TransportManager transportManager)
           
 WSDLBuilder DefaultWSDLBuilderFactory.createWSDLBuilder(Service service, WSDL11ParameterBinding paramBinding, TransportManager transportManager)
           
 

Uses of WSDLBuilder in org.codehaus.xfire.xmlbeans
 

Subclasses of WSDLBuilder in org.codehaus.xfire.xmlbeans
 class XmlBeansWSDLBuilder
           
 

Methods in org.codehaus.xfire.xmlbeans that return WSDLBuilder
 WSDLBuilder XmlBeansWSDLBuilderFactory.createWSDLBuilder(Service service, WSDL11ParameterBinding paramBinding, TransportManager transportManager)
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.