Handler

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

Inherits from type CompatibilityDescriptionGroup and adds the following.

Attributes Summary
handlerName : StringDefines the name of the handler.
soapRoles : StringThe soap-role element contains a SOAP actor definition that the Handler will play as a role.
portNames : StringThe port-name element defines the WSDL port-name that a handler should be associated with.
handlerClass : Defines a fully qualified class name for the handler implementation.
initParams : ParamValue *  
soapHeaders : QName *  

Attribute Details

handlerName    -    Defines the name of the handler. The name must be unique within the module.
     data type:  String
     default Value:   unspecified



soapRoles    -    The soap-role element contains a SOAP actor definition that the Handler will play as a role.
     data type:  String
     default Value:   unspecified



portNames    -    The port-name element defines the WSDL port-name that a handler should be associated with.
     data type:  String
     default Value:   unspecified



handlerClass    -    Defines a fully qualified class name for the handler implementation.
     data type: 



initParams    -     
     data type: ParamValue*



soapHeaders    -     
     data type: QName*


Copyright IBM Corp. 1997-2004