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.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.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 SOAPFault.getUse()
           
 SOAPUse SOAPHeader.getUse()
           
 SOAPUse SOAPHeaderFault.getUse()
           
 SOAPUse SOAPBody.getUse()
           
 

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



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.