Package org.jboss.soa.esb.services.transform

Examples of org.jboss.soa.esb.services.transform.TransformationException


   */
  public Message transform(Message message) throws TransformationException {
    try {
      return process(message);
    } catch (ActionProcessingException e) {
      throw new TransformationException(e);
    }
  }
View Full Code Here

TOP

Related Classes of org.jboss.soa.esb.services.transform.TransformationException

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.