public final class MuleEndpointTestUtils extends Object
| Constructor and Description |
|---|
MuleEndpointTestUtils() |
| Modifier and Type | Method and Description |
|---|---|
static EndpointFactory |
getEndpointFactory(org.mule.runtime.core.api.registry.MuleRegistry registry) |
static InboundEndpoint |
getTestInboundEndpoint(org.mule.runtime.core.MessageExchangePattern mep,
org.mule.runtime.core.api.MuleContext context) |
static InboundEndpoint |
getTestInboundEndpoint(String name,
org.mule.runtime.core.MessageExchangePattern mep,
org.mule.runtime.core.api.MuleContext context,
Connector connector) |
static InboundEndpoint |
getTestInboundEndpoint(String name,
org.mule.runtime.core.api.MuleContext context) |
static InboundEndpoint |
getTestInboundEndpoint(String name,
org.mule.runtime.core.api.MuleContext context,
String uri,
List<org.mule.runtime.core.api.transformer.Transformer> transformers,
org.mule.runtime.core.api.routing.filter.Filter filter,
Map<String,Serializable> properties) |
static InboundEndpoint |
getTestInboundEndpoint(String name,
org.mule.runtime.core.api.MuleContext context,
String uri,
List<org.mule.runtime.core.api.transformer.Transformer> transformers,
org.mule.runtime.core.api.routing.filter.Filter filter,
Map<String,Serializable> properties,
Connector connector) |
static OutboundEndpoint |
getTestOutboundEndpoint(org.mule.runtime.core.MessageExchangePattern mep,
org.mule.runtime.core.api.MuleContext context) |
static OutboundEndpoint |
getTestOutboundEndpoint(org.mule.runtime.core.MessageExchangePattern mep,
org.mule.runtime.core.api.MuleContext context,
String uri,
Connector connector) |
static OutboundEndpoint |
getTestOutboundEndpoint(String name,
org.mule.runtime.core.MessageExchangePattern mep,
org.mule.runtime.core.api.MuleContext context) |
static OutboundEndpoint |
getTestOutboundEndpoint(String name,
org.mule.runtime.core.api.MuleContext context) |
static OutboundEndpoint |
getTestOutboundEndpoint(String name,
org.mule.runtime.core.api.MuleContext context,
String uri,
List<org.mule.runtime.core.api.transformer.Transformer> transformers,
org.mule.runtime.core.api.routing.filter.Filter filter,
Map<String,Serializable> properties) |
static OutboundEndpoint |
getTestOutboundEndpoint(String name,
org.mule.runtime.core.api.MuleContext context,
String uri,
List<org.mule.runtime.core.api.transformer.Transformer> transformers,
org.mule.runtime.core.api.routing.filter.Filter filter,
Map<String,Serializable> properties,
Connector connector) |
static ImmutableEndpoint |
getTestSchemeMetaInfoInboundEndpoint(String name,
String protocol,
org.mule.runtime.core.api.MuleContext context) |
static ImmutableEndpoint |
getTestSchemeMetaInfoOutboundEndpoint(String name,
String protocol,
org.mule.runtime.core.api.MuleContext context) |
static InboundEndpoint |
getTestTransactedInboundEndpoint(org.mule.runtime.core.MessageExchangePattern mep,
org.mule.runtime.core.api.MuleContext context) |
static EndpointBuilder |
lookupEndpointBuilder(org.mule.runtime.core.api.registry.MuleRegistry registry,
String name) |
public static InboundEndpoint getTestInboundEndpoint(String name, org.mule.runtime.core.api.MuleContext context) throws Exception
Exceptionpublic static OutboundEndpoint getTestOutboundEndpoint(String name, org.mule.runtime.core.api.MuleContext context) throws Exception
Exceptionpublic static InboundEndpoint getTestInboundEndpoint(String name, org.mule.runtime.core.api.MuleContext context, String uri, List<org.mule.runtime.core.api.transformer.Transformer> transformers, org.mule.runtime.core.api.routing.filter.Filter filter, Map<String,Serializable> properties, Connector connector) throws Exception
Exceptionpublic static OutboundEndpoint getTestOutboundEndpoint(String name, org.mule.runtime.core.api.MuleContext context, String uri, List<org.mule.runtime.core.api.transformer.Transformer> transformers, org.mule.runtime.core.api.routing.filter.Filter filter, Map<String,Serializable> properties) throws Exception
Exceptionpublic static InboundEndpoint getTestInboundEndpoint(String name, org.mule.runtime.core.api.MuleContext context, String uri, List<org.mule.runtime.core.api.transformer.Transformer> transformers, org.mule.runtime.core.api.routing.filter.Filter filter, Map<String,Serializable> properties) throws Exception
Exceptionpublic static OutboundEndpoint getTestOutboundEndpoint(String name, org.mule.runtime.core.api.MuleContext context, String uri, List<org.mule.runtime.core.api.transformer.Transformer> transformers, org.mule.runtime.core.api.routing.filter.Filter filter, Map<String,Serializable> properties, Connector connector) throws Exception
Exceptionpublic static OutboundEndpoint getTestOutboundEndpoint(org.mule.runtime.core.MessageExchangePattern mep, org.mule.runtime.core.api.MuleContext context, String uri, Connector connector) throws Exception
Exceptionpublic static OutboundEndpoint getTestOutboundEndpoint(String name, org.mule.runtime.core.MessageExchangePattern mep, org.mule.runtime.core.api.MuleContext context) throws Exception
Exceptionpublic static OutboundEndpoint getTestOutboundEndpoint(org.mule.runtime.core.MessageExchangePattern mep, org.mule.runtime.core.api.MuleContext context) throws Exception
Exceptionpublic static InboundEndpoint getTestInboundEndpoint(String name, org.mule.runtime.core.MessageExchangePattern mep, org.mule.runtime.core.api.MuleContext context, Connector connector) throws Exception
Exceptionpublic static InboundEndpoint getTestInboundEndpoint(org.mule.runtime.core.MessageExchangePattern mep, org.mule.runtime.core.api.MuleContext context) throws Exception
Exceptionpublic static InboundEndpoint getTestTransactedInboundEndpoint(org.mule.runtime.core.MessageExchangePattern mep, org.mule.runtime.core.api.MuleContext context) throws Exception
Exceptionpublic static ImmutableEndpoint getTestSchemeMetaInfoInboundEndpoint(String name, String protocol, org.mule.runtime.core.api.MuleContext context) throws Exception
Exceptionpublic static ImmutableEndpoint getTestSchemeMetaInfoOutboundEndpoint(String name, String protocol, org.mule.runtime.core.api.MuleContext context) throws Exception
Exceptionpublic static EndpointFactory getEndpointFactory(org.mule.runtime.core.api.registry.MuleRegistry registry)
public static EndpointBuilder lookupEndpointBuilder(org.mule.runtime.core.api.registry.MuleRegistry registry, String name)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.