Uses of Class
com.sun.xml.ws.api.model.ParameterBinding
Packages that use ParameterBinding
Package
Description
-
Uses of ParameterBinding in com.sun.xml.ws.api.model
Fields in com.sun.xml.ws.api.model declared as ParameterBindingModifier and TypeFieldDescriptionstatic final ParameterBindingParameterBinding.BODYSingleton instance that represents 'BODY'static final ParameterBindingParameterBinding.HEADERSingleton instance that represents 'HEADER'static final ParameterBindingParameterBinding.UNBOUNDSingleton instance that represents 'UNBOUND', meaning the parameter doesn't have a representation in a SOAP message.Methods in com.sun.xml.ws.api.model that return ParameterBindingModifier and TypeMethodDescriptionstatic ParameterBindingParameterBinding.createAttachment(String mimeType) Creates an instance that represents the attachment with a given MIME type.Parameter.getBinding()Returns the binding associated with the parameter.Parameter.getInBinding()Returns theParameterBindingassociated with the IN modeParameter.getOutBinding()Returns theParameterBindingassociated with the OUT mode -
Uses of ParameterBinding in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return ParameterBindingModifier and TypeMethodDescriptionWSDLBoundPortType.getBinding(QName operation, String part, jakarta.jws.WebParam.Mode mode) Gets theParameterBindingfor a given operation, part name and the direction - IN/OUTWSDLPart.getBinding()Gets the wsdl:part binding as seen thru wsdl:bindingWSDLBoundOperation.getFaultBinding(String part) GetsParameterBindingfor a given wsdl part in wsdl:faultWSDLBoundOperation.getInputBinding(String part) GetsParameterBindingfor a given wsdl part in wsdl:inputWSDLBoundOperation.getOutputBinding(String part) GetsParameterBindingfor a given wsdl part in wsdl:outputMethods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type ParameterBindingModifier and TypeMethodDescriptionWSDLBoundOperation.getFaultParts()Map of wsdl:fault part name and the binding asParameterBindingWSDLBoundOperation.getInputParts()Map of wsdl:input part name and the binding asParameterBindingWSDLBoundOperation.getOutputParts()Map of wsdl:output part name and the binding asParameterBinding -
Uses of ParameterBinding in com.sun.xml.ws.api.model.wsdl.editable
Methods in com.sun.xml.ws.api.model.wsdl.editable with parameters of type ParameterBindingModifier and TypeMethodDescriptionvoidEditableWSDLPart.setBinding(ParameterBinding binding) Sets binding -
Uses of ParameterBinding in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return ParameterBindingModifier and TypeMethodDescriptionParameterImpl.getBinding()ParameterImpl.getInBinding()ParameterImpl.getOutBinding()Methods in com.sun.xml.ws.model with parameters of type ParameterBindingModifier and TypeMethodDescriptionvoidParameterImpl.setBinding(ParameterBinding binding) voidParameterImpl.setInBinding(ParameterBinding binding) voidParameterImpl.setOutBinding(ParameterBinding binding) -
Uses of ParameterBinding in com.sun.xml.ws.model.wsdl
Methods in com.sun.xml.ws.model.wsdl that return ParameterBindingModifier and TypeMethodDescriptionWSDLBoundPortTypeImpl.getBinding(QName operation, String part, jakarta.jws.WebParam.Mode mode) Gets theParameterBindingfor a given operation, part name and the direction - IN/OUTWSDLPartImpl.getBinding()WSDLBoundOperationImpl.getFaultBinding(String part) GetsParameterBindingfor a given wsdl part in wsdl:faultWSDLBoundOperationImpl.getInputBinding(String part) GetsParameterBindingfor a given wsdl part in wsdl:inputWSDLBoundOperationImpl.getOutputBinding(String part) GetsParameterBindingfor a given wsdl part in wsdl:outputMethods in com.sun.xml.ws.model.wsdl that return types with arguments of type ParameterBindingModifier and TypeMethodDescriptionWSDLBoundOperationImpl.getFaultParts()Map of wsdl:fault part name and the binding asParameterBindingWSDLBoundOperationImpl.getInputParts()Map of wsdl:input part name and the binding asParameterBindingWSDLBoundOperationImpl.getOutputParts()Map of wsdl:output part name and the binding asParameterBindingMethods in com.sun.xml.ws.model.wsdl with parameters of type ParameterBinding