|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingOutput | |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
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 |
DefinitionImpl.createBindingOutput()
Create a new binding output. |
BindingOutput |
BindingOperationImpl.getBindingOutput()
Get the output binding for this operation binding. |
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 com.ibm.wsdl.xml |
---|
Methods in com.ibm.wsdl.xml that return BindingOutput | |
---|---|
protected BindingOutput |
WSDLReaderImpl.parseBindingOutput(org.w3c.dom.Element bindingOutputEl,
Definition def)
|
Methods in com.ibm.wsdl.xml with parameters of type BindingOutput | |
---|---|
protected void |
WSDLWriterImpl.printBindingOutput(BindingOutput bindingOutput,
Definition def,
java.io.PrintWriter pw)
|
Uses of BindingOutput in javax.wsdl |
---|
Methods in javax.wsdl that return BindingOutput | |
---|---|
BindingOutput |
Definition.createBindingOutput()
Create a new binding output. |
BindingOutput |
BindingOperation.getBindingOutput()
Get the output binding for this operation binding. |
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 |