SOAPBinding (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.jws.soap Annotation Type SOAPBinding


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface SOAPBinding

Specifies the mapping of the Web Service onto the SOAP message protocol.

作者:
Copyright (c) 2004 by BEA Systems, Inc. All Rights Reserved.

Optional Element Summary
 SOAPBinding.ParameterStyle parameterStyle
          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
 SOAPBinding.Style style
          Defines the encoding style for messages send to and from the Web Service.
 SOAPBinding.Use use
          Defines the formatting style for messages sent to and from the Web Service.
 

style

public abstract SOAPBinding.Style style
Defines the encoding style for messages send to and from the Web Service.

默认值:
DOCUMENT

use

public abstract SOAPBinding.Use use
Defines the formatting style for messages sent to and from the Web Service.

默认值:
LITERAL

parameterStyle

public abstract SOAPBinding.ParameterStyle parameterStyle
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

默认值:
WRAPPED

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.