Uses of Class
com.sun.xml.ws.api.model.soap.SOAPBinding
-
Packages that use SOAPBinding Package Description com.sun.xml.ws.api.model com.sun.xml.ws.model com.sun.xml.ws.model.soap com.sun.xml.ws.wsdl.writer -
-
Uses of SOAPBinding in com.sun.xml.ws.api.model
Methods in com.sun.xml.ws.api.model that return SOAPBinding Modifier and Type Method Description SOAPBindingJavaMethod. getBinding()Binding object - aSOAPBindingisntance. -
Uses of SOAPBinding in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return SOAPBinding Modifier and Type Method Description SOAPBindingJavaMethodImpl. getBinding() -
Uses of SOAPBinding in com.sun.xml.ws.model.soap
Subclasses of SOAPBinding in com.sun.xml.ws.model.soap Modifier and Type Class Description classSOAPBindingImplA wsdl:opeartion binding object that represents soap:binding.Constructors in com.sun.xml.ws.model.soap with parameters of type SOAPBinding Constructor Description SOAPBindingImpl(SOAPBinding sb) -
Uses of SOAPBinding in com.sun.xml.ws.wsdl.writer
Methods in com.sun.xml.ws.wsdl.writer with parameters of type SOAPBinding Modifier and Type Method Description protected voidWSDLGenerator. generateSOAPMessages(JavaMethodImpl method, SOAPBinding binding)Generates messages for a SOAPBinding
-