Class InterceptorTypeConverter
- java.lang.Object
- 
- 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 SummaryConstructors Constructor Description InterceptorTypeConverter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanConvert(Object sourceObject, org.osgi.service.blueprint.container.ReifiedType targetType)Objectconvert(Object sourceObject, org.osgi.service.blueprint.container.ReifiedType targetType)
 
- 
- 
- 
Method Detail- 
canConvertpublic boolean canConvert(Object sourceObject, org.osgi.service.blueprint.container.ReifiedType targetType) - Specified by:
- canConvertin interface- org.osgi.service.blueprint.container.Converter
 
 
- 
 
-