Uses of Interface
org.citrusframework.endpoint.EndpointFactory
Packages that use EndpointFactory
-
Uses of EndpointFactory in org.citrusframework.context
Methods in org.citrusframework.context that return EndpointFactoryMethods in org.citrusframework.context with parameters of type EndpointFactoryModifier and TypeMethodDescriptionvoidTestContext.setEndpointFactory(EndpointFactory endpointFactory) Sets the endpoint factory. -
Uses of EndpointFactory in org.citrusframework.endpoint
Classes in org.citrusframework.endpoint that implement EndpointFactoryModifier and TypeClassDescriptionclassDefault endpoint factory implementation uses registered endpoint components in Spring application context to create endpoint from given endpoint uri.