@Deprecated
public @interface SOAPMessageHandler
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
className
Deprecated.
Name of the handler class.
|
Modifier and Type | Optional Element and 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
|
public abstract java.lang.String className
public abstract java.lang.String name
public abstract InitParam[] initParams
public abstract java.lang.String[] roles
public abstract java.lang.String[] headers