Modifier and Type | Method and Description |
---|---|
Endpoint |
SendMessageAction.getEndpoint()
Gets the message endpoint.
|
Endpoint |
ReceiveTimeoutAction.getEndpoint()
Get the message endpoint.
|
Endpoint |
ReceiveMessageAction.getEndpoint()
Get the message endpoint.
|
Endpoint |
SendMessageAction.getOrCreateEndpoint(TestContext context)
Creates or gets the message endpoint instance.
|
Endpoint |
ReceiveTimeoutAction.getOrCreateEndpoint(TestContext context)
Creates or gets the endpoint instance.
|
Endpoint |
ReceiveMessageAction.getOrCreateEndpoint(TestContext context)
Creates or gets the endpoint instance.
|
protected Endpoint |
PurgeEndpointAction.resolveEndpointName(String endpointName)
Resolve the endpoint by name.
|
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
PurgeEndpointAction.getEndpoints()
Gets the endpoints.
|
Modifier and Type | Method and Description |
---|---|
SendMessageAction |
SendMessageAction.setEndpoint(Endpoint endpoint)
Sets the message endpoint.
|
ReceiveTimeoutAction |
ReceiveTimeoutAction.setEndpoint(Endpoint endpoint)
Set message endpoint instance.
|
ReceiveMessageAction |
ReceiveMessageAction.setEndpoint(Endpoint endpoint)
Set message endpoint instance.
|
Modifier and Type | Method and Description |
---|---|
PurgeEndpointAction |
PurgeEndpointAction.setEndpoints(List<Endpoint> endpoints)
Sets the endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelEndpoint
Basic message endpoint sends and receives message from Spring message channel.
|
class |
ChannelSyncEndpoint |
Modifier and Type | Method and Description |
---|---|
protected Endpoint |
ChannelEndpointComponent.createEndpoint(String resourcePath,
Map<String,String> parameters,
TestContext context) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotationConfigParser<A extends Annotation,T extends Endpoint> |
interface |
AnnotationConfigParser<A extends Annotation,T extends Endpoint> |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends Endpoint> |
ChannelSyncEndpointParser.getEndpointClass() |
protected Class<? extends Endpoint> |
ChannelEndpointParser.getEndpointClass() |
protected abstract Class<? extends Endpoint> |
AbstractEndpointParser.getEndpointClass()
Subclasses must provide endpoint class.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpointBuilder<T extends Endpoint> |
interface |
EndpointBuilder<T extends Endpoint>
Endpoint builder interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpoint
Abstract message endpoint handles send/receive timeout setting and test actors.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
EndpointFactory.create(String endpointName,
Annotation endpointConfig,
TestContext context)
Finds endpoint by parsing the given endpoint annotation.
|
Endpoint |
DefaultEndpointFactory.create(String endpointName,
Annotation endpointConfig,
TestContext context) |
Endpoint |
EndpointFactory.create(String endpointUri,
TestContext context)
Finds endpoint by parsing the given endpoint uri.
|
Endpoint |
DefaultEndpointFactory.create(String uri,
TestContext context) |
protected abstract Endpoint |
AbstractEndpointComponent.createEndpoint(String resourcePath,
Map<String,String> parameters,
TestContext context)
Create endpoint instance from uri resource and parameters.
|
Endpoint |
EndpointComponent.createEndpoint(String endpointUri,
TestContext context)
Creates proper endpoint instance from endpoint uri.
|
Endpoint |
AbstractEndpointComponent.createEndpoint(String endpointUri,
TestContext context) |
Endpoint |
EndpointAdapter.getEndpoint()
Gets message endpoint to interact with tis endpoint adapter.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
StaticEndpointAdapter.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
String |
MessageStore.constructMessageName(TestAction action,
Endpoint endpoint) |
String |
DefaultMessageStore.constructMessageName(TestAction action,
Endpoint endpoint) |
Modifier and Type | Interface and Description |
---|---|
interface |
Server
Server representation in Citrus is a runnable instance accepting client
connections.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServer
Abstract base class for
Server implementations. |
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.