com.ibm.broker.config.proxy

Class MessageFlowProxy.NodeConnection

  • java.lang.Object
    • com.ibm.broker.config.proxy.MessageFlowProxy.NodeConnection
  • Enclosing class:
    MessageFlowProxy


    public class MessageFlowProxy.NodeConnection
    extends java.lang.Object
    A small class that represents the connection between two nodes in a flow. Instances are generated on demand from the getNodeConnections() method and by using the method getNodeConnectionFromString().
    • Method Detail

      • getSourceOutputTerminal

        public java.lang.String getSourceOutputTerminal()
      • getTargetInputTerminal

        public java.lang.String getTargetInputTerminal()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object