Package com.arjuna.mw.wst11.client
Class EnabledWSTXHandler
java.lang.Object
com.arjuna.mw.wst11.client.AbstractWSTXHandler
com.arjuna.mw.wst11.client.EnabledWSTXHandler
- 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 enabled. It handles every message unless WSTXFeature is
disabled.- 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
-
EnabledWSTXHandler
public EnabledWSTXHandler()
-
-
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:
- false if WSTXFeature is present and is disabled, true otherwise.
- See Also:
-