org.apache.servicemix.camel.converter
Class JbiConverter

java.lang.Object
  extended by org.apache.servicemix.camel.converter.JbiConverter

@Converter
public class JbiConverter
extends java.lang.Object

Type converter to and from JBI- and ServiceMix-specific types


Constructor Summary
JbiConverter()
           
 
Method Summary
 org.apache.servicemix.jbi.exception.FaultException convertExchangeToFaultException(org.apache.camel.Exchange exchange)
           
 javax.xml.transform.Source convertFaultExceptionToSource(org.apache.servicemix.jbi.exception.FaultException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbiConverter

public JbiConverter()
Method Detail

convertFaultExceptionToSource

@Converter
public javax.xml.transform.Source convertFaultExceptionToSource(org.apache.servicemix.jbi.exception.FaultException e)

convertExchangeToFaultException

@Converter
public org.apache.servicemix.jbi.exception.FaultException convertExchangeToFaultException(org.apache.camel.Exchange exchange)


Copyright © 2005-2011 FuseSource. All Rights Reserved.