Class QueueConnectionProvider

java.lang.Object
org.mule.tests.internal.QueueConnectionProvider
All Implemented Interfaces:
org.mule.runtime.api.connection.CachedConnectionProvider<TestQueue>, org.mule.runtime.api.connection.ConnectionProvider<TestQueue>

public class QueueConnectionProvider extends Object implements org.mule.runtime.api.connection.CachedConnectionProvider<TestQueue>
  • Constructor Details

    • QueueConnectionProvider

      public QueueConnectionProvider()
  • Method Details

    • connect

      public TestQueue connect() throws org.mule.runtime.api.connection.ConnectionException
      Specified by:
      connect in interface org.mule.runtime.api.connection.ConnectionProvider<TestQueue>
      Throws:
      org.mule.runtime.api.connection.ConnectionException
    • disconnect

      public void disconnect(TestQueue connection)
      Specified by:
      disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<TestQueue>
    • validate

      public org.mule.runtime.api.connection.ConnectionValidationResult validate(TestQueue connection)
      Specified by:
      validate in interface org.mule.runtime.api.connection.ConnectionProvider<TestQueue>