Package | Description |
---|---|
com.consol.citrus.channel | |
com.consol.citrus.endpoint | |
com.consol.citrus.endpoint.adapter | |
com.consol.citrus.endpoint.adapter.mapping | |
com.consol.citrus.server |
Modifier and Type | Class and Description |
---|---|
class |
ChannelEndpointAdapter
Endpoint adapter forwards incoming requests to message channel and waits synchronously for response
on reply channel.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpointAdapter
Abstract endpoint adapter adds fallback endpoint adapter in case no response was provided.
|
Modifier and Type | Method and Description |
---|---|
EndpointAdapter |
AbstractEndpointAdapter.getFallbackEndpointAdapter()
Gets the fallback endpoint adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractEndpointAdapter.setFallbackEndpointAdapter(EndpointAdapter fallbackEndpointAdapter)
Sets the fallback endpoint adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyResponseEndpointAdapter
Endpoint adapter always returning empty response message.
|
class |
RequestDispatchingEndpointAdapter
Base endpoint adapter implementation that dispatches incoming messages according to some extracted message value as mapping key and
a endpoint adapter mapping.
|
class |
StaticEndpointAdapter
Static endpoint adapter always responds with static response message.
|
class |
StaticResponseEndpointAdapter
Endpoint adapter always returns a static response message.
|
class |
TimeoutProducingEndpointAdapter
Endpoint adapter produces no response message forcing a request timeout on client side.
|
class |
XmlTestExecutingEndpointAdapter
Special request dispatching endpoint adapter invokes XML test case for each incoming message.
|
Modifier and Type | Method and Description |
---|---|
EndpointAdapter |
XmlTestExecutingEndpointAdapter.getResponseEndpointAdapter()
Gets the response generating endpoint adapter delegate.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlTestExecutingEndpointAdapter.setResponseEndpointAdapter(EndpointAdapter endpointAdapterDelegate)
Sets the response generating endpoint adapter delegate.
|
Modifier and Type | Method and Description |
---|---|
EndpointAdapter |
SimpleMappingStrategy.getEndpointAdapter(String mappingKey) |
EndpointAdapter |
EndpointAdapterMappingStrategy.getEndpointAdapter(String mappingKey)
Finds endpoint adapter for the mapping key.
|
EndpointAdapter |
ContextLoadingMappingStrategy.getEndpointAdapter(String mappingKey) |
EndpointAdapter |
BeanNameMappingStrategy.getEndpointAdapter(String mappingKey) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleMappingStrategy.setAdapterMappings(Map<String,EndpointAdapter> mappings)
Sets the endpoint adapter mappings.
|
Modifier and Type | Method and Description |
---|---|
EndpointAdapter |
AbstractServer.getEndpointAdapter()
Gets the message endpoint adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractServer.setEndpointAdapter(EndpointAdapter endpointAdapter)
Sets the message endpoint adapter.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.