Uses of Class
javax.jws.soap.SOAPBinding.Use
-
Packages that use SOAPBinding.Use Package Description javax.jws.soap This package defines annotations for SOAP binding definition within light-weight web services programming model. -
-
Uses of SOAPBinding.Use in javax.jws.soap
Methods in javax.jws.soap that return SOAPBinding.Use Modifier and Type Method Description SOAPBinding.Use
use()
Defines the formatting style for messages sent to and from the Web Service.static SOAPBinding.Use
SOAPBinding.Use. valueOf(String name)
Returns the enum constant of this type with the specified name.static SOAPBinding.Use[]
SOAPBinding.Use. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-