Uses of Class
org.jvnet.wom.api.binding.wsdl11.soap.SOAPBody.Use

Packages that use SOAPBody.Use
org.jvnet.wom.api.binding.wsdl11.soap   
org.jvnet.wom.impl.extension.wsdl11.soap   
 

Uses of SOAPBody.Use in org.jvnet.wom.api.binding.wsdl11.soap
 

Methods in org.jvnet.wom.api.binding.wsdl11.soap that return SOAPBody.Use
 SOAPBody.Use SOAPHeader.getUse()
           
 SOAPBody.Use SOAPFault.getUse()
          If not specified on <soap:body> the default value is literal.
 SOAPBody.Use SOAPBody.getUse()
          If not specified on <soap:body> the default value is literal.
static SOAPBody.Use SOAPBody.Use.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SOAPBody.Use[] SOAPBody.Use.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SOAPBody.Use in org.jvnet.wom.impl.extension.wsdl11.soap
 

Methods in org.jvnet.wom.impl.extension.wsdl11.soap that return SOAPBody.Use
 SOAPBody.Use SOAPFaultImpl.getUse()
           
 SOAPBody.Use SOAPBodyImpl.getUse()
          If not specified on <soap:body> the default value is literal.
 

Methods in org.jvnet.wom.impl.extension.wsdl11.soap with parameters of type SOAPBody.Use
 void SOAPFaultImpl.setUse(SOAPBody.Use use)
           
 void SOAPBodyImpl.setUse(SOAPBody.Use use)
           
 



Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.