|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.james.jspf.executor.IResponseImpl
public class IResponseImpl
Implementation of an IRespone Object
Constructor Summary | |
---|---|
IResponseImpl(Object id,
Exception e)
|
|
IResponseImpl(Object id,
List<String> result)
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IResponseImpl(Object id, Exception e)
public IResponseImpl(Object id, List<String> result)
Method Detail |
---|
public Exception getException()
IResponse
getException
in interface IResponse
IResponse.getException()
public Object getId()
IResponse
getId
in interface IResponse
IResponse.getId()
public List<String> getValue()
IResponse
getValue
in interface IResponse
IResponse.getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |