<globalConfiguration>
<requestFlow>
<handler type="java:com.osmoticweb.axis.AuthenticationHandler">
<parameter name="userdatabase" value="users.data"/>
</handler>
</requestFlow>
</globalConfiguration> |
| Name | Mandatory | Default | Description | Examples |
|---|---|---|---|---|
| name | no | - | Name for referencing this handler at other locations in the deployment descriptor | securityHandler |
| type | yes | - | Indicates either the class implementing the handler or references a handler defined elsewhere in the document. Classes are referenced in the form: java:package.ClassName | java:com.osmoticweb.axis.AuthenticationHandler |
| Name | Cardinality | Description |
|---|---|---|
| parameter | 0...* | Name/value pair used for configuring a handler |
Provided by Orientation in Objects