javax.jws.soap
Annotation Type SOAPBinding
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element and Description SOAPBinding.ParameterStyle
parameterStyle
SOAPBinding.Style
style
SOAPBinding.Use
use
-
-
-
Element Detail
style
public abstract SOAPBinding.Style style
- Default:
- javax.jws.soap.SOAPBinding.Style.DOCUMENT
-
use
public abstract SOAPBinding.Use use
- Default:
- javax.jws.soap.SOAPBinding.Use.LITERAL
-
parameterStyle
public abstract SOAPBinding.ParameterStyle parameterStyle
- Default:
- javax.jws.soap.SOAPBinding.ParameterStyle.WRAPPED
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.