Handler class properties with JAX-RPC
This article describes handler class properties using Java™ API for XML-based RPC (JAX-RPC).
Configure the following handler class properties with assembly tools provided with WAS. See Set the webservices.xml deployment descriptor for Handler classes or Set the client deployment descriptors for Handler classes for instructions on how to configure the properties.
Configure the following handler class properties with assembly tools provided with WAS.For instructions on how to configure the handler class properties, read about configuring the webservices.xml deployment descriptor for handler classes or configuring the client deployment descriptors for handler classes.
- Description
Standard Java EE technology descriptor field.
- Display name
Standard Java EE technology descriptor field.
- Small icon
Standard Java EE technology descriptor field.
- Large icon
Standard Java EE technology descriptor field.
- Handler name
The name of the handler. This name must be unique within the module.
- Handler class
The fully qualified name of the handler class. Initially, it is set by an assembly tool.
- Initial parameters
Property names and values available to the handler.
- SOAP headers
Qualified names (Qnames) of the SOAP headers that are processed by this handler.
See section 12.2.2 of the JAX-RPC specification, available through the Web services specifications and APIs information, for more information about setting this property.
- SOAP roles
URIs containing the SOAP actor names for which the handler acts in the role.
See section 12.2.2 of the JAX-RPC specification, available through the Web services specifications and APIs information, for more information about setting this property.
Related concepts
Service integration technologies and JAX-RPC handlers
Assembly tools
Related tasks
Set the webservices.xml deployment descriptor for handler classes
Set the JAX-RPC client deployment descriptor for handler classes
Related
Web services specifications and APIs