Uses of Interface
com.consol.citrus.endpoint.EndpointFactory
-
Packages that use EndpointFactory Package Description com.consol.citrus.context com.consol.citrus.endpoint -
-
Uses of EndpointFactory in com.consol.citrus.context
Methods in com.consol.citrus.context that return EndpointFactory Modifier and Type Method Description EndpointFactoryTestContext. getEndpointFactory()Gets the endpoint factory.Methods in com.consol.citrus.context with parameters of type EndpointFactory Modifier and Type Method Description voidTestContext. setEndpointFactory(EndpointFactory endpointFactory)Sets the endpoint factory. -
Uses of EndpointFactory in com.consol.citrus.endpoint
Classes in com.consol.citrus.endpoint that implement EndpointFactory Modifier and Type Class Description classDefaultEndpointFactoryDefault endpoint factory implementation uses registered endpoint components in Spring application context to create endpoint from given endpoint uri.
-