Package com.ibm.wsspi.webservices.handler


@Version("1.0") package com.ibm.wsspi.webservices.handler
  • Class
    Description
    The interface GlobalHandlerMessageContext abstracts the message context that is processed by a global handler in the handle method.
    Components that want to register webServices handlers to all the webServics end points should implement the Handler interface and register that implementation in the service registry.
    The properties associated with the registered handlers specify what engine type and flow type the handlers will be executed.