Package org.apache.axis2.jaxws.handler
Class Constants
java.lang.Object
org.apache.axis2.jaxws.handler.Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis constant is used to decide if we should track a JAX-WS handler's usage of the SOAPHeadersAdapter along with SAAJ. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JAXWS_HANDLER_TRACKER
This constant is used to decide if we should track a JAX-WS handler's usage of the SOAPHeadersAdapter along with SAAJ. If this property is set to 'true', then the handler framework will track whether a handler has called any getters/setters/etc on the SOAPHeadersAdapter AND called any API under Message to get SAAJ objects. Both of these cause transformations of data, and together would be more expensive than if they were separated.- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-