@Retention(RUNTIME) @Target(TYPE) @Deprecated public @interface SOAPMessageHandlers
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.
| Modifier and Type | Required Element | Description |
|---|---|---|
SOAPMessageHandler[] |
value |
Deprecated.
|
SOAPMessageHandler[] value
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.