|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.petals.tools.rmi.common.serializable.MessageExchange
org.objectweb.petals.tools.rmi.common.serializable.messagingtypes.InOut
public class InOut
This class is a InOut message.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.jbi.messaging.MessageExchange |
|---|
javax.jbi.messaging.MessageExchange.Role |
| Field Summary |
|---|
| Fields inherited from class org.objectweb.petals.tools.rmi.common.serializable.MessageExchange |
|---|
IN_MSG, IN_ONLY_PATTERN, IN_OPTIONAL_OUT_PATTERN, IN_OUT_PATTERN, OUT_MSG, ROBUST_IN_ONLY_PATTERN |
| Fields inherited from interface javax.jbi.messaging.MessageExchange |
|---|
JTA_TRANSACTION_PROPERTY_NAME |
| Constructor Summary | |
|---|---|
InOut()
the default constructor. |
|
| Method Summary | |
|---|---|
javax.jbi.messaging.NormalizedMessage |
getInMessage()
|
javax.jbi.messaging.NormalizedMessage |
getOutMessage()
|
void |
setInMessage(javax.jbi.messaging.NormalizedMessage msg)
|
void |
setOutMessage(javax.jbi.messaging.NormalizedMessage msg)
|
| Methods inherited from class org.objectweb.petals.tools.rmi.common.serializable.MessageExchange |
|---|
createFault, createMessage, getEndpoint, getError, getExchangeId, getFault, getFlowAttributes, getInterfaceName, getMessage, getMessages, getOperation, getPattern, getProperty, getPropertyNames, getRole, getService, getStatus, isTransacted, readObjectDelegate, setEndpoint, setError, setExchangeId, setFault, setFlowAttributes, setInterfaceName, setMessage, setOperation, setPattern, setProperty, setRole, setService, setStatus, writeObjectDelegate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jbi.messaging.MessageExchange |
|---|
createFault, createMessage, getEndpoint, getError, getExchangeId, getFault, getFlowAttributes, getInterfaceName, getMessage, getOperation, getPattern, getProperty, getPropertyNames, getRole, getService, getStatus, isTransacted, setEndpoint, setError, setFault, setFlowAttributes, setInterfaceName, setMessage, setOperation, setProperty, setService, setStatus |
| Constructor Detail |
|---|
public InOut()
| Method Detail |
|---|
public javax.jbi.messaging.NormalizedMessage getInMessage()
getInMessage in interface javax.jbi.messaging.InOutInOnly.getInMessage()public javax.jbi.messaging.NormalizedMessage getOutMessage()
getOutMessage in interface javax.jbi.messaging.InOutInOptionalOut.getOutMessage()
public void setInMessage(javax.jbi.messaging.NormalizedMessage msg)
throws javax.jbi.messaging.MessagingException
setInMessage in interface javax.jbi.messaging.InOutmsg - the normalized message
javax.jbi.messaging.MessagingException - impossible to set the messageInOnly.setInMessage(javax.jbi.messaging.NormalizedMessage)
public void setOutMessage(javax.jbi.messaging.NormalizedMessage msg)
throws javax.jbi.messaging.MessagingException
setOutMessage in interface javax.jbi.messaging.InOutmsg - the normalized message
javax.jbi.messaging.MessagingException - impossible to set the messageInOptionalOut.setOutMessage(javax.jbi.messaging.NormalizedMessage)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||