Apache CXF API

org.apache.cxf.configuration.blueprint
Class InterceptorTypeConverter

java.lang.Object
  extended by org.apache.cxf.configuration.blueprint.InterceptorTypeConverter

public class InterceptorTypeConverter
extends Object


Constructor Summary
InterceptorTypeConverter()
           
 
Method Summary
 boolean canConvert(Object sourceObject, ReifiedType targetType)
          
 Object convert(Object sourceObject, ReifiedType targetType)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorTypeConverter

public InterceptorTypeConverter()
Method Detail

canConvert

public boolean canConvert(Object sourceObject,
                          ReifiedType targetType)


convert

public Object convert(Object sourceObject,
                      ReifiedType targetType)
               throws Exception

Throws:
Exception

Apache CXF API

Apache CXF