Uses of Interface
javax.wsdl.BindingOutput
Packages that use BindingOutput
-
Uses of BindingOutput in com.ibm.wsdl
Classes in com.ibm.wsdl that implement BindingOutputModifier and TypeClassDescriptionclass
This class represents an output binding.Fields in com.ibm.wsdl declared as BindingOutputMethods in com.ibm.wsdl that return BindingOutputModifier and TypeMethodDescriptionDefinitionImpl.createBindingOutput()
Create a new binding output.BindingOperationImpl.getBindingOutput()
Get the output binding for this operation binding.Methods in com.ibm.wsdl with parameters of type BindingOutputModifier and TypeMethodDescriptionvoid
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 BindingOutputModifier and TypeMethodDescriptionprotected BindingOutput
WSDLReaderImpl.parseBindingOutput
(Element bindingOutputEl, Definition def) Methods in com.ibm.wsdl.xml with parameters of type BindingOutputModifier and TypeMethodDescriptionprotected void
WSDLWriterImpl.printBindingOutput
(BindingOutput bindingOutput, Definition def, PrintWriter pw) -
Uses of BindingOutput in javax.wsdl
Methods in javax.wsdl that return BindingOutputModifier and TypeMethodDescriptionDefinition.createBindingOutput()
Create a new binding output.BindingOperation.getBindingOutput()
Get the output binding for this operation binding.Methods in javax.wsdl with parameters of type BindingOutputModifier and TypeMethodDescriptionvoid
BindingOperation.setBindingOutput
(BindingOutput bindingOutput) Set the output binding for this operation binding.