org.apache.axis2.jaxws.description.builder.converter
Class JavaClassToDBCConverter

java.lang.Object
  extended by org.apache.axis2.jaxws.description.builder.converter.JavaClassToDBCConverter

public class JavaClassToDBCConverter
extends java.lang.Object


Constructor Summary
JavaClassToDBCConverter(java.lang.Class serviceClass)
           
 
Method Summary
 java.util.HashMap<java.lang.String,DescriptionBuilderComposite> produceDBC()
          The only method we will expose to users of this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaClassToDBCConverter

public JavaClassToDBCConverter(java.lang.Class serviceClass)
Method Detail

produceDBC

public java.util.HashMap<java.lang.String,DescriptionBuilderComposite> produceDBC()
The only method we will expose to users of this class. It will trigger the creation of the DescriptionBuilderComposite based on our service class. It will also handle the case of an impl class that references an SEI.

Returns:
- DescriptionBuilderComposite


Copyright © 2007 Apache Web Services Project. All Rights Reserved.