This type is a class for model objects.
Declares the handler for a port-component. Handlers can access the init-param name/value pairs using the HandlerInfo interface. If port-name is not specified, the handler is assumed to be associated with all ports of the service. Used in: service-ref
Package: wsclient| Attributes Summary | |
| handlerName : EString | Defines the name of the handler. The name must be unique within the module. |
| soapRoles : EString | The soap-role element contains a SOAP actor definition that the Handler will play as a role. |
| portNames : EString | The port-name element defines the WSDL port-name that a handler should be associated with. |
| handlerClass : JavaClass @ | Defines a fully qualified class name for the handler implementation. |
| initParams : ParamValue * | * No description is available * |
| soapHeaders : QName * | * No description is available * |
| Attribute Details |