org.mule.config
Interface MuleProperties
- public interface MuleProperties
MuleProperties
is a set of constants pertaining to Mule system
properties.
PROPERTY_PREFIX
public static final String PROPERTY_PREFIX
- The prefix for any Mule-specific properties set on an event
- See Also:
- Constant Field Values
SYSTEM_PROPERTY_PREFIX
public static final String SYSTEM_PROPERTY_PREFIX
- The prefix for any Mule-specific properties set in the system properties
- See Also:
- Constant Field Values
DISABLE_SERVER_CONNECTIONS_SYSTEM_PROPERTY
public static final String DISABLE_SERVER_CONNECTIONS_SYSTEM_PROPERTY
- Disable the Admin agent
- See Also:
- Constant Field Values
XML_VALIDATE_SYSTEM_PROPERTY
public static final String XML_VALIDATE_SYSTEM_PROPERTY
- Configuration parsing properties
- See Also:
- Constant Field Values
XML_DTD_SYSTEM_PROPERTY
public static final String XML_DTD_SYSTEM_PROPERTY
- Path to a Mule Dtd to use
- See Also:
- Constant Field Values
MULE_ENCODING_SYSTEM_PROPERTY
public static final String MULE_ENCODING_SYSTEM_PROPERTY
- Default Ecoding used by the server
- See Also:
- Constant Field Values
MULE_OS_ENCODING_SYSTEM_PROPERTY
public static final String MULE_OS_ENCODING_SYSTEM_PROPERTY
- The operatirng system encoding
- See Also:
- Constant Field Values
MULE_START_AFTER_CONFIG_SYSTEM_PROPERTY
public static final String MULE_START_AFTER_CONFIG_SYSTEM_PROPERTY
- whether a configuration builder should start the server after it has been
configured, The default is true
- See Also:
- Constant Field Values
MULE_THREAD_UNSAFE_MESSAGES_PROPERTY
public static final String MULE_THREAD_UNSAFE_MESSAGES_PROPERTY
- See Also:
- Constant Field Values
MULE_EVENT_PROPERTY
public static final String MULE_EVENT_PROPERTY
- Event Level properties
- See Also:
- Constant Field Values
MULE_EVENT_TIMEOUT_PROPERTY
public static final String MULE_EVENT_TIMEOUT_PROPERTY
- See Also:
- Constant Field Values
MULE_METHOD_PROPERTY
public static final String MULE_METHOD_PROPERTY
- See Also:
- Constant Field Values
MULE_IGNORE_METHOD_PROPERTY
public static final String MULE_IGNORE_METHOD_PROPERTY
- See Also:
- Constant Field Values
MULE_ENDPOINT_PROPERTY
public static final String MULE_ENDPOINT_PROPERTY
- See Also:
- Constant Field Values
MULE_ORIGINATING_ENDPOINT_PROPERTY
public static final String MULE_ORIGINATING_ENDPOINT_PROPERTY
- See Also:
- Constant Field Values
MULE_ERROR_CODE_PROPERTY
public static final String MULE_ERROR_CODE_PROPERTY
- See Also:
- Constant Field Values
MULE_REPLY_TO_PROPERTY
public static final String MULE_REPLY_TO_PROPERTY
- See Also:
- Constant Field Values
MULE_USER_PROPERTY
public static final String MULE_USER_PROPERTY
- See Also:
- Constant Field Values
MULE_ENCODING_PROPERTY
public static final String MULE_ENCODING_PROPERTY
- See Also:
- Constant Field Values
MULE_REPLY_TO_REQUESTOR_PROPERTY
public static final String MULE_REPLY_TO_REQUESTOR_PROPERTY
- See Also:
- Constant Field Values
MULE_SESSION_ID_PROPERTY
public static final String MULE_SESSION_ID_PROPERTY
- See Also:
- Constant Field Values
MULE_SESSION_PROPERTY
public static final String MULE_SESSION_PROPERTY
- See Also:
- Constant Field Values
MULE_MESSAGE_ID_PROPERTY
public static final String MULE_MESSAGE_ID_PROPERTY
- See Also:
- Constant Field Values
MULE_CORRELATION_ID_PROPERTY
public static final String MULE_CORRELATION_ID_PROPERTY
- See Also:
- Constant Field Values
MULE_CORRELATION_GROUP_SIZE_PROPERTY
public static final String MULE_CORRELATION_GROUP_SIZE_PROPERTY
- See Also:
- Constant Field Values
MULE_CORRELATION_SEQUENCE_PROPERTY
public static final String MULE_CORRELATION_SEQUENCE_PROPERTY
- See Also:
- Constant Field Values
MULE_REMOTE_SYNC_PROPERTY
public static final String MULE_REMOTE_SYNC_PROPERTY
- See Also:
- Constant Field Values
MULE_SOAP_METHOD
public static final String MULE_SOAP_METHOD
- See Also:
- Constant Field Values
MULE_JMS_SESSION
public static final String MULE_JMS_SESSION
- See Also:
- Constant Field Values
CONNECTOR_CLASS
public static final String CONNECTOR_CLASS
- Connector Service descriptor properties
- See Also:
- Constant Field Values
CONNECTOR_MESSAGE_RECEIVER_CLASS
public static final String CONNECTOR_MESSAGE_RECEIVER_CLASS
- See Also:
- Constant Field Values
CONNECTOR_TRANSACTED_MESSAGE_RECEIVER_CLASS
public static final String CONNECTOR_TRANSACTED_MESSAGE_RECEIVER_CLASS
- See Also:
- Constant Field Values
CONNECTOR_XA_TRANSACTED_MESSAGE_RECEIVER_CLASS
public static final String CONNECTOR_XA_TRANSACTED_MESSAGE_RECEIVER_CLASS
- See Also:
- Constant Field Values
CONNECTOR_FACTORY
public static final String CONNECTOR_FACTORY
- See Also:
- Constant Field Values
CONNECTOR_DISPATCHER_FACTORY
public static final String CONNECTOR_DISPATCHER_FACTORY
- See Also:
- Constant Field Values
CONNECTOR_TRANSACTION_FACTORY
public static final String CONNECTOR_TRANSACTION_FACTORY
- See Also:
- Constant Field Values
CONNECTOR_MESSAGE_ADAPTER
public static final String CONNECTOR_MESSAGE_ADAPTER
- See Also:
- Constant Field Values
CONNECTOR_STREAM_MESSAGE_ADAPTER
public static final String CONNECTOR_STREAM_MESSAGE_ADAPTER
- See Also:
- Constant Field Values
CONNECTOR_INBOUND_TRANSFORMER
public static final String CONNECTOR_INBOUND_TRANSFORMER
- See Also:
- Constant Field Values
CONNECTOR_OUTBOUND_TRANSFORMER
public static final String CONNECTOR_OUTBOUND_TRANSFORMER
- See Also:
- Constant Field Values
CONNECTOR_RESPONSE_TRANSFORMER
public static final String CONNECTOR_RESPONSE_TRANSFORMER
- See Also:
- Constant Field Values
CONNECTOR_ENDPOINT_BUILDER
public static final String CONNECTOR_ENDPOINT_BUILDER
- See Also:
- Constant Field Values
CONNECTOR_SERVICE_FINDER
public static final String CONNECTOR_SERVICE_FINDER
- See Also:
- Constant Field Values
CONNECTOR_SERVICE_ERROR
public static final String CONNECTOR_SERVICE_ERROR
- See Also:
- Constant Field Values
CONNECTOR_SESSION_HANDLER
public static final String CONNECTOR_SESSION_HANDLER
- See Also:
- Constant Field Values
MULE_WORKING_DIRECTORY_PROPERTY
public static final String MULE_WORKING_DIRECTORY_PROPERTY
- See Also:
- Constant Field Values
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.