Uses of Package
javax.jbi.messaging

Packages that use javax.jbi.messaging
javax.jbi.component   
javax.jbi.messaging   
org.servicemix The core APIs for ServiceMix along with the Main which is used to start the JBI container from the command line. 
org.servicemix.client A JBI client interface for interacting with a JBI container easily from client side applications. 
org.servicemix.components.activesoap Bindings for integrating ActiveSOAP services and for ActiveSOAP to use JBI as its transport bindings. 
org.servicemix.components.groovy A component and support classes for the Groovy scripting language. 
org.servicemix.components.http Bindings for HTTP and Servlets 
org.servicemix.components.jaxrpc Bindings for JAX-RPC 
org.servicemix.components.jms Bindings for JMS 
org.servicemix.components.reflection A JBI component which uses reflection to invoke methods on POJOs 
org.servicemix.components.saaj Bindings for SAAJ (Soap With Attachments for Java), which used to be called JAXM 
org.servicemix.components.script A component which uses JSR 223 to allow any scripting language to be integrated. 
org.servicemix.components.util A collection of utility components and helper classes for developers wishing to write components. 
org.servicemix.components.util.xstream   
org.servicemix.components.wsif Bindings for WSIF 
org.servicemix.components.xslt An XSLT based JBI component using JAXP to perform the XSLT transformation. 
org.servicemix.jbi   
org.servicemix.jbi.binding   
org.servicemix.jbi.component JBI Component implementation classes 
org.servicemix.jbi.container The JBI Container implementation and supporting classes 
org.servicemix.jbi.messaging JBI Normalized Message Service (NMS) implementation classes 
org.servicemix.jbi.nmr.flow   
org.servicemix.jbi.nmr.flow.st   
org.servicemix.jbi.resolver An extension point to allow plugable ServiceEndpoint resolution policies. 
 

Classes in javax.jbi.messaging used by javax.jbi.component
DeliveryChannel
          Bi-directional communication channel used to interact with the Normalized Message Service.
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
 

Classes in javax.jbi.messaging used by javax.jbi.messaging
ExchangeStatus
          Typesafe enumeration containing status values for a message exchange.
Fault
          Models WSDL fault messages.
InOnly
          Supports operations used to process an In Only MEP to completion.
InOptionalOut
          Supports operations used to process an In Optional Out MEP to completion.
InOut
          Supports operations used to process an In Out MEP to completion.
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessageExchange.Role
          Typesafe enum containing the roles a component can play in a service.
MessageExchangeFactory
          A message exchange factory is used used to create new instances of MessageExchange.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
NormalizedMessage
          Represents a JBI Normalized Message.
RobustInOnly
          Supports operations used to process an Robust In Only MEP to completion.
 

Classes in javax.jbi.messaging used by org.servicemix
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
 

Classes in javax.jbi.messaging used by org.servicemix.client
DeliveryChannel
          Bi-directional communication channel used to interact with the Normalized Message Service.
Fault
          Models WSDL fault messages.
InOnly
          Supports operations used to process an In Only MEP to completion.
InOptionalOut
          Supports operations used to process an In Optional Out MEP to completion.
InOut
          Supports operations used to process an In Out MEP to completion.
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessageExchangeFactory
          A message exchange factory is used used to create new instances of MessageExchange.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
NormalizedMessage
          Represents a JBI Normalized Message.
RobustInOnly
          Supports operations used to process an Robust In Only MEP to completion.
 

Classes in javax.jbi.messaging used by org.servicemix.components.activesoap
DeliveryChannel
          Bi-directional communication channel used to interact with the Normalized Message Service.
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
NormalizedMessage
          Represents a JBI Normalized Message.
 

Classes in javax.jbi.messaging used by org.servicemix.components.groovy
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
NormalizedMessage
          Represents a JBI Normalized Message.
 

Classes in javax.jbi.messaging used by org.servicemix.components.http
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
NormalizedMessage
          Represents a JBI Normalized Message.
 

Classes in javax.jbi.messaging used by org.servicemix.components.jaxrpc
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
NormalizedMessage
          Represents a JBI Normalized Message.
 

Classes in javax.jbi.messaging used by org.servicemix.components.jms
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
NormalizedMessage
          Represents a JBI Normalized Message.
 

Classes in javax.jbi.messaging used by org.servicemix.components.reflection
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
NormalizedMessage
          Represents a JBI Normalized Message.
 

Classes in javax.jbi.messaging used by org.servicemix.components.saaj
InOnly
          Supports operations used to process an In Only MEP to completion.
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
NormalizedMessage
          Represents a JBI Normalized Message.
 

Classes in javax.jbi.messaging used by org.servicemix.components.script
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
NormalizedMessage
          Represents a JBI Normalized Message.
 

Classes in javax.jbi.messaging used by org.servicemix.components.util
DeliveryChannel
          Bi-directional communication channel used to interact with the Normalized Message Service.
Fault
          Models WSDL fault messages.
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessageExchangeFactory
          A message exchange factory is used used to create new instances of MessageExchange.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
NormalizedMessage
          Represents a JBI Normalized Message.
 

Classes in javax.jbi.messaging used by org.servicemix.components.util.xstream
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
NormalizedMessage
          Represents a JBI Normalized Message.
 

Classes in javax.jbi.messaging used by org.servicemix.components.wsif
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
NormalizedMessage
          Represents a JBI Normalized Message.
 

Classes in javax.jbi.messaging used by org.servicemix.components.xslt
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
NormalizedMessage
          Represents a JBI Normalized Message.
 

Classes in javax.jbi.messaging used by org.servicemix.jbi
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
 

Classes in javax.jbi.messaging used by org.servicemix.jbi.binding
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
NormalizedMessage
          Represents a JBI Normalized Message.
 

Classes in javax.jbi.messaging used by org.servicemix.jbi.component
DeliveryChannel
          Bi-directional communication channel used to interact with the Normalized Message Service.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
 

Classes in javax.jbi.messaging used by org.servicemix.jbi.container
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
 

Classes in javax.jbi.messaging used by org.servicemix.jbi.messaging
DeliveryChannel
          Bi-directional communication channel used to interact with the Normalized Message Service.
ExchangeStatus
          Typesafe enumeration containing status values for a message exchange.
Fault
          Models WSDL fault messages.
InOnly
          Supports operations used to process an In Only MEP to completion.
InOptionalOut
          Supports operations used to process an In Optional Out MEP to completion.
InOut
          Supports operations used to process an In Out MEP to completion.
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessageExchange.Role
          Typesafe enum containing the roles a component can play in a service.
MessageExchangeFactory
          A message exchange factory is used used to create new instances of MessageExchange.
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
NormalizedMessage
          Represents a JBI Normalized Message.
RobustInOnly
          Supports operations used to process an Robust In Only MEP to completion.
 

Classes in javax.jbi.messaging used by org.servicemix.jbi.nmr.flow
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
 

Classes in javax.jbi.messaging used by org.servicemix.jbi.nmr.flow.st
MessagingException
          Generic exception used to report messaging related errors in the Normalized Message Service.
 

Classes in javax.jbi.messaging used by org.servicemix.jbi.resolver
MessageExchange
          MessageExchange represents a container for normalized messages which are described by an exchange pattern.
 



Copyright © 2005 ServiceMix.. All Rights Reserved.