Package jakarta.jws.soap
Annotation Type SOAPMessageHandler
-
@Deprecated public @interface SOAPMessageHandler
Deprecated.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
className
Deprecated.Name of the handler class.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.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.java.lang.String
name
Deprecated.Name of the handler.java.lang.String[]
roles
Deprecated.List of SOAP roles/actors implemented by the handler
-
-
-
-
initParams
InitParam[] initParams
Deprecated.Array of name/value pairs that should be passed to the handler during initialization.- Default:
- {}
-
-
-
headers
java.lang.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:
- {}
-
-