oracle.jbo.common
Class JboServiceMessage
java.lang.Object
|
+--oracle.svcmsg.ServiceMessage
|
+--oracle.jbo.common.JboServiceMessage
- All Implemented Interfaces:
- java.io.Serializable
- public class JboServiceMessage
- extends ServiceMessage
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class oracle.svcmsg.ServiceMessage |
addRequest, addRequestWithKey, addResponse, addResponseWithKey, clear, getName, getRequestByKey, getRequests, getResponseByKey, getResponses, insertReponseWityKey, insertRequest, insertRequestWithKey, insertResponse, removeRequest, removeRequestByKey, removeResponse, removeResponseByKey, requestElements, requestKeys, responseElements, responseKeys, setName, setRequests, setResponses |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JboServiceMessage
public JboServiceMessage()
getSerRequests
public byte[] getSerRequests()
getSerResponses
public byte[] getSerResponses()
copyTo
public ServiceMessage copyTo(ServiceMessage copy)
-
- Overrides:
copyTo
in class ServiceMessage
addMethodResponse
public void addMethodResponse(java.lang.String methodName,
java.io.Serializable response)
getMethodResponse
public java.io.Serializable getMethodResponse(java.lang.String methodName)
marshal
public void marshal(java.util.Locale locale,
ApplicationModule am)
unmarshal
public void unmarshal(ObjectMarshaller marshaller)
Copyright © 1997, 2003, Oracle. All rights reserved.