javax.jbi.messaging
Interface RobustInOnly
- All Superinterfaces:
- MessageExchange
public interface RobustInOnly
- extends MessageExchange
Supports operations used to process an Robust In Only MEP to completion.
- Author:
- JSR208 Expert Group
| 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 |
getInMessage
NormalizedMessage getInMessage()
throws java.lang.IllegalStateException
- Retrieves the in normalized message from this exchange.
- Returns:
- in message; may be
null
- Throws:
java.lang.IllegalStateException - if the component is not the owner of this message exchange
setInMessage
void setInMessage(NormalizedMessage msg)
throws MessagingException
- Sets the in normalized message for this exchange.
- Parameters:
msg - in message; must be non-null
- Throws:
MessagingException - unable to set in message
java.lang.IllegalStateException - if the component is not the owner of this message exchange
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.