Uses of Interface
com.consol.citrus.endpoint.Endpoint
-
Packages that use Endpoint Package Description com.consol.citrus.config.annotation com.consol.citrus.endpoint com.consol.citrus.message com.consol.citrus.server -
-
Uses of Endpoint in com.consol.citrus.config.annotation
Classes in com.consol.citrus.config.annotation with type parameters of type Endpoint Modifier and Type Interface Description interfaceAnnotationConfigParser<A extends Annotation,T extends Endpoint> -
Uses of Endpoint in com.consol.citrus.endpoint
Classes in com.consol.citrus.endpoint with type parameters of type Endpoint Modifier and Type Interface Description interfaceEndpointBuilder<T extends Endpoint>Endpoint builder interface.Methods in com.consol.citrus.endpoint that return Endpoint Modifier and Type Method Description EndpointDefaultEndpointFactory. create(String endpointName, CitrusEndpoint endpointConfig, Class<?> endpointType, TestContext context)EndpointDefaultEndpointFactory. create(String uri, TestContext context)EndpointDefaultEndpointFactory. create(String endpointName, Annotation endpointConfig, TestContext context)EndpointEndpointFactory. create(String endpointName, CitrusEndpoint endpointConfig, Class<?> endpointType, TestContext context)Finds endpoint by parsing the given endpoint properties.EndpointEndpointFactory. create(String endpointUri, TestContext context)Finds endpoint by parsing the given endpoint uri.EndpointEndpointFactory. create(String endpointName, Annotation endpointConfig, TestContext context)Finds endpoint by parsing the given endpoint annotation.EndpointEndpointComponent. createEndpoint(String endpointUri, TestContext context)Creates proper endpoint instance from endpoint uri.EndpointEndpointAdapter. getEndpoint()Gets message endpoint to interact with this endpoint adapter. -
Uses of Endpoint in com.consol.citrus.message
Methods in com.consol.citrus.message with parameters of type Endpoint Modifier and Type Method Description StringDefaultMessageStore. constructMessageName(TestAction action, Endpoint endpoint)StringMessageStore. constructMessageName(TestAction action, Endpoint endpoint) -
Uses of Endpoint in com.consol.citrus.server
Subinterfaces of Endpoint in com.consol.citrus.server Modifier and Type Interface Description interfaceServerServer representation in Citrus is a runnable instance accepting client connections.
-