|
||||||||||
| 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(java.lang.Object id,
java.lang.Exception e)
|
|
IResponseImpl(java.lang.Object id,
java.util.List<java.lang.String> result)
|
|
| Method Summary | |
|---|---|
java.lang.Exception |
getException()
Return the exception which was stored for the IResponse object |
java.lang.Object |
getId()
Get id of the IResponse object |
java.util.List<java.lang.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(java.lang.Object id,
java.lang.Exception e)
public IResponseImpl(java.lang.Object id,
java.util.List<java.lang.String> result)
| Method Detail |
|---|
public java.lang.Exception getException()
IResponse
getException in interface IResponseIResponse.getException()public java.lang.Object getId()
IResponse
getId in interface IResponseIResponse.getId()public java.util.List<java.lang.String> getValue()
IResponse
getValue in interface IResponseIResponse.getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||