Class JavaClassToDBCConverter
- java.lang.Object
-
- org.apache.axis2.jaxws.description.builder.converter.JavaClassToDBCConverter
-
public class JavaClassToDBCConverter extends Object
-
-
Constructor Summary
Constructors Constructor Description JavaClassToDBCConverter(Class serviceClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashMap<String,DescriptionBuilderComposite>
produceDBC()
The only method we will expose to users of this class.
-
-
-
Constructor Detail
-
JavaClassToDBCConverter
public JavaClassToDBCConverter(Class serviceClass)
-
-
Method Detail
-
produceDBC
public HashMap<String,DescriptionBuilderComposite> produceDBC()
The only method we will expose to users of this class. It will trigger the creation of theDescriptionBuilderComposite
based on our service class. It will also handle the case of an impl class that references an SEI.- Returns:
- -
DescriptionBuilderComposite
-
-