Uses of Class
jakarta.jws.soap.SOAPBinding.Use
-
Packages that use SOAPBinding.Use Package Description jakarta.jws.soap This package defines annotations for SOAP binding definition within light-weight web services programming model. -
-
Uses of SOAPBinding.Use in jakarta.jws.soap
Methods in jakarta.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.
-