javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
public interface WseeHandlerRuntimeMBean extends RuntimeMBean
Provides runtime information about a SOAP message handler that has been associated with a Web service.
SOAP message handlers are used to intercept both the inbound (request) and outbound (response) SOAP messages so that extra processing can be done on the messages. Programmers specify SOAP message handlers for a Web Service using the @SOAPMessageHandlers and @HandlerChain JWS annotations.
Modifier and Type | Method | Description |
---|---|---|
java.lang.Class |
getHandlerClass() |
Specifies the fully qualified name of the class that implements this
SOAP handler.
|
javax.xml.namespace.QName[] |
getHeaders() |
Specifies the SOAP headers that can be processed by this SOAP
message handler.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
java.lang.Class getHandlerClass()
Specifies the fully qualified name of the class that implements this SOAP handler.
This class implements the javax.xml.ws.handler.LogicalHandler class for JAX-WS. This class contains methods that programmers implement to process the request and response SOAP messages resulting from the invoke of a Web service operation.
javax.xml.namespace.QName[] getHeaders()
Specifies the SOAP headers that can be processed by this SOAP message handler.