org.apache.axis2.jaxws.handler
Class Constants
java.lang.Object
org.apache.axis2.jaxws.handler.Constants
public class Constants
- extends Object
Field Summary |
static String |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXWS_HANDLER_TRACKER
public static final String 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:
- Constant Field Values
Constants
public Constants()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.