Uses of Interface
org.citrusframework.endpoint.Endpoint
Packages that use Endpoint
Package
Description
-
Uses of Endpoint in org.citrusframework.config.annotation
Classes in org.citrusframework.config.annotation with type parameters of type EndpointModifier and TypeInterfaceDescriptioninterfaceAnnotationConfigParser<A extends Annotation,T extends Endpoint> -
Uses of Endpoint in org.citrusframework.endpoint
Classes in org.citrusframework.endpoint with type parameters of type EndpointModifier and TypeInterfaceDescriptioninterfaceEndpointBuilder<T extends Endpoint>Endpoint builder interface.Methods in org.citrusframework.endpoint that return EndpointModifier and TypeMethodDescriptionDefaultEndpointFactory.create(String endpointName, Annotation endpointConfig, TestContext context) DefaultEndpointFactory.create(String endpointName, CitrusEndpoint endpointConfig, Class<?> endpointType, TestContext context) DefaultEndpointFactory.create(String uri, TestContext context) EndpointFactory.create(String endpointName, Annotation endpointConfig, TestContext context) Finds endpoint by parsing the given endpoint annotation.EndpointFactory.create(String endpointName, CitrusEndpoint endpointConfig, Class<?> endpointType, TestContext context) Finds endpoint by parsing the given endpoint properties.EndpointFactory.create(String endpointUri, TestContext context) Finds endpoint by parsing the given endpoint uri.EndpointComponent.createEndpoint(String endpointUri, TestContext context) Creates proper endpoint instance from endpoint uri.EndpointAdapter.getEndpoint()Gets message endpoint to interact with this endpoint adapter. -
Uses of Endpoint in org.citrusframework.message
Methods in org.citrusframework.message with parameters of type EndpointModifier and TypeMethodDescriptionDefaultMessageStore.constructMessageName(TestAction action, Endpoint endpoint) MessageStore.constructMessageName(TestAction action, Endpoint endpoint) -
Uses of Endpoint in org.citrusframework.server
Subinterfaces of Endpoint in org.citrusframework.serverModifier and TypeInterfaceDescriptioninterfaceServer representation in Citrus is a runnable instance accepting client connections.