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 java.lang.Object

The Component constants

Author:
Christophe HAMERLING (chamerling) - EBM WebSourcing

Field Summary
static java.lang.String ACKNOWLEDGEMENT_TIMEOUT
           
static java.lang.String AUTOGENERATED_ENDPOINT_NAME
          The endpoint name used as the extension: auto-generated endpoint name extension
static java.lang.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 java.lang.String DEFAULT_IGNORED_STATUS
           
static int DEFAULT_POOL_SIZE
           
static long DEFAULT_SEND_TIMEOUT
           
static java.lang.String JBI_XML
           
static java.lang.String MEP
           
static java.lang.String META_INF
           
static java.lang.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 java.lang.String JBI_XML
See Also:
Constant Field Values

META_INF

public static final java.lang.String META_INF
See Also:
Constant Field Values

ACKNOWLEDGEMENT_TIMEOUT

public static final java.lang.String ACKNOWLEDGEMENT_TIMEOUT
See Also:
Constant Field Values

AUTOGENERATED_ENDPOINT_NAME

public static final java.lang.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 java.lang.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 java.lang.String MEP
See Also:
Constant Field Values

COMPONENT_WSDL

public static final java.lang.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 java.lang.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.