Uses of Interface
org.citrusframework.endpoint.Endpoint
Packages that use Endpoint
Package
Description
-
Uses of Endpoint in org.citrusframework.actions
Methods in org.citrusframework.actions with parameters of type EndpointModifier and TypeMethodDescriptionAdds an endpoint to the list of endpoints to purge in this action.Sets the message endpoint to receive a timeout with.Sets several endpoints to purge in this action.default ReceiveTimeoutActionBuilder<?>ReceiveTimeoutActionBuilder.BuilderFactory.expectTimeout(Endpoint endpoint) default ReceiveActionBuilder<? extends TestAction,? extends ReceiveMessageBuilderFactory<?, ?>, ? extends ReceiveActionBuilder<?, ?, ?>> default ReceiveTimeoutActionBuilder<?>ReceiveTimeoutActionBuilder.BuilderFactory.receiveTimeout(Endpoint endpoint) default SendActionBuilder<? extends TestAction,? extends SendMessageBuilderFactory<?, ?>, ? extends SendActionBuilder<?, ?, ?>> Method parameters in org.citrusframework.actions with type arguments of type EndpointModifier and TypeMethodDescriptionAdds list of endpoints to purge in this action. -
Uses of Endpoint in org.citrusframework.actions.camel
Methods in org.citrusframework.actions.camel with parameters of type Endpoint -
Uses of Endpoint in org.citrusframework.actions.http
Methods in org.citrusframework.actions.http with parameters of type EndpointModifier and TypeMethodDescriptionInitiate http client action.Initiate http server action. -
Uses of Endpoint in org.citrusframework.actions.knative
Methods in org.citrusframework.actions.knative with parameters of type Endpoint -
Uses of Endpoint in org.citrusframework.actions.kubernetes
Methods in org.citrusframework.actions.kubernetes with parameters of type Endpoint -
Uses of Endpoint in org.citrusframework.actions.openapi
Methods in org.citrusframework.actions.openapi with parameters of type EndpointModifier and TypeMethodDescriptionInitiate http client action.Initiate http server action. -
Uses of Endpoint in org.citrusframework.actions.selenium
Classes in org.citrusframework.actions.selenium with type parameters of type EndpointModifier and TypeInterfaceDescriptioninterfacePageValidator<T extends WebPage,B extends Endpoint> Methods in org.citrusframework.actions.selenium with parameters of type EndpointModifier and TypeMethodDescriptiondefault voidPageValidator.adaptAndValidate(WebPage webPage, Endpoint endpoint, TestContext context) Use a custom selenium browser.Start explicit browser instance.Stop explicit browser instance. -
Uses of Endpoint in org.citrusframework.actions.ws
Methods in org.citrusframework.actions.ws with parameters of type EndpointModifier and TypeMethodDescriptionInitiate soap client action.Sets the message endpoint to send messages to.Initiate soap server action. -
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 TypeMethodDescriptionEndpointFactory.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.