| |
|
| javax.jws.soap.SOAPMessageHandler
SOAPMessageHandler | public @interface SOAPMessageHandler(Code) | | A single SOAP message handler
author: Copyright (c) 2004 by BEA Systems, Inc. All Rights Reserved. |
headers | String[] headers(Code) | | 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)
|
initParams | InitParam[] initParams(Code) | | Array of name/value pairs that should be passed to the handler during initialization.
|
name | String name(Code) | | Name of the handler. Defaults to the name of the handler class.
|
roles | String[] roles(Code) | | List of SOAP roles/actors implemented by the handler
|
|
|
|