Constant Field Values


Contents
org.mule.*

org.mule.client.DefaultLocalMuleClientTestCase
protected final java.lang.String PROP_KEY_1 "key1"
protected final long TEST_FREQ 123L
protected final long TEST_RESPONSE_TIMEOUT 567L
protected final java.lang.String TEST_URI "test://test"

org.mule.components.script.refreshable.AbstractRefreshableBeanTestCase
protected static final int WAIT_TIME 1000

org.mule.components.script.refreshable.GroovyRefreshableBeanTestCase
public static final java.lang.String NAME_BEAN "groovy-dynamic-script-bean.groovy"
public static final java.lang.String NAME_CALLABLE "groovy-dynamic-script-callable.groovy"
public static final java.lang.String NAME_CHANGE_INTERFACE "groovy-dynamic-script.groovy"
public static final java.lang.String ON_CALL_RECEIVED "import org.mule.api.MuleEventContext; import org.mule.api.lifecycle.Callable; public class GroovyDynamicScript implements Callable { public Object onCall(MuleEventContext eventContext) throws Exception{ return eventContext.getMessage().getPayloadAsString() + \"Received\"; }}"
public static final java.lang.String PAYLOAD "Test:"
public static final java.lang.String RECEIVE_RECEIVED "public class GroovyDynamicScript { public String receive(String src) { return src + \"Received\"; }}"
public static final java.lang.String RECEIVED "Received"
public static final java.lang.String RECEIVED2 "Received2"

org.mule.config.spring.AbstractInterceptorTestCase
public static final java.lang.String MESSAGE "boo"

org.mule.config.spring.AbstractSchemaValidationTestCase
public static final java.lang.String SEPARATOR " "

org.mule.config.spring.parsers.assembly.AbstractBasePropertyConfigurationTestCase
public static final java.lang.String ALIAS "Alias"
public static final java.lang.String COLLECTION "Collection"
public static final java.lang.String IGNORED "Ignored"
public static final java.lang.String MAP_CAPS "MapCaps"
public static final java.lang.String MAP_DIGITS "MapNumbers"
public static final java.lang.String MAP_PREFIX "MapPrefix"
public static final java.lang.String NAME "Name"
public static final java.lang.String NOT_IGNORED "Not Ignored"
public static final java.lang.String PREFIX "prefix"
public static final java.lang.String REFERENCE "Reference"
public static final java.lang.String TO_DIGITS "one=1,two=2,three=3"
public static final java.lang.String UNUSED "Unused"

org.mule.config.spring.parsers.assembly.ReusablePropertyConfigurationTestCase
public static final java.lang.String REFERENCE "reference"
public static final java.lang.String WRAPPER "wrapper"

org.mule.config.spring.parsers.assembly.SimplePropertyConfigurationTestCase
public static final java.lang.String SIMPLE "simple"

org.mule.config.spring.parsers.assembly.TempWrapperPropertyConfigurationTestCase
public static final java.lang.String REFERENCE "reference"
public static final java.lang.String WRAPPER "wrapper"

org.mule.context.notification.EndpointMessageNotificationTestCase
public static final java.lang.String CLIENT_ID "MuleClient"
public static final java.lang.String SERVICE_1_ID "service-1"
public static final java.lang.String SERVICE_2_ID "service-2"

org.mule.context.notification.ServerNotificationManagerTestCase
public static final java.lang.String MODEL "the-model"
public static final java.lang.String MULE_SYSTEM_MODEL "_muleSystemModel"
public static final java.lang.String SERVICE "the-service"

org.mule.endpoint.AbstractMessageProcessorTestCase
protected static final java.lang.String TEST_URI "test://myTestUri"

org.mule.issues.EndpointTransformerMule2131TestCase
public static final java.lang.String MESSAGE "a message"

org.mule.issues.MulticastRouterMule2136TestCase
public static final java.lang.String SERIALIZED "<org.mule.issues.MulticastRouterMule2136TestCase_-Parent>\n <child/>\n</org.mule.issues.MulticastRouterMule2136TestCase_-Parent>"
public static final int TEST_COUNT 2000

org.mule.issues.ResponseTransformerMule2165TestCase
public static final java.lang.String GLOBAL_RESPONSE "a message outbound inbound outbound inbound response response"
public static final java.lang.String LOCAL_RESPONSE "a message outbound inbound outbound inbound response"
public static final java.lang.String MESSAGE "a message"
public static final long TIMEOUT 2000L

org.mule.issues.TransformerChainMule2063TestCase
public static final java.lang.String IN "in"
public static final java.lang.String TEST1_OUT "in123"
public static final java.lang.String TEST2_OUT "in123"
public static final java.lang.String TEST3_OUT "in123abc"
public static final long WAIT_MS 3000L

org.mule.management.ServerNotificationsTestCase.DummyNotification
public static final int EVENT_RECEIVED -999999

org.mule.module.cxf.CxfCustomHttpHeaderTestCase
protected static final java.lang.String endpointAddress "http://localhost:63181/services/TestComponent?method=onReceive"

org.mule.module.cxf.CxfWsdlTestCase
public static final java.lang.String TEST_URL "wsdl-cxf:http://localhost:8080/mule-tests-external-cxf/services/TestService?WSDL&method=getTest"
public static final java.lang.String TEST_URL_NOWSDL "wsdl-cxf:http://localhost:8080/mule-tests-external-cxf/services/TestService?method=getTest"
public static final java.lang.String TEST_URL_WSDL "http://localhost:8080/mule-tests-external-cxf/services/TestService?wsdl"

org.mule.module.cxf.ServletTestCase
public static final int HTTP_PORT 63088

org.mule.module.cxf.WsdlCallTestCase
public static final int HTTP_PORT 63088

org.mule.module.cxf.payload.PayloadTestConstants
public static final java.lang.String greetMeOutEndpointName "greetMeOutboundEndpoint"
public static final java.lang.String sayHiOutEndpointName "sayHiOutboundEndpoint"
public static final java.lang.String strPayload "some message"
public static final java.lang.String strPayloadResult "Hello some message"

org.mule.module.ibeans.FlickrSearchTestCase
public static final java.lang.String BAD_SEARCH_TERM "bad"
public static final java.lang.String SEARCH_TERM "food"

org.mule.module.ibeans.FlickrTestCase
public static final java.lang.String BAD_SEARCH_TERM "bad"
public static final java.lang.String SEARCH_TERM "food"

org.mule.module.ibeans.HostIpIBean
public static final java.lang.String GML_NS "http://www.opengis.net/gml"

org.mule.module.ibeans.annotations.MockIBeanTestCase
public static final java.lang.String BAD_IP "12.215.42."
public static final java.lang.String GOOD_IP "12.215.42.19"

org.mule.module.ibeans.annotations.TestUriIBean
public static final java.lang.String DO_SOMETHING_URI "doesnotexist.bom?param1="

org.mule.module.jersey.AbstractServletTestCase
public static final int HTTP_PORT 63088

org.mule.module.json.config.JsonPathAnnotatedEntryPointResolverTestCase
public static final java.lang.String TEST_PAYLOAD "{\"foo\" : {\"bar\" : [4, 8] }}"

org.mule.module.json.transformers.JsonAutoTransformerTestCase
public static final java.lang.String ITEM_JSON "{\"code\":\"1234\",\"description\":\"Vacuum Cleaner\",\"in-stock\":true}"

org.mule.module.json.transformers.JsonAutoTransformerWithMixinsTestCase
public static final java.lang.String APPLE_JSON "{\"washed\":false,\"bitten\":true}"

org.mule.module.json.transformers.JsonBeanRoundTripTestCase
public static final java.lang.String JSON_STRING "{\"apple\":{\"washed\":false,\"bitten\":true},\"orange\":{\"brand\":\"JuicyFruit\",\"segments\":8,\"radius\":3.45,\"listProperties\":null,\"mapProperties\":null,\"arrayProperties\":null}}"

org.mule.module.json.transformers.JsonCustomTransformerTestCase
public static final java.lang.String EMAIL_JSON "{\"type\":\"home\",\"address\":\"john.doe@gmail.com\"}"
public static final java.lang.String ITEMS_JSON "[{\"code\":\"1234\",\"description\":\"Vacuum Cleaner\",\"in-stock\":true},{\"code\":\"1234-1\",\"description\":\"Cleaner Bag\",\"in-stock\":false}]"
public static final java.lang.String PERSON_JSON "{\"emailAddresses\":[{\"type\":\"home\",\"address\":\"john.doe@gmail.com\"},{\"type\":\"work\",\"address\":\"jdoe@bigco.com\"}],\"name\":\"John Doe\",\"dob\":\"01/01/1970\"}"

org.mule.module.json.transformers.JsonCustomTransformerWithMixinsTestCase
public static final java.lang.String APPLE_JSON "{\"washed\":false,\"bitten\":true}"

org.mule.module.json.transformers.JsonStringTestCase
public static final java.lang.String TEST_JSON_MESSAGE "{\"data\" : {\"value1\" : \"foo\", \"value2\" : \"bar\"}, \"replyTo\" : \"/response\"}"

org.mule.module.launcher.DeploymentServiceTestCase
protected static final int LATCH_TIMEOUT 10000

org.mule.module.pgp.PGPSecurityFilterTestCase
protected static final java.lang.String DIRECTORY "output"
protected static final java.lang.String MESSAGE_EXCEPTION "No signed message found. Message payload is of type: String"
protected static final java.lang.String TARGET "/encrypted.txt"

org.mule.module.spring.events.SpringEventsTestCase
protected static final int DEFAULT_LATCH_TIMEOUT 10000

org.mule.module.xml.config.XPathAnnotatedEntryPointResolverTestCase
public static final java.lang.String TEST_PAYLOAD "<foo><bar>4</bar><bar>8</bar></foo>"

org.mule.module.xml.functional.AbstractXmlFunctionalTestCase
public static final long TIMEOUT 3000L

org.mule.module.xml.functional.AbstractXmlSplitterOutboundFunctionalTestCase
public static final java.lang.String NAME "name"
public static final java.lang.String ROUND_ROBIN_DET "round robin deterministic"
public static final java.lang.String ROUND_ROBIN_ENDPOINT_PREFIX "robin"
public static final java.lang.String ROUND_ROBIN_INDET "round robin indeterministic"
public static final java.lang.String SERVICE_SPLITTER "service splitter"
public static final java.lang.String SPLITTER_ENDPOINT_PREFIX "service"

org.mule.module.xml.functional.Dom4jXPathExpressionWithNamespaceTestCase
public static final java.lang.String MESSAGE "<foo:endpoint xmlns:foo=\"http://foo.com\">{0}</foo:endpoint>"

org.mule.module.xml.functional.JXPathExpressionTestCase
public static final java.lang.String MESSAGE "<endpoint>{0}</endpoint>"

org.mule.module.xml.functional.JXPathExpressionWithNamespaceTestCase
public static final java.lang.String MESSAGE "<foo:endpoint xmlns:foo=\"http://foo.com\">{0}</foo:endpoint>"

org.mule.module.xml.functional.W3CDomXPathExpressionWithNamespaceTestCase
public static final java.lang.String MESSAGE "<foo:endpoint xmlns:foo=\"http://foo.com\">{0}</foo:endpoint>"

org.mule.module.xml.functional.XmlFilterFunctionalTestCase
public static final int MAX_COUNT 100
public static final java.lang.String STRING_MESSAGE "Hello world"

org.mule.module.xml.functional.XmlTransformerFunctionalTestCase
public static final java.lang.String CHILDLESS_XML "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<parent/>"
public static final java.lang.String SERIALIZED "<org.mule.module.xml.functional.XmlTransformerFunctionalTestCase_-Parent>\n <child/>\n</org.mule.module.xml.functional.XmlTransformerFunctionalTestCase_-Parent>"
public static final java.lang.String SIMPLE_XML "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<parent><child name=\"poot\"/></parent>"

org.mule.routing.filters.OGNLFilterTestCase
public static final java.lang.String DEFAULT_INPUT_QUEUE "vm://in"
public static final java.lang.String DEFUALT_OUTPUT_QUEUE "vm://out"
public static final java.lang.String FIRST_MESSAGE "foo"
public static final java.lang.String OGNL_EXSPRESSION " equals(\"foo\") || content.endsWith(\"bar\") "
public static final java.lang.String SECOND_MESSAGE "foobar"
public static final java.lang.String SERVICE_NAME "OGNLServiceWrapper1"
public static final java.lang.String THIRD_MESSAGE "INPUT MESSAGE"
public static final long TIMEOUT 2000L

org.mule.tck.AbstractMuleTestCase
public static final java.lang.String CLASSNAME_ANNOTATIONS_CONFIG_BUILDER "org.mule.config.AnnotationsConfigurationBuilder"
public static final int DEFAULT_MULE_TEST_TIMEOUT_SECS 60
public static final long LOCK_TIMEOUT 30000L
public static final java.lang.String PROPERTY_MULE_TEST_TIMEOUT "mule.test.timeoutSecs"
public static final int RECEIVE_TIMEOUT 5000
public static final java.lang.String TEST_MESSAGE "Test Message"

org.mule.tck.AbstractTxThreadAssociationTestCase
protected static final int TRANSACTION_TIMEOUT_SECONDS 3

org.mule.tck.security.TestSecurityFilter
public static final java.lang.String SECURITY_EXCEPTION_MESSAGE "unauthorized!!"

org.mule.tck.testmodels.mule.TestConnector
public static final java.lang.String TEST "test"

org.mule.test.firewall.FirewallTestCase
public static final java.lang.String LOCALADDR "127.0.0.1"
public static final java.lang.String LOCALHOST "localhost"
public static final int TEST_COUNT 1

org.mule.test.integration.ServerTools
public static final java.lang.String ACTIVEMQ_HOME "org.activemq.home"

org.mule.test.integration.client.MuleClientJmsTestCase
public static final int INTERATIONS 1

org.mule.test.integration.components.NoArgsCallComponentTestCase
public static final java.lang.String DEFAULT_INPUT_MESSAGE "test"
public static final java.lang.String DEFUALT_OUTPUT_MESSAGE "Just an apple."
public static final java.lang.String DELEGATE_DC_METHOD_NAME "toString"
public static final java.lang.String DELEGATE_DI_METHOD_NAME "wash"
public static final java.lang.String INPUT_DC_QUEUE_NAME "vm://in"
public static final java.lang.String INPUT_DI_QUEUE_NAME "vm://invokeWithInjected"
public static final java.lang.String OUTPUT_DC_QUEUE_NAME "vm://out"
public static final java.lang.String OUTPUT_DI_QUEUE_NAME "vm://outWithInjected"
public static final java.lang.String SERVICE_DC_NAME "WORMS"
public static final java.lang.String SERVICE_DI_NAME "TIRANA"
public static final int TIMEOUT 5000

org.mule.test.integration.exceptions.AbstractExceptionStrategyTestCase
public static final int LATCH_AWAIT_TIMEOUT 3000

org.mule.test.integration.exceptions.ExceptionsWithRouterMule2715TestCase
public static final java.lang.String MESSAGE "message"
public static final long TIMEOUT 5000L

org.mule.test.integration.messaging.meps.BindingInOnlyInOutOutOnlyTestCase
public static final long TIMEOUT 3000L

org.mule.test.integration.messaging.meps.InOnlyOptionalOutTestCase
public static final long TIMEOUT 3000L

org.mule.test.integration.messaging.meps.InOnlyOutOnlyTestCase
public static final long TIMEOUT 3000L

org.mule.test.integration.messaging.meps.InOnlyTestCase
public static final long TIMEOUT 3000L

org.mule.test.integration.messaging.meps.InOptionalOutOutOnlyAsyncRouterTestCase
public static final long TIMEOUT 3000L

org.mule.test.integration.messaging.meps.InOptionalOutOutOnlyJMSTestCase
public static final long TIMEOUT 3000L

org.mule.test.integration.messaging.meps.InOptionalOutOutOnlyTestCase
public static final long TIMEOUT 3000L

org.mule.test.integration.messaging.meps.InOptionalOutOutOptionalInTestCase
public static final long TIMEOUT 3000L

org.mule.test.integration.messaging.meps.InOptionalOutTestCase
public static final long TIMEOUT 3000L

org.mule.test.integration.messaging.meps.InOutAsyncTestCase
public static final long TIMEOUT 3000L

org.mule.test.integration.messaging.meps.InOutOutInTestCase
public static final long TIMEOUT 3000L

org.mule.test.integration.messaging.meps.InOutOutOnlyAsyncRouterTestCase
public static final long TIMEOUT 3000L

org.mule.test.integration.messaging.meps.InOutOutOnlyTestCase
public static final long TIMEOUT 3000L

org.mule.test.integration.messaging.meps.InOutTestCase
public static final long TIMEOUT 3000L

org.mule.test.integration.security.ServletHttpFilterFunctionalTestCase
public static final int HTTP_PORT 4567

org.mule.test.integration.service.ServiceInFlightMessagesTestCase
protected static final int NUM_MESSAGES 500

org.mule.test.integration.transport.file.FileAppendConnectorTestCase
protected static final java.lang.String OUTPUT_DIR "myout"
protected static final java.lang.String OUTPUT_FILE "out.txt"

org.mule.test.integration.transport.jdbc.AbstractJdbcFunctionalTestCase
public static final java.lang.String CLIENT_DRIVER_NAME "org.apache.derby.jdbc.ClientDriver"
public static final java.lang.String CONNECTOR_NAME "testConnector"
public static final java.lang.String DEFAULT_IN_URI "jdbc://getTest?type=1"
public static final java.lang.String DEFAULT_MESSAGE "Test Message"
public static final java.lang.String DEFAULT_OUT_URI "jdbc://writeTest?type=2"
public static final java.lang.String EMBEDDED_DRIVER_NAME "org.apache.derby.jdbc.EmbeddedDriver"
public static final java.lang.String SQL_ACK "UPDATE TEST SET ACK = #[NOW] WHERE ID = #[id] AND TYPE = #[type] AND DATA = #[data]"
public static final java.lang.String SQL_READ "SELECT ID, TYPE, DATA, ACK, RESULT FROM TEST WHERE TYPE = #[type] AND ACK IS NULL"
public static final java.lang.String SQL_WRITE "INSERT INTO TEST(TYPE, DATA, ACK, RESULT) VALUES(#[type], #[payload], NULL, NULL)"

org.mule.transformer.compression.GZipTransformerTestCase
protected static final java.lang.String TEST_DATA "the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog"

org.mule.transformers.jaxb.JaxbAutoTransformerTestCase
public static final java.lang.String ITEM_XML "<item><code>1234</code><description>Vacuum Cleaner</description><in-stock>true</in-stock></item>"

org.mule.transformers.jaxb.JaxbTransformerTestCase
public static final java.lang.String PERSON_XML "<person><name>John Doe</name><dob>01/01/1970</dob><emailAddresses><emailAddress><type>home</type><address>john.doe@gmail.com</address></emailAddress><emailAddress><type>work</type><address>jdoe@bigco.com</address></emailAddress></emailAddresses></person>"

org.mule.transformers.xml.JXPathExtractorTestCase
protected static final java.lang.String TEST_XML_MULTI_NESTED_RESULTS "<?xml version=\"1.0\" encoding=\"UTF-8\"?><root><node><subnode1>val1</subnode1><subnode2>val2</subnode2></node><node><subnode1>val3</subnode1><subnode2>val4</subnode2></node></root>"
protected static final java.lang.String TEST_XML_MULTI_RESULTS "<?xml version=\"1.0\" encoding=\"UTF-8\"?><root><node>value1</node><node>value2</node><node>value3</node></root>"
protected static final java.lang.String TEST_XML_SINGLE_RESULT "<?xml version=\"1.0\" encoding=\"UTF-8\"?><root><node>value1</node></root>"

org.mule.transport.ajax.AjaxRPCFunctionalTestCase
public static final java.lang.String TEST_JSON_MESSAGE "{\"data\" : {\"value1\" : \"foo\", \"value2\" : \"bar\"}, \"replyTo\" : \"/response\"}"

org.mule.transport.email.AbstractGreenMailSupport
public static final java.lang.String ALICE "alice"
public static final java.lang.String ALICE_EMAIL "alice@example.com"
public static final java.lang.String AT_EXAMPLE_COM "@example.com"
public static final java.lang.String BOB "bob"
public static final java.lang.String BOB_EMAIL "bob@example.com"
public static final java.lang.String LOCALHOST "127.0.0.1"
public static final java.lang.String MESSAGE "Test Email Message"
public static final java.lang.String PASSWORD "secret"
public static final long STARTUP_PERIOD_MS 100L

org.mule.transport.email.connectors.AbstractMailConnectorFunctionalTestCase
public static final java.lang.String EMAIL "bob@example.com"
public static final java.lang.String LOCALHOST "127.0.0.1"
public static final java.lang.String MESSAGE "Test Email Message"
public static final boolean NO_INITIAL_EMAIL false
public static final java.lang.String PASSWORD "secret"
public static final java.lang.String PROVIDER "example.com"
public static final boolean SEND_INITIAL_EMAIL true
public static final int START_ATTEMPTS 3
public static final long STARTUP_PERIOD_MS 1000L
public static final int TEST_ATTEMPTS 5
public static final java.lang.String USER "bob"

org.mule.transport.email.connectors.AbstractReceivingMailConnectorTestCase
public static final int POLL_PERIOD_MS 2000
public static final int WAIT_PERIOD_MS 8000

org.mule.transport.email.functional.AbstractEmailFunctionalTestCase
protected static final java.lang.String CONFIG_BASE "-functional-test.xml"
protected static final java.lang.String DEFAULT_EMAIL "bob@example.com"
protected static final java.lang.String DEFAULT_MESSAGE "Test email message"
protected static final java.lang.String DEFAULT_PASSWORD "password"
protected static final java.lang.String DEFAULT_USER "bob"
public static final long DELIVERY_DELAY_MS 10000L
protected static final boolean MIME_MESSAGE true
protected static final boolean STRING_MESSAGE false

org.mule.transport.email.issues.ExceptionHandlingMule2167TestCase
public static final java.lang.String MESSAGE "a message"
public static final long WAIT_MS 3000L

org.mule.transport.file.AbstractFileFunctionalTestCase
public static final java.lang.String TARGET_FILE "TARGET_FILE"
public static final java.lang.String TEST_MESSAGE "Test file contents"

org.mule.transport.file.FileComparatorTestCase
public static final java.lang.String COMPONENT_NAME "FolderTO"
public static final java.lang.String FILE_CONNECTOR_NAME "fileConnector"
public static final java.lang.String MODEL_NAME "ESTest"
public static final java.lang.String PATH "./.mule/in/"
public static final int TIMEOUT 50000

org.mule.transport.ftp.AbstractFtpServerTestCase
public static final java.lang.String FTP_SERVER_BASE_DIR "target/ftpserver"
public static final java.lang.String TEST_MESSAGE "Test FTP message"

org.mule.transport.ftp.server.FTPServerClientTest
public static final int PORT 60198

org.mule.transport.ftp.server.FTPTestClient
public static final int TIMEOUT 5000

org.mule.transport.ftp.server.Server
public static final int DEFAULT_PORT 60196

org.mule.transport.http.components.RestServiceComponentTestCase
public static final java.lang.String SERVICE_NAME "WORMS"

org.mule.transport.http.issues.HttpTransformersMule1815TestCase
public static final java.lang.String OUTBOUND_MESSAGE "Test message"

org.mule.transport.http.issues.HttpTransformersMule1822TestCase
public static final java.lang.String OUTBOUND_MESSAGE "Test message"

org.mule.transport.http.issues.NoTransformFunctionalTestComponent
public static final int STREAM_BUFFER_SIZE 4096
public static final int STREAM_SAMPLE_SIZE 4

org.mule.transport.jdbc.functional.JdbcFunctionalTestCase
public static final java.lang.String DEFAULT_MESSAGE "Test Message"

org.mule.transport.jms.JmsMessageUtilsTestCase
public static final java.lang.String ENCODING "UTF-8"

org.mule.transport.jms.integration.AbstractJmsFunctionalTestCase
public static final java.lang.String BROADCAST_TOPIC_ENDPOINT_KEY "broadcast.topic.destination"
public static final java.lang.String DEFAULT_INPUT_MESSAGE "INPUT MESSAGE"
public static final java.lang.String DEFAULT_OUTPUT_MESSAGE "OUTPUT MESSAGE"
public static final java.lang.String INBOUND_ENDPOINT_KEY "inbound.destination"
public static final java.lang.String MIDDLE_ENDPOINT_KEY "middle.destination"
public static final java.lang.String MIDDLE2_ENDPOINT_KEY "middle2.destination"
public static final java.lang.String MIDDLE3_ENDPOINT_KEY "middle3.destination"
public static final java.lang.String OUTBOUND_ENDPOINT_KEY "outbound.destination"

org.mule.transport.jms.integration.AbstractJmsSingleTransactionSingleServiceTestCase
public static final java.lang.String JMS_QUEUE_INPUT_CONF_A "in1"
public static final java.lang.String JMS_QUEUE_INPUT_CONF_B "in2"
public static final java.lang.String JMS_QUEUE_INPUT_CONF_C "in3"
public static final java.lang.String JMS_QUEUE_INPUT_CONF_D "in4"
public static final java.lang.String JMS_QUEUE_INPUT_CONF_E "in5"
public static final java.lang.String JMS_QUEUE_OUTPUT_CONF_A "out1"
public static final java.lang.String JMS_QUEUE_OUTPUT_CONF_B "out2"
public static final java.lang.String JMS_QUEUE_OUTPUT_CONF_C "out3"
public static final java.lang.String JMS_QUEUE_OUTPUT_CONF_D "out4"
public static final java.lang.String JMS_QUEUE_OUTPUT_CONF_E "out5"

org.mule.transport.jms.integration.JmsExceptionStrategyTestCase
public static final java.lang.String DEADLETTER_QUEUE_NAME "dlq"

org.mule.transport.jms.integration.JmsMuleSideDurableTopicTestCase
public static final java.lang.String CONNECTOR1_NAME "jmsConnectorC1"

org.mule.transport.jms.integration.JmsMuleSideDurableTopicXATxTestCase
public static final java.lang.String CONNECTOR1_NAME "jmsConnectorC1"

org.mule.transport.jms.integration.JmsSingleTransactionAlwaysBeginConfigurationTestCase
public static final java.lang.String JMS_QUEUE_INPUT_CONF_A "in1"
public static final java.lang.String JMS_QUEUE_INPUT_CONF_B "in2"
public static final java.lang.String JMS_QUEUE_INPUT_CONF_C "in3"
public static final java.lang.String JMS_QUEUE_OUTPUT_CONF_A "out1"
public static final java.lang.String JMS_QUEUE_OUTPUT_CONF_B "out2"
public static final java.lang.String JMS_QUEUE_OUTPUT_CONF_C "out3"

org.mule.transport.jms.integration.JmsXATransactionComponentTestCase
public static final java.lang.String CONNECTOR1_NAME "jmsConnector"

org.mule.transport.jms.integration.activemq.ActiveMQJmsConfiguration
public static final java.lang.String DEFAULT_BROKER_URL "vm://localhost?broker.persistent=false&broker.useJmx=false"

org.mule.transport.multicast.MulticastConnectorFunctionalTestCase
public static final java.lang.String MESSAGE "hello"

org.mule.transport.servlet.MockHttpServletRequestBuilder
public static final java.lang.String REQUEST_URI "/services/Echo"

org.mule.transport.tcp.TcpRemoteSyncTestCase
public static final java.lang.String message "mule"

org.mule.transport.tcp.integration.AbstractStreamingCapacityTestCase
public static final int MESSAGES 21
public static final long ONE_GB 1073741824L
public static final long ONE_KB 1024L
public static final long ONE_MB 1048576L

org.mule.transport.tcp.integration.MuleMessageProtocolChunkingTestCase
public static final long WAIT_MS 3000L

org.mule.transport.tcp.integration.StreamingTestCase
public static final java.lang.String RESULT "Received stream; length: 16; \'Test...uest\'"
public static final java.lang.String TEST_MESSAGE "Test TCP Request"
public static final int TIMEOUT 300000

org.mule.transport.tcp.issues.InputStreamSource
public static final long SIZE 10485760L

org.mule.transport.tcp.issues.MultiStreamMule1692TestCase
public static final java.lang.String RESULT "Received stream; length: 16; \'Test...uest\'"
public static final java.lang.String RESULT_2 "Received stream; length: 23; \'Seco...uest\'"
public static final java.lang.String TEST_MESSAGE "Test TCP Request"
public static final java.lang.String TEST_MESSAGE_2 "Second test TCP Request"
public static final int TIMEOUT 3000

org.mule.transport.tcp.issues.SynchStreamingMule1687TestCase
public static final java.lang.String TEST_MESSAGE "Test TCP Request"

org.mule.transport.tcp.protocols.SlowInputStream
public static final int EOF -1

org.mule.transport.udp.functional.UdpConnectorFunctionalTestCase
public static final long BETWEEN_BATCH_PAUSE 5000L
public static final int MAX_NUMBER_OF_BATCHES 128
public static final long MAX_PAUSE_PERIOD 2000L
public static final java.lang.String MESSAGE "hello"
public static final long MIN_PAUSE_PERIOD 10L
public static final int TOTAL_MESSAGE_COUNT 1000

org.mule.transport.vm.TransformerAttributeTestCase
public static final java.lang.String OUTBOUND_MESSAGE "Test message"

org.mule.transport.vm.VMQueueTestCase
public static final long WAIT 3000L

org.mule.transport.vm.functional.transactions.ExternalTransactionTestCase
public static final long WAIT 3000L

org.mule.transport.vm.functional.transactions.NoExternalTransactionTestCase
public static final long WAIT 3000L

org.mule.transport.xmpp.XmppMessageAsyncTestCase
protected static final long JABBER_SEND_THREAD_SLEEP_TIME 1000L

org.mule.transport.xmpp.XmppMessageSyncTestCase
protected static final long JABBER_SEND_THREAD_SLEEP_TIME 1000L

org.mule.transport.xmpp.XmppMucSyncTestCase
protected static final long JABBER_SEND_THREAD_SLEEP_TIME 1000L

org.mule.util.pool.AbstractPoolingTestCase
protected static final int DEFAULT_EXHAUSTED_ACTION 0
protected static final int DEFAULT_INITIALISATION_POLICY 0
protected static final int MAX_ACTIVE 3
protected static final int MAX_IDLE -1
protected static final long MAX_WAIT 1500L

org.mule.util.store.TextFileStoreTestCase
public static final java.lang.String DIR ".mule/temp"



Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.