@Deprecated public @interface SOAPMessageHandler
| Modifier and Type | Required Element and Description | 
|---|---|
| String | classNameDeprecated.  Name of the handler class. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| String[] | headersDeprecated.  List of SOAP headers processed by the handler. | 
| InitParam[] | initParamsDeprecated.  Array of name/value pairs that should be passed to the handler during initialization. | 
| String | nameDeprecated.  Name of the handler. | 
| String[] | rolesDeprecated.  List of SOAP roles/actors implemented by the handler | 
public abstract String className
public abstract String name
public abstract InitParam[] initParams
public abstract String[] roles
public abstract String[] headers
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates.  All rights reserved.