Apache CXF API

org.apache.cxf.binding.soap.blueprint
Class SoapVersionTypeConverter

java.lang.Object
  extended by org.apache.cxf.binding.soap.blueprint.SoapVersionTypeConverter
All Implemented Interfaces:
org.osgi.service.blueprint.container.Converter

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


Constructor Summary
SoapVersionTypeConverter()
           
 
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

SoapVersionTypeConverter

public SoapVersionTypeConverter()
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