Package com.consol.citrus.dsl.endpoint
Class CitrusEndpoints
- java.lang.Object
-
- com.consol.citrus.dsl.endpoint.CitrusEndpoints
-
public abstract class CitrusEndpoints extends Object
- Since:
- 3.0
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCitrusEndpoints()Prevent public instantiation.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CamelEndpointCatalogcamel()Creates new CamelEndpoint endpoint builder.static MessageChannelEndpointCatalogchannel()Creates new ChannelEndpoint sync or async builder.static DirectEndpointsdirect()Creates new DirectEndpoint sync or async builder.static DockerEndpointCatalogdocker()Creates new DockerClient builder.static FtpEndpointCatalogftp()Creates new FtpClient or FtpServer builder.static HttpEndpointCataloghttp()Creates new HttpClient or HttpServer builder.static JdbcEndpointCatalogjdbc()Creates new JdbcDbServer builder.static JmsEndpointCatalogjms()Creates new JmsEndpoint sync or async builder.static JmxEndpointCatalogjmx()Creates new JmxClient or JmxServer builder.static KafkaEndpointCatalogkafka()Creates new KafkaEndpoint endpoint builder.static KubernetesEndpointCatalogkubernetes()Creates new KubernetesClient builder.static MailEndpointCatalogmail()Creates new MailClient or MailServer builder.static RmiEndpointCatalogrmi()Creates new RmiClient or RmiServer builder.static ScpEndpointCatalogscp()Creates new ScpClient or SftpServer builder.static SeleniumEndpointCatalogselenium()Creates new SeleniumBrowser builder.static SftpEndpointCatalogsftp()Creates new SftpClient or SftpServer builder.static WebServiceEndpointCatalogsoap()Creates new WebServiceClient or WebServiceServer builder.static SshEndpointCatalogssh()Creates new SshClient or SshServer builder.static VertxEndpointCatalogvertx()Creates new VertxEndpoint sync or async builder.static WebSocketEndpointCatalogwebsocket()Creates new WebSocketClient or WebSocketServer builder.
-
-
-
Method Detail
-
direct
public static DirectEndpoints direct()
Creates new DirectEndpoint sync or async builder.- Returns:
-
channel
public static MessageChannelEndpointCatalog channel()
Creates new ChannelEndpoint sync or async builder.- Returns:
-
jms
public static JmsEndpointCatalog jms()
Creates new JmsEndpoint sync or async builder.- Returns:
-
http
public static HttpEndpointCatalog http()
Creates new HttpClient or HttpServer builder.- Returns:
-
soap
public static WebServiceEndpointCatalog soap()
Creates new WebServiceClient or WebServiceServer builder.- Returns:
-
jmx
public static JmxEndpointCatalog jmx()
Creates new JmxClient or JmxServer builder.- Returns:
-
rmi
public static RmiEndpointCatalog rmi()
Creates new RmiClient or RmiServer builder.- Returns:
-
mail
public static MailEndpointCatalog mail()
Creates new MailClient or MailServer builder.- Returns:
-
ftp
public static FtpEndpointCatalog ftp()
Creates new FtpClient or FtpServer builder.- Returns:
-
sftp
public static SftpEndpointCatalog sftp()
Creates new SftpClient or SftpServer builder.- Returns:
-
scp
public static ScpEndpointCatalog scp()
Creates new ScpClient or SftpServer builder.- Returns:
-
ssh
public static SshEndpointCatalog ssh()
Creates new SshClient or SshServer builder.- Returns:
-
vertx
public static VertxEndpointCatalog vertx()
Creates new VertxEndpoint sync or async builder.- Returns:
-
websocket
public static WebSocketEndpointCatalog websocket()
Creates new WebSocketClient or WebSocketServer builder.- Returns:
-
docker
public static DockerEndpointCatalog docker()
Creates new DockerClient builder.- Returns:
-
kubernetes
public static KubernetesEndpointCatalog kubernetes()
Creates new KubernetesClient builder.- Returns:
-
selenium
public static SeleniumEndpointCatalog selenium()
Creates new SeleniumBrowser builder.- Returns:
-
jdbc
public static JdbcEndpointCatalog jdbc()
Creates new JdbcDbServer builder.- Returns:
-
kafka
public static KafkaEndpointCatalog kafka()
Creates new KafkaEndpoint endpoint builder.- Returns:
-
camel
public static CamelEndpointCatalog camel()
Creates new CamelEndpoint endpoint builder.- Returns:
-
-