Package jakarta.jws.soap
Annotation Type SOAPMessageHandler
- 
 @Deprecated public @interface SOAPMessageHandler Deprecated.
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element 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.StringnameDeprecated.Name of the handler.Defaults to the name of the handler class.String[]rolesDeprecated.List of SOAP roles/actors implemented by the handler.
 
- 
- 
- 
Element Detail- 
classNameString className Deprecated.Name of the handler class.- Returns:
- the name of the handler class
 
 
- 
 - 
- 
nameString name Deprecated.Name of the handler.Defaults to the name of the handler class.- Returns:
- the name of the handler
 - Default:
- ""
 
 
- 
 - 
- 
initParamsInitParam[] initParams Deprecated.Array of name/value pairs that should be passed to the handler during initialization.- Returns:
- the array of name/value pairs that should be passed to the handler during initialization
 - Default:
- {}
 
 
- 
 - 
- 
rolesString[] roles Deprecated.List of SOAP roles/actors implemented by the handler.- Returns:
- the list of SOAP roles/actors
 - Default:
- {}
 
 
- 
 - 
- 
headersString[] 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).- Returns:
- the list of SOAP headers processed by the handler
 - Default:
- {}
 
 
- 
 
-