| |
|
| javax.jws.soap.SOAPBinding
SOAPBinding | public @interface SOAPBinding(Code) | | Specifies the mapping of the Web Service onto the SOAP message protocol.
author: Copyright (c) 2004 by BEA Systems, Inc. All Rights Reserved. |
Field Summary | |
public Enum | ParameterStyle | public Enum | Style | public Enum | Use | ParameterStyle | parameterStyle | Style | style Defines the encoding style for messages send to and from the Web Service. | Use | use Defines the formatting style for messages sent to and from the Web Service. |
ParameterStyle | public Enum ParameterStyle(Code) | | The style of mapping parameters onto SOAP messages
|
Style | public Enum Style(Code) | | The SOAP binding style
|
Use | public Enum Use(Code) | | The SOAP binding use
|
parameterStyle | ParameterStyle parameterStyle(Code) | | Determines whether method parameters represent the entire message body, or whether the parameters are elements
wrapped inside a top-level element named after the operation
|
style | Style style(Code) | | Defines the encoding style for messages send to and from the Web Service.
|
use | Use use(Code) | | Defines the formatting style for messages sent to and from the Web Service.
|
|
|
|