Uses of Class
javax.jbi.messaging.MessagingException

Packages that use MessagingException
javax.jbi.component   
javax.jbi.messaging   
 

Uses of MessagingException in javax.jbi.component
 

Methods in javax.jbi.component that throw MessagingException
 DeliveryChannel ComponentContext.getDeliveryChannel()
          Get a channel for this component to use to communicate with the Normalized Message Router.
 

Uses of MessagingException in javax.jbi.messaging
 

Methods in javax.jbi.messaging that throw MessagingException
 void RobustInOnly.setInMessage(NormalizedMessage msg)
          Sets the in normalized message for this exchange.
 void NormalizedMessage.addAttachment(java.lang.String id, javax.activation.DataHandler content)
          Add an attachment to the message.
 void NormalizedMessage.removeAttachment(java.lang.String id)
          Removes attachment with the specified unique identifier.
 void NormalizedMessage.setContent(javax.xml.transform.Source content)
          Set the content of the message.
 MessageExchange MessageExchangeFactory.createExchange(javax.xml.namespace.QName serviceName, javax.xml.namespace.QName operationName)
          Creates a new MessageExchange instance used to initiate a service invocation.
 MessageExchange MessageExchangeFactory.createExchange(java.net.URI pattern)
          Creates a new MessageExchange instance used to initiate a service invocation.
 InOnly MessageExchangeFactory.createInOnlyExchange()
          Convenience method that creates an In-Only message exchange.
 InOptionalOut MessageExchangeFactory.createInOptionalOutExchange()
          Convenience method that creates an In-Optional-Out message exchange.
 InOut MessageExchangeFactory.createInOutExchange()
          Convenience method that creates an In-Out message exchange.
 RobustInOnly MessageExchangeFactory.createRobustInOnlyExchange()
          Convenience method that creates an Robust-In-Only message exchange.
 void MessageExchange.setStatus(ExchangeStatus status)
          Sets the processing status of the exchange.
 void MessageExchange.setFault(Fault fault)
          Specifies the fault message for this exchange, if one exists.
 NormalizedMessage MessageExchange.createMessage()
          Creates a normalized message based on the specified message reference.
 Fault MessageExchange.createFault()
          Generic factory method for Fault objects.
 void MessageExchange.setMessage(NormalizedMessage msg, java.lang.String name)
          Sets a normalized message with the specified message reference.
 void InOut.setInMessage(NormalizedMessage msg)
          Specifies the "in" message reference for this exchange.
 void InOut.setOutMessage(NormalizedMessage msg)
          Specifies the "out" message reference for this exchange.
 void InOptionalOut.setInMessage(NormalizedMessage msg)
          Specifies the "in" message reference for this exchange.
 void InOptionalOut.setOutMessage(NormalizedMessage msg)
          Specifies the "out" message reference for this exchange.
 void InOnly.setInMessage(NormalizedMessage msg)
          Sets the in normalized message for this exchange.
 void DeliveryChannel.close()
          Closes the delivery channel, halting all message traffic.
 MessageExchange DeliveryChannel.accept()
          Blocking call used to service a MessageExchange instance which has been initiated by another component.
 MessageExchange DeliveryChannel.accept(long timeout)
          Identical to accept(), but returns after specified interval even if a message exchange is unavailable.
 void DeliveryChannel.send(MessageExchange exchange)
          Routes a MessageExchange instance through the Normalized Message Service to the appropriate servicing component.
 boolean DeliveryChannel.sendSync(MessageExchange exchange)
          Routes a MessageExchange instance through the Normalized Message Service to the appropriate servicing component, blocking until the exchange is returned.
 boolean DeliveryChannel.sendSync(MessageExchange exchange, long timeout)
          Routes a MessageExchange instance through the Normalized Message Service to the appropriate servicing component, blocking until the specified timeout is reached.
 


Built 06/07/2005 11:16 AM on acer (SunOS 5.9)

Copyright (c) 2004-2005 Sun Microsystems Inc., All Rights Reserved.