@Deprecated public @interface SOAPMessageHandler
| Modifier and Type | Required Element | Description |
|---|---|---|
String |
className |
Deprecated.
Name of the handler class.
|
| Modifier and Type | Optional Element | Description |
|---|---|---|
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
|
String className
String name
InitParam[] initParams
String[] roles
String[] headers
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.