org.apache.james.jspf.executor
Interface IResponse

All Known Implementing Classes:
IResponseImpl

public interface IResponse


Method Summary
 Exception getException()
          Return the exception which was stored for the IResponse object
 Object getId()
          Get id of the IResponse object
 List<String> getValue()
          Get the value which is stored in the IResponse object
 

Method Detail

getId

Object getId()
Get id of the IResponse object

Returns:
id

getValue

List<String> getValue()
Get the value which is stored in the IResponse object

Returns:
object

getException

Exception getException()
Return the exception which was stored for the IResponse object

Returns:
exception


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.