Class CitrusEndpoints


  • public abstract class CitrusEndpoints
    extends Object
    Since:
    3.0
    Author:
    Christoph Deppisch
    • Constructor Detail

      • CitrusEndpoints

        protected CitrusEndpoints()
        Prevent public instantiation.
    • Method Detail

      • direct

        public static com.consol.citrus.endpoint.direct.DirectEndpoints direct()
        Creates new DirectEndpoint 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:
      • 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:
      • kafka

        public static KafkaEndpointCatalog kafka()
        Creates new KafkaEndpoint endpoint builder.
        Returns:
      • camel

        public static CamelEndpointCatalog camel()
        Creates new CamelEndpoint endpoint builder.
        Returns: