Uses of Class
com.sun.xml.ws.api.model.soap.SOAPBinding

Packages that use SOAPBinding
com.sun.xml.ws.api.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
 SOAPBinding JavaMethod.getBinding()
          Binding object - a SOAPBinding isntance.
 

Uses of SOAPBinding in com.sun.xml.ws.model.soap
 

Subclasses of SOAPBinding in com.sun.xml.ws.model.soap
 class SOAPBindingImpl
          A wsdl:opeartion binding object that represents soap:binding.
 

Constructors in com.sun.xml.ws.model.soap with parameters of type SOAPBinding
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
protected  void WSDLGenerator.generateSOAPMessages(JavaMethodImpl method, SOAPBinding binding)
          Generates messages for a SOAPBinding