KIE :: Execution Server :: API 6.2.0.Final

org.kie.server.api.model
Class ServiceResponsesList

java.lang.Object
  extended by org.kie.server.api.model.ServiceResponsesList

public class ServiceResponsesList
extends Object


Constructor Summary
ServiceResponsesList()
           
ServiceResponsesList(List<ServiceResponse<? extends Object>> responses)
           
 
Method Summary
 List<ServiceResponse<? extends Object>> getResponses()
           
 void setResponses(List<ServiceResponse<? extends Object>> responses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceResponsesList

public ServiceResponsesList()

ServiceResponsesList

public ServiceResponsesList(List<ServiceResponse<? extends Object>> responses)
Method Detail

getResponses

public List<ServiceResponse<? extends Object>> getResponses()

setResponses

public void setResponses(List<ServiceResponse<? extends Object>> responses)

KIE :: Execution Server :: API 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.