Package org.camunda.bpm.connect

Examples of org.camunda.bpm.connect.ConnectorResponse


      connectorInputVariableScope.writeToRequest(request);
    }

    try {
      // execute the request and obtain a response:
      ConnectorResponse response = request.execute();

      // TODO: make this non-optional?
      if(ioMapping != null) {
        // read parameters from response
        connectorOuputVariableScope.readFromResponse(response);
View Full Code Here

TOP

Related Classes of org.camunda.bpm.connect.ConnectorResponse

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.