Uses of Class
com.sun.xml.ws.api.model.ParameterBinding
-
Packages that use ParameterBinding Package Description com.sun.xml.ws.api.model com.sun.xml.ws.api.model.wsdl com.sun.xml.ws.api.model.wsdl.editable com.sun.xml.ws.model com.sun.xml.ws.model.wsdl -
-
Uses of ParameterBinding in com.sun.xml.ws.api.model
Fields in com.sun.xml.ws.api.model declared as ParameterBinding Modifier and Type Field Description static ParameterBindingParameterBinding. BODYSingleton instance that represents 'BODY'static ParameterBindingParameterBinding. HEADERSingleton instance that represents 'HEADER'static 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 ParameterBinding Modifier and Type Method Description static ParameterBindingParameterBinding. createAttachment(String mimeType)Creates an instance that represents the attachment with a given MIME type.ParameterBindingParameter. getBinding()Returns the binding associated with the parameter.ParameterBindingParameter. getInBinding()Returns theParameterBindingassociated with the IN modeParameterBindingParameter. 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 ParameterBinding Modifier and Type Method Description ParameterBindingWSDLBoundPortType. getBinding(QName operation, String part, javax.jws.WebParam.Mode mode)Gets theParameterBindingfor a given operation, part name and the direction - IN/OUTParameterBindingWSDLPart. getBinding()Gets the wsdl:part binding as seen thru wsdl:bindingParameterBindingWSDLBoundOperation. getFaultBinding(String part)GetsParameterBindingfor a given wsdl part in wsdl:faultParameterBindingWSDLBoundOperation. getInputBinding(String part)GetsParameterBindingfor a given wsdl part in wsdl:inputParameterBindingWSDLBoundOperation. 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 ParameterBinding Modifier and Type Method Description Map<String,ParameterBinding>WSDLBoundOperation. getFaultParts()Map of wsdl:fault part name and the binding asParameterBindingMap<String,ParameterBinding>WSDLBoundOperation. getInputParts()Map of wsdl:input part name and the binding asParameterBindingMap<String,ParameterBinding>WSDLBoundOperation. 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 ParameterBinding Modifier and Type Method Description voidEditableWSDLPart. setBinding(ParameterBinding binding)Sets binding -
Uses of ParameterBinding in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return ParameterBinding Modifier and Type Method Description ParameterBindingParameterImpl. getBinding()ParameterBindingParameterImpl. getInBinding()ParameterBindingParameterImpl. getOutBinding()Methods in com.sun.xml.ws.model with parameters of type ParameterBinding Modifier and Type Method Description voidParameterImpl. 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 ParameterBinding Modifier and Type Method Description ParameterBindingWSDLBoundPortTypeImpl. getBinding(QName operation, String part, javax.jws.WebParam.Mode mode)Gets theParameterBindingfor a given operation, part name and the direction - IN/OUTParameterBindingWSDLPartImpl. getBinding()ParameterBindingWSDLBoundOperationImpl. getFaultBinding(String part)GetsParameterBindingfor a given wsdl part in wsdl:faultParameterBindingWSDLBoundOperationImpl. getInputBinding(String part)GetsParameterBindingfor a given wsdl part in wsdl:inputParameterBindingWSDLBoundOperationImpl. 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 ParameterBinding Modifier and Type Method Description Map<String,ParameterBinding>WSDLBoundOperationImpl. getFaultParts()Map of wsdl:fault part name and the binding asParameterBindingMap<String,ParameterBinding>WSDLBoundOperationImpl. getInputParts()Map of wsdl:input part name and the binding asParameterBindingMap<String,ParameterBinding>WSDLBoundOperationImpl. getOutputParts()Map of wsdl:output part name and the binding asParameterBindingMethods in com.sun.xml.ws.model.wsdl with parameters of type ParameterBinding Modifier and Type Method Description voidWSDLPartImpl. setBinding(ParameterBinding binding)
-