Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Web Service: Configuration: Handlers: Table

Column Display     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. This page lists the handlers configured for this Web service, the class that implements the handler, the Web service port with which it is associated, and whether the handler processes any SOAP headers. Click on the name of the handler to view additional information about it.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Handler Name

Name of this SOAP message handler.

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

Port Name

Name of the Web service port to which the SOAP message handlers are associated.

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

Soap Header

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

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

Related Tasks

Related Topics


Back to Top