javax.jbi.messaging
Interface RobustInOnly

All Superinterfaces:
MessageExchange

public interface RobustInOnly
extends MessageExchange


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.jbi.messaging.MessageExchange
MessageExchange.Role
 
Field Summary
 
Fields inherited from interface javax.jbi.messaging.MessageExchange
JTA_TRANSACTION_PROPERTY_NAME
 
Method Summary
 NormalizedMessage getInMessage()
           
 void setInMessage(NormalizedMessage msg)
           
 
Methods inherited from interface javax.jbi.messaging.MessageExchange
createFault, createMessage, getEndpoint, getError, getExchangeId, getFault, getInterfaceName, getMessage, getOperation, getPattern, getProperty, getPropertyNames, getRole, getService, getStatus, isTransacted, setEndpoint, setError, setFault, setInterfaceName, setMessage, setOperation, setProperty, setService, setStatus
 

Method Detail

getInMessage

NormalizedMessage getInMessage()

setInMessage

void setInMessage(NormalizedMessage msg)
                  throws MessagingException
Throws:
MessagingException


Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.