Package com.arjuna.mw.wst11.client
Class DisabledWSTXHandler
java.lang.Object
com.arjuna.mw.wst11.client.AbstractWSTXHandler
com.arjuna.mw.wst11.client.DisabledWSTXHandler
- All Implemented Interfaces:
jakarta.xml.ws.handler.Handler<jakarta.xml.ws.handler.soap.SOAPMessageContext>
,jakarta.xml.ws.handler.soap.SOAPHandler<jakarta.xml.ws.handler.soap.SOAPMessageContext>
This handler is used when
default-context-propagation
is disabled. It handles messages only if WSTXFeature is
enabled.- Author:
- Gytis Trikleris
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isContextPropagationEnabled
(jakarta.xml.ws.handler.soap.SOAPMessageContext context) Checks if WSTXHandler should propagate WS-AT/WS-BA context.Methods inherited from class com.arjuna.mw.wst11.client.AbstractWSTXHandler
close, getHeaders, handleFault, handleMessage
-
Constructor Details
-
DisabledWSTXHandler
public DisabledWSTXHandler()
-
-
Method Details
-
isContextPropagationEnabled
protected boolean isContextPropagationEnabled(jakarta.xml.ws.handler.soap.SOAPMessageContext context) Description copied from class:AbstractWSTXHandler
Checks if WSTXHandler should propagate WS-AT/WS-BA context.- Specified by:
isContextPropagationEnabled
in classAbstractWSTXHandler
- Parameters:
context
-- Returns:
- true if WSTXFeature is present and is enabled, false otherwise.
- See Also:
-