javax.jbi.messaging |
|
Java Source File Name | Type | Comment |
DeliveryChannel.java | Interface | Bi-directional communication channel used to interact with the Normalized
Message Service. |
ExchangeStatus.java | Class | Typesafe enumeration containing status values for a message exchange. |
Fault.java | Interface | Models WSDL fault messages. |
InOnly.java | Interface | Supports operations used to process an In Only MEP to completion. |
InOptionalOut.java | Interface | Supports operations used to process an In Optional Out MEP to completion. |
InOut.java | Interface | Supports operations used to process an In Out MEP to completion. |
MessageExchange.java | Interface | MessageExchange represents a container for normalized messages which are
described by an exchange pattern. |
MessageExchangeFactory.java | Interface | A message exchange factory is used used to create new instances of
MessageExchange. |
MessagingException.java | Class | Generic exception used to report messaging related errors in the Normalized
Message Service. |
NormalizedMessage.java | Interface | Represents a JBI Normalized Message. |
RobustInOnly.java | Interface | Supports operations used to process an Robust In Only MEP to completion. |