|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSDLBuilder | |
---|---|
org.codehaus.xfire.service | Contains the classes and interfaces for the service model of XFire. |
org.codehaus.xfire.soap | SOAP protocol specific contants |
org.codehaus.xfire.wsdl11.builder | |
org.codehaus.xfire.xmlbeans |
Uses of WSDLBuilder in org.codehaus.xfire.service |
---|
Methods in org.codehaus.xfire.service with parameters of type WSDLBuilder | |
---|---|
abstract javax.wsdl.Binding |
Binding.createBinding(WSDLBuilder builder,
PortType portType)
|
abstract Port |
Binding.createPort(Endpoint endpoint,
WSDLBuilder builder,
javax.wsdl.Binding wbinding)
|
abstract Port |
Binding.createPort(WSDLBuilder builder,
javax.wsdl.Binding wbinding)
|
Uses of WSDLBuilder in org.codehaus.xfire.soap |
---|
Methods in org.codehaus.xfire.soap with parameters of type WSDLBuilder | |
---|---|
javax.wsdl.Binding |
Soap11Binding.createBinding(WSDLBuilder builder,
PortType portType)
|
Binding |
Soap12Binding.createBinding(WSDLBuilder builder,
PortType portType)
|
protected javax.wsdl.BindingOperation |
Soap11Binding.createBindingOperation(WSDLBuilder builder,
Operation wsdlOp,
OperationInfo op)
|
protected Message |
Soap11Binding.createHeaderMessages(WSDLBuilder builder,
MessageInfo msgInfo,
java.util.List headers)
|
protected void |
Soap11Binding.createHeaders(WSDLBuilder builder,
OperationInfo op,
BindingOperation bop)
|
Port |
Soap12Binding.createPort(Endpoint endpoint,
WSDLBuilder builder,
Binding wbinding)
|
Port |
Soap11Binding.createPort(Endpoint endpoint,
WSDLBuilder builder,
javax.wsdl.Binding wbinding)
|
Port |
Soap12Binding.createPort(WSDLBuilder builder,
Binding wbinding)
|
Port |
Soap11Binding.createPort(WSDLBuilder builder,
javax.wsdl.Binding wbinding)
|
Uses of WSDLBuilder in org.codehaus.xfire.wsdl11.builder |
---|
Methods in org.codehaus.xfire.wsdl11.builder that return WSDLBuilder | |
---|---|
WSDLBuilder |
DefaultWSDLBuilderFactory.createWSDLBuilder(Service service,
TransportManager transportManager)
|
WSDLBuilder |
WSDLBuilderFactory.createWSDLBuilder(Service service,
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,
TransportManager transportManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |