Uses of Class
org.glassfish.openesb.pojose.api.ErrorMessage

Packages that use ErrorMessage
org.glassfish.openesb.pojose.api   
org.glassfish.openesb.pojose.api.res   
 

Uses of ErrorMessage in org.glassfish.openesb.pojose.api
 

Methods in org.glassfish.openesb.pojose.api that throw ErrorMessage
 void Consumer.send(MessageExchange me)
          Sends the ME is asynch mode.
 void Consumer.send(MessageExchange me, boolean propagateTxn)
          Sends the ME is asynch mode.
 void Consumer.sendInOnly(java.lang.Object msg)
          Sends the ME is asynch mode.
 void Consumer.sendInOnly(java.lang.Object msg, boolean propTxn)
          Sends the ME is asynch mode.
 void Consumer.sendInOut(java.lang.Object msg)
          Sends the ME is asynch mode.
 void Consumer.sendInOut(java.lang.Object msg, boolean propTxn)
          Sends the ME is asynch mode.
 void Consumer.sendSynchInOnly(java.lang.Object msg)
          Sends the message to given ServiceEndpoint.
 void Consumer.sendSynchInOnly(java.lang.Object msg, long timeout)
          Sends the message to given ServiceEndpoint.
 

Uses of ErrorMessage in org.glassfish.openesb.pojose.api.res
 

Methods in org.glassfish.openesb.pojose.api.res that throw ErrorMessage
 void POJOContext.send(MessageExchange me)
          Deprecated. Sends the status in asynch mode as needed by runtime.
 boolean POJOContext.sendSynch(MessageExchange me)
          Deprecated. Sends the MessageExchange in synch mode.
 void POJOContext.sendSynchInOnly(ServiceEndpoint se, java.lang.Object msg)
          Deprecated. Sends the message to given ServiceEndpoint.
 



Copyright © 2006-2009. All Rights Reserved.