public class GSoapClient<T> extends WebClient<T>
method2PortMap, serviceClass, serviceInfo, serviceParamTableinterfaceClass, methodsNeedGenerated, paramTable, refClassbaseClass, fullNameInstanceByImportList, importedList, importedListBackup| 构造器和说明 |
|---|
GSoapClient(java.lang.Class<T> interfaceClass,
java.lang.Class<? extends T> refClass,
java.lang.Class<?> serviceClass,
java.lang.String serviceName,
java.io.File stubFolder,
java.lang.String stubPrefix) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
compile() |
protected void |
createMethodsNeedGenerated() |
GSoapHeaderHelper |
getGsoapHelper() |
java.lang.String |
getServiceName() |
java.lang.Class<?> |
getServiceRuntimeClass() |
protected void |
removeMethodsNotPort()
从 methodsNeedGenerated 删除非webservice接口实现方法
|
createMethod2PortMapMap, getMethod2PortMap, getPrimitiveMethod, getRemoteAnnotation, getRemoteAnnotation, getServiceClass, getServiceInfo, getServicePort, getServicePorts, isGenericTypeClass, isServiceRuntime, needImpl, needImpl, toStringaddImportedClassFromMethods, checkClass, getDeclaredMethods, getGenericMethod, getImplementedMethod, getInterfaceClass, getMatchedGenericMethod, getMatchedGenericMethod, getMethod, getMethodsNeedGenerated, getRefClass, isAssignable, isConvert, isFullImplemented, isImplemented, isImplemented, isImplementedMethodaddImportedClass, addImportedClass, addImportedClassFromMethod, addImportedClassFromMethods, backupImportedList, getBaseClass, getImportedClassNames, getImportedClassNames, getImportedList, getName, getPackage, getRawTypeName, getTypeDefine, getTypeName, removeClassFromImports, removeClassFromImports, removeClassFromImports, restoreImportedListclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBaseClass, getImportedListpublic GSoapClient(java.lang.Class<T> interfaceClass, java.lang.Class<? extends T> refClass, java.lang.Class<?> serviceClass, java.lang.String serviceName, java.io.File stubFolder, java.lang.String stubPrefix)
interfaceClass - refClass - serviceClass - serviceName - stubFolder - gsoap stub代码文件夹stubPrefix - gsoap stub代码文件前缀protected void createMethodsNeedGenerated()
createMethodsNeedGenerated 在类中 WebClient<T>protected void removeMethodsNotPort()
public java.lang.String getServiceName()
public GSoapHeaderHelper getGsoapHelper()
public java.lang.Class<?> getServiceRuntimeClass()
Copyright © 2020. All Rights Reserved.