|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: REQUIRED | OPTIONAL | 详细信息: ELEMENT |
javax.jws.soap Annotation Type SOAPMessageHandler
Deprecated. As of JSR-181 2.0 with no replacement.
@Deprecated public @interface SOAPMessageHandler
A single SOAP message handler
- 作者:
- Copyright (c) 2004 by BEA Systems, Inc. All Rights Reserved.
Required Element Summary | |
---|---|
String |
className
Deprecated. Name of the handler class. |
Optional Element Summary | |
---|---|
String[] |
headers
Deprecated. List of SOAP headers processed by the handler. |
InitParam[] |
initParams
Deprecated. Array of name/value pairs that should be passed to the handler during initialization. |
String |
name
Deprecated. Name of the handler. |
String[] |
roles
Deprecated. List of SOAP roles/actors implemented by the handler |
元素详细信息 |
---|
className
public abstract String className
- Deprecated.
- Name of the handler class.
name
public abstract String name
- Deprecated.
- Name of the handler. Defaults to the name of the handler class.
- 默认值:
- ""
initParams
public abstract InitParam[] initParams
- Deprecated.
- Array of name/value pairs that should be passed to the handler during initialization.
- 默认值:
- {}
roles
public abstract String[] roles
- Deprecated.
- List of SOAP roles/actors implemented by the handler
- 默认值:
- {}
headers
public abstract String[] headers
- Deprecated.
- List of SOAP headers processed by the handler. Each element in this array contains a QName which defines the
header element processed by the handler. The QNames are specified using the string notation described in the
documentation for javax.xml.namespace.QName.valueOf(String qNameAsString)
- 默认值:
- {}
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: REQUIRED | OPTIONAL | 详细信息: ELEMENT |
提交错误或意见
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.