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 Details

    • InterceptorTypeConverter

      public InterceptorTypeConverter()
  • Method Details

    • 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