|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingOutput | |
com.ibm.wsdl | |
javax.wsdl |
Uses of BindingOutput in com.ibm.wsdl |
Classes in com.ibm.wsdl that implement BindingOutput | |
class |
BindingOutputImpl
This class represents an output binding. |
Fields in com.ibm.wsdl declared as BindingOutput | |
protected BindingOutput |
BindingOperationImpl.bindingOutput
|
Methods in com.ibm.wsdl that return BindingOutput | |
BindingOutput |
BindingOperationImpl.getBindingOutput()
Get the output binding for this operation binding. |
BindingOutput |
DefinitionImpl.createBindingOutput()
Create a new binding output. |
Methods in com.ibm.wsdl with parameters of type BindingOutput | |
void |
BindingOperationImpl.setBindingOutput(BindingOutput bindingOutput)
Set the output binding for this operation binding. |
Uses of BindingOutput in javax.wsdl |
Methods in javax.wsdl that return BindingOutput | |
BindingOutput |
BindingOperation.getBindingOutput()
Get the output binding for this operation binding. |
BindingOutput |
Definition.createBindingOutput()
Create a new binding output. |
Methods in javax.wsdl with parameters of type BindingOutput | |
void |
BindingOperation.setBindingOutput(BindingOutput bindingOutput)
Set the output binding for this operation binding. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |