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

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

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

Methods in com.sun.tools.ws.processor.model that return SOAPUse
 SOAPUse Operation.getUse()
           
 

Methods in com.sun.tools.ws.processor.model with parameters of type SOAPUse
 void Operation.setUse(SOAPUse u)
           
 

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

Fields in com.sun.tools.ws.processor.modeler.annotation declared as SOAPUse
protected  SOAPUse WebServiceVisitor.soapUse
           
 

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

Fields in com.sun.tools.ws.wsdl.document.soap declared as SOAPUse
static SOAPUse SOAPUse.ENCODED
           
static SOAPUse SOAPUse.LITERAL
           
 

Methods in com.sun.tools.ws.wsdl.document.soap that return SOAPUse
 SOAPUse SOAPHeaderFault.getUse()
           
 SOAPUse SOAPHeader.getUse()
           
 SOAPUse SOAPBody.getUse()
           
 SOAPUse SOAPFault.getUse()
           
 

Methods in com.sun.tools.ws.wsdl.document.soap with parameters of type SOAPUse
 void SOAPHeaderFault.setUse(SOAPUse u)
           
 void SOAPHeader.setUse(SOAPUse u)
           
 void SOAPBody.setUse(SOAPUse u)
           
 void SOAPFault.setUse(SOAPUse u)