org.ow2.petals.component.framework.api
Class Constants.Component

java.lang.Object
  extended by org.ow2.petals.component.framework.api.Constants.Component
Enclosing class:
Constants

public static class Constants.Component
extends Object

The Component constants

Author:
Christophe HAMERLING (chamerling) - eBM WebSourcing

Field Summary
static String ACKNOWLEDGEMENT_TIMEOUT
           
static String AUTOGENERATED_ENDPOINT_NAME
          The endpoint name used as the extension: auto-generated endpoint name extension
static String COMPONENT_WSDL
          The name of the 'native' WSDL document managed directly by the component.
static int DEFAULT_ACCEPTOR_SIZE
           
static long DEFAULT_ACKNOWLEDGEMENT_TIMEOUT
           
static String DEFAULT_IGNORED_STATUS
           
static int DEFAULT_POOL_SIZE
           
static long DEFAULT_SEND_TIMEOUT
           
static String JBI_XML
           
static String MEP
           
static String META_INF
           
static String NATIVE_SERVICE_FOLDER
          Name of the folder used to store native WSDL and resource.
 
Constructor Summary
Constants.Component()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JBI_XML

public static final String JBI_XML
See Also:
Constant Field Values

META_INF

public static final String META_INF
See Also:
Constant Field Values

ACKNOWLEDGEMENT_TIMEOUT

public static final String ACKNOWLEDGEMENT_TIMEOUT
See Also:
Constant Field Values

AUTOGENERATED_ENDPOINT_NAME

public static final String AUTOGENERATED_ENDPOINT_NAME
The endpoint name used as the extension: auto-generated endpoint name extension

See Also:
Constant Field Values

DEFAULT_ACKNOWLEDGEMENT_TIMEOUT

public static final long DEFAULT_ACKNOWLEDGEMENT_TIMEOUT
See Also:
Constant Field Values

DEFAULT_SEND_TIMEOUT

public static final long DEFAULT_SEND_TIMEOUT
See Also:
Constant Field Values

DEFAULT_IGNORED_STATUS

public static final String DEFAULT_IGNORED_STATUS
See Also:
Constant Field Values

DEFAULT_POOL_SIZE

public static final int DEFAULT_POOL_SIZE
See Also:
Constant Field Values

DEFAULT_ACCEPTOR_SIZE

public static final int DEFAULT_ACCEPTOR_SIZE
See Also:
Constant Field Values

MEP

public static final String MEP
See Also:
Constant Field Values

COMPONENT_WSDL

public static final String COMPONENT_WSDL
The name of the 'native' WSDL document managed directly by the component. TODO : if needed, implement a mechanism to externalize the name of the wsdl(s) into the configuration of the component

See Also:
Constant Field Values

NATIVE_SERVICE_FOLDER

public static final String NATIVE_SERVICE_FOLDER
Name of the folder used to store native WSDL and resource. This folder is a child of the WORK directory.

See Also:
Constant Field Values
Constructor Detail

Constants.Component

public Constants.Component()


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.