Uses of Class
com.sun.xml.ws.model.soap.SOAPBindingImpl

Packages that use SOAPBindingImpl
com.sun.xml.ws.model   
 

Uses of SOAPBindingImpl in com.sun.xml.ws.model
 

Methods in com.sun.xml.ws.model that return SOAPBindingImpl
protected  SOAPBindingImpl RuntimeModeler.createBinding(javax.jws.soap.SOAPBinding soapBinding)
          creates a runtime model SOAPBinding from a javax.jws.soap.SOAPBinding object
 SOAPBindingImpl JavaMethodImpl.getBinding()
           
 

Methods in com.sun.xml.ws.model with parameters of type SOAPBindingImpl
(package private)  void JavaMethodImpl.setBinding(SOAPBindingImpl binding)