org.ow2.bonita.facade
Class APIConfig

java.lang.Object
  extended by org.ow2.bonita.facade.APIConfig

public class APIConfig
extends java.lang.Object

Author:
Guillaume Porcher Class used to specify API configuration in the environment (Context Type, retry number...)

Field Summary
static java.lang.String DEFAULT_KEY
          This key is used internally for the binding.
 
Constructor Summary
APIConfig(java.lang.String contextType)
           
 
Method Summary
 java.lang.String getContextType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_KEY

public static final java.lang.String DEFAULT_KEY
This key is used internally for the binding.

See Also:
Constant Field Values
Constructor Detail

APIConfig

public APIConfig(java.lang.String contextType)
Method Detail

getContextType

public java.lang.String getContextType()


Copyright © 2008 OW2 Consortium. All Rights Reserved.