org.apache.cxf.tools.java2ws.util
Class JavaFirstUtil

java.lang.Object
  extended by org.apache.cxf.tools.java2ws.util.JavaFirstUtil

public final class JavaFirstUtil
extends java.lang.Object


Method Summary
static java.lang.String getClassName(java.lang.reflect.Type type)
           
static org.apache.cxf.tools.common.model.JavaInterface serviceInfo2JavaInf(org.apache.cxf.service.model.ServiceInfo service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

serviceInfo2JavaInf

public static org.apache.cxf.tools.common.model.JavaInterface serviceInfo2JavaInf(org.apache.cxf.service.model.ServiceInfo service)

getClassName

public static java.lang.String getClassName(java.lang.reflect.Type type)


Apache CXF