Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Web Service: Configuration: Handlers: General

Configuration Options     Related Tasks     Related Topics

Web services can use SOAP message handlers to intercept the request and response SOAP messages generated when the Web service is invoked by a client application. Use this page to view general information about a particular handler configured for this Web service.

Configuration Options

Name Description
Handler Name

Name of this SOAP message handler.\

MBean Attribute (Does not apply to application modules) :
PortComponentHandlerBean.HandlerName

Changes take effect after you redeploy the module or restart the server.

Handler Class

Specifies the fully qualified name of the class that implements this SOAP handler.

This class implements for JAX-WS the javax.xml.ws.handler.LogicalHandler class; and for JAX-RPC the javax.xml.rpc.handler.Handler interface or javax.xml.rpc.handler.GenericHandler abstract class. These interfaces or classes contain methods that programmers implement to process the request and response SOAP messages resulting from the invoke of a Web service operation.

MBean Attribute:
WseeHandlerRuntimeMBean.HandlerClass

Headers

Specifies the SOAP headers that can be processed by this SOAP message handler.

MBean Attribute:
WseeHandlerRuntimeMBean.Headers

Roles

List of SOAP roles that can be processed by this SOAP message handler.

MBean Attribute (Does not apply to application modules) :
PortComponentHandlerBean.SoapRoles

Changes take effect after you redeploy the module or restart the server.

Related Tasks

Related Topics


Back to Top