Uses of Class
com.sun.tools.ws.wsdl.document.soap.SOAPStyle

Packages that use SOAPStyle
com.sun.tools.ws.processor.model   
com.sun.tools.ws.processor.modeler.annotation   
com.sun.tools.ws.wsdl.document.soap   
 

Uses of SOAPStyle in com.sun.tools.ws.processor.model
 

Methods in com.sun.tools.ws.processor.model that return SOAPStyle
 SOAPStyle Operation.getStyle()
           
 SOAPStyle Port.getStyle()
           
 

Methods in com.sun.tools.ws.processor.model with parameters of type SOAPStyle
 void Operation.setStyle(SOAPStyle s)
           
 void Port.setStyle(SOAPStyle s)
           
 

Uses of SOAPStyle in com.sun.tools.ws.processor.modeler.annotation
 

Fields in com.sun.tools.ws.processor.modeler.annotation declared as SOAPStyle
protected  SOAPStyle WebServiceVisitor.soapStyle
           
 

Methods in com.sun.tools.ws.processor.modeler.annotation with parameters of type SOAPStyle
static boolean WebServiceVisitor.sameStyle(javax.jws.soap.SOAPBinding.Style style, SOAPStyle soapStyle)
           
 

Uses of SOAPStyle in com.sun.tools.ws.wsdl.document.soap
 

Fields in com.sun.tools.ws.wsdl.document.soap declared as SOAPStyle
static SOAPStyle SOAPStyle.DOCUMENT
           
static SOAPStyle SOAPStyle.RPC
           
 

Methods in com.sun.tools.ws.wsdl.document.soap that return SOAPStyle
 SOAPStyle SOAPBinding.getStyle()
           
 SOAPStyle SOAPOperation.getStyle()
           
 

Methods in com.sun.tools.ws.wsdl.document.soap with parameters of type SOAPStyle
 void SOAPBinding.setStyle(SOAPStyle s)
           
 void SOAPOperation.setStyle(SOAPStyle s)