SOAPMessageHandlers (Java EE 5 SDK)

Java

Java EE 5 SDK

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


javax.jws.soap Annotation Type SOAPMessageHandlers


Deprecated. As of JSR-181 2.0 with no replacement.

@Retention(value=RUNTIME)
@Target(value=TYPE)
@Deprecated
public @interface SOAPMessageHandlers

Specifies a list of SOAP protocol handlers that run before and after business methods on the Web Service. These handlers are called in response to SOAP messages targeting the service.

The @SOAPMessageHandlers annotation is an array of SOAPMessageHandler types. The handlers are run in the order in which they appear in the annotation, starting with the first handler in the array.

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

Required Element Summary
 SOAPMessageHandler[] value
          Deprecated.  
 

元素详细信息

value

public abstract SOAPMessageHandler[] value
Deprecated. 

Java EE 5 SDK

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


提交错误或意见

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