|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jbo.common.SvcMsgResponse | +--oracle.jbo.common.SvcMethodResponse
Constructor Summary | |
SvcMethodResponse(java.lang.String methodName)
|
|
SvcMethodResponse(java.lang.String methodName,
java.lang.Object response)
|
Method Summary | |
java.lang.String |
getMethodName()
|
java.lang.Object |
getResponse()
|
void |
marshal(ObjectMarshaller marshaller)
|
void |
unMarshal(ObjectMarshaller marshaller)
|
Methods inherited from class oracle.jbo.common.SvcMsgResponse |
getName, getOperation, isReference |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SvcMethodResponse(java.lang.String methodName)
public SvcMethodResponse(java.lang.String methodName, java.lang.Object response)
Method Detail |
public java.lang.Object getResponse()
public java.lang.String getMethodName()
public void marshal(ObjectMarshaller marshaller)
public void unMarshal(ObjectMarshaller marshaller)
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |