Uses of Interface
org.camunda.bpm.connect.ConnectorResponse

Packages that use ConnectorResponse
org.camunda.bpm.connect   
org.camunda.bpm.connect.impl   
 

Uses of ConnectorResponse in org.camunda.bpm.connect
 

Classes in org.camunda.bpm.connect with type parameters of type ConnectorResponse
 interface ConnectorRequest<T extends ConnectorResponse>
          A connector request.
 

Subinterfaces of ConnectorResponse in org.camunda.bpm.connect
 interface CloseableConnectorResponse
          A connector response which represents an open resource (link to open resource) which must be closed.
 

Uses of ConnectorResponse in org.camunda.bpm.connect.impl
 

Classes in org.camunda.bpm.connect.impl with type parameters of type ConnectorResponse
 class AbstractConnector<T extends ConnectorRequest<?>,R extends ConnectorResponse>
          Abstract implementation of the connector interface.
 class AbstractConnectorRequest<R extends ConnectorResponse>
           
 

Classes in org.camunda.bpm.connect.impl that implement ConnectorResponse
 class AbstractCloseableConnectorResponse
          This class is a baseclass for implementing closeable connector responses based on Closeable.
 class AbstractConnectorResponse
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.