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 classBindingOutputImplThis class represents an output binding.Fields in com.ibm.wsdl declared as BindingOutput Modifier and Type Field Description protected BindingOutputBindingOperationImpl. bindingOutputMethods in com.ibm.wsdl that return BindingOutput Modifier and Type Method Description BindingOutputDefinitionImpl. createBindingOutput()Create a new binding output.BindingOutputBindingOperationImpl. getBindingOutput()Get the output binding for this operation binding.Methods in com.ibm.wsdl with parameters of type BindingOutput Modifier and Type Method Description voidBindingOperationImpl. 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 BindingOutputWSDLReaderImpl. 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 voidWSDLWriterImpl. 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 BindingOutputDefinition. createBindingOutput()Create a new binding output.BindingOutputBindingOperation. getBindingOutput()Get the output binding for this operation binding.Methods in javax.wsdl with parameters of type BindingOutput Modifier and Type Method Description voidBindingOperation. setBindingOutput(BindingOutput bindingOutput)Set the output binding for this operation binding.
-