Package | Description |
---|---|
com.consol.citrus.channel | |
com.consol.citrus.config.xml | |
com.consol.citrus.endpoint | |
com.consol.citrus.message | |
com.consol.citrus.messaging | |
com.consol.citrus.server |
Modifier and Type | Class and Description |
---|---|
class |
ChannelEndpointConfiguration |
class |
ChannelSyncEndpointConfiguration |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends EndpointConfiguration> |
ChannelSyncEndpointParser.getEndpointConfigurationClass() |
protected Class<? extends EndpointConfiguration> |
ChannelEndpointParser.getEndpointConfigurationClass() |
protected abstract Class<? extends EndpointConfiguration> |
AbstractEndpointParser.getEndpointConfigurationClass()
Subclasses must provide endpoint configuration class.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PollableEndpointConfiguration
Extends endpoint configuration by adding polling interval settings.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpointConfiguration
Abstract endpoint configuration provides basic properties such as message listeners.
|
class |
AbstractPollableEndpointConfiguration
Abstract pollable endpoint configuration adds polling interval settings.
|
Modifier and Type | Method and Description |
---|---|
EndpointConfiguration |
EndpointAdapter.getEndpointConfiguration()
Gets the endpoint configuration.
|
EndpointConfiguration |
Endpoint.getEndpointConfiguration()
Gets the endpoint configuration holding all endpoint specific properties such as
endpoint uri, connection timeout, ports, etc.
|
EndpointConfiguration |
AbstractEndpoint.getEndpointConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractEndpointComponent.enrichEndpointConfiguration(EndpointConfiguration endpointConfiguration,
Map<String,String> parameters,
TestContext context)
Sets properties on endpoint configuration using method reflection.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
AbstractEndpointComponent.getEndpointConfigurationParameters(Map<String,String> parameters,
Class<? extends EndpointConfiguration> endpointConfigurationType)
Removes non config parameters from list of endpoint parameters according to given endpoint configuration type.
|
protected String |
AbstractEndpointComponent.getParameterString(Map<String,String> parameters,
Class<? extends EndpointConfiguration> endpointConfigurationType)
Filters non endpoint configuration parameters from parameter list and puts them
together as parameters string.
|
Constructor and Description |
---|
AbstractEndpoint(EndpointConfiguration endpointConfiguration)
Default constructor using endpoint configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MessageConverter<T,C extends EndpointConfiguration>
Message converter interface describes methods for converting a external message type T to the internal message
representation and vice versa.
|
Constructor and Description |
---|
AbstractMessageConsumer(String name,
EndpointConfiguration endpointConfiguration)
Default constructor using receive timeout setting.
|
AbstractSelectiveMessageConsumer(String name,
EndpointConfiguration endpointConfiguration)
Default constructor using receive timeout setting.
|
Modifier and Type | Method and Description |
---|---|
EndpointConfiguration |
AbstractServer.getEndpointConfiguration() |
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.