Package net.sf.xbus.technical

Examples of net.sf.xbus.technical.TextSender


          // The message is already transformed and must only be
          // retrieved.
          // Structure information for message serialisation is due to
          // the
          // destination system.
          TextSender textsender = (TextSender) sender;

          String resData = textsender.execute(message.getFunction(),
              request);

          ((TextMessage) message).setResponseText(resData,
              destination);
          message.setResponseTimestamp(new Date());
View Full Code Here

TOP

Related Classes of net.sf.xbus.technical.TextSender

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.