com.ibm.broker.config.proxy

Class RestApiProxy

  • All Implemented Interfaces:
    com.ibm.broker.config.common.CommonServiceInterface, DeployableObject, DeployedObject, ServiceInterface


    public class RestApiProxy
    extends ApplicationProxy

    Each REST API deployed to an execution group can be represented by an RestApiProxy.

    In order to use RestApiProxy objects, applications must first obtain handles to them. Here is an example of how to do this:

         BrokerProxy b = BrokerProxy.getInstance(
             new IntegrationNodeConnectionParameters("localhost", 4414)); 
         ExecutionGroupProxy e = b.getExecutionGroupByName("default");
         RestApiProxy restapi = e.getRestApiByName("restapi1");
     

    com.ibm.broker.config.proxy.RestApiProxy extends com.ibm.broker.config.proxy.ApplicationProxy implements com.ibm.broker.config.proxy.DeployedObjectGroupProxy implements com.ibm.broker.config.proxy.DeployedObject

    Responsibilities Acts as a container of deployed message flows. Provides the ability to deploy information to the REST API represented by each instance.
    Internal Collaborators com.ibm.broker.config.proxy.MessageFlowProxy
    
     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     xyzab    2015-01-18  SS1             v10 Release