Apache CXF API

org.apache.cxf.configuration.blueprint
Class InterceptorTypeConverter

java.lang.Object
  extended by org.apache.cxf.configuration.blueprint.InterceptorTypeConverter
All Implemented Interfaces:
org.osgi.service.blueprint.container.Converter

public class InterceptorTypeConverter
extends Object
implements org.osgi.service.blueprint.container.Converter


Constructor Summary
InterceptorTypeConverter()
           
 
Method Summary
 boolean canConvert(Object sourceObject, org.osgi.service.blueprint.container.ReifiedType targetType)
          
 Object convert(Object sourceObject, org.osgi.service.blueprint.container.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,
                          org.osgi.service.blueprint.container.ReifiedType targetType)

Specified by:
canConvert in interface org.osgi.service.blueprint.container.Converter

convert

public Object convert(Object sourceObject,
                      org.osgi.service.blueprint.container.ReifiedType targetType)
               throws Exception

Specified by:
convert in interface org.osgi.service.blueprint.container.Converter
Throws:
Exception

Apache CXF API

Apache CXF