Uses of Interface
javax.wsdl.BindingOutput
-
Packages that use BindingOutput Package Description com.ibm.wsdl com.ibm.wsdl.xml javax.wsdl -
-
Uses of BindingOutput in com.ibm.wsdl
Classes in com.ibm.wsdl that implement BindingOutput Modifier and Type Class Description class
BindingOutputImpl
This class represents an output binding.Fields in com.ibm.wsdl declared as BindingOutput Modifier and Type Field Description protected BindingOutput
BindingOperationImpl. bindingOutput
Methods in com.ibm.wsdl that return BindingOutput Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description protected BindingOutput
WSDLReaderImpl. parseBindingOutput(org.w3c.dom.Element bindingOutputEl, Definition def)
Methods in com.ibm.wsdl.xml with parameters of type BindingOutput Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
BindingOperation. setBindingOutput(BindingOutput bindingOutput)
Set the output binding for this operation binding.
-