-
Deprecated.As of JSR-181 2.0 with no replacement.
@Deprecated public @interface SOAPMessageHandler
A single SOAP message handler
-
-
Required Element Summary
Required Elements Modifier and Type Required Element and Description String
className
Deprecated.Name of the handler class.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element and 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
public abstract String className
Deprecated.Name of the handler class.
-
name
public abstract String name
Deprecated.Name of the handler. Defaults to the name of the handler class.- Default:
- ""
-
initParams
public abstract InitParam[] initParams
Deprecated.Array of name/value pairs that should be passed to the handler during initialization.- Default:
- {}
-
roles
public abstract String[] roles
Deprecated.List of SOAP roles/actors implemented by the handler- Default:
- {}
-
headers
public abstract 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:
- {}
-
-
Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-javax/jws/soap/SOAPMessageHandler.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.