@Retention(value=RUNTIME)
@Target(value=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 and Description |
---|---|
SOAPMessageHandler[] |
value
Deprecated.
|
public abstract SOAPMessageHandler[] value