-
@Deprecated public @interface SOAPMessageHandler
Deprecated.
-
-
Optional Element Summary
Optional Elements 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
-
-
-
Element Detail
-
className
String className
Deprecated.Name of the handler class.
-
-
-
name
String name
Deprecated.Name of the handler. Defaults to the name of the handler class.- Default:
- ""
-
-
-
initParams
InitParam[] initParams
Deprecated.Array of name/value pairs that should be passed to the handler during initialization.- Default:
- {}
-
-
-
roles
String[] roles
Deprecated.List of SOAP roles/actors implemented by the handler- Default:
- {}
-
-
-
headers
String[] headers
Deprecated.List of SOAP headers processed by the handler. Each element in this array contains a QName which defines the header element processed by the handler. The QNames are specified using the string notation described in the documentation for javax.xml.namespace.QName.valueOf(String qNameAsString)- Default:
- {}
-
-