org.apache.axis2.jaxws.handler
Class Constants

java.lang.Object
  extended by 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.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Constants

public Constants()


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.