public class EndpointClientCompileTool extends CompileTool
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalClasspath |
protected ArrayList |
clientList |
protected EndpointClientInfo |
endpointClient |
protected Hashtable |
hashtable |
protected boolean |
localUseWSIBasicProfile |
protected File |
targetDirectory |
protected boolean |
useModel |
protected ArrayList |
vector |
protected WebServicesInfo |
webServicesInfo |
actions, compilerDebug, compilerOptimize, configFile, configuration, debugModelFile, delegate, destDir, doNothing, donotOverride, dontGenerateRPCStructures, dontGenerateWrapperClasses, environment, explicitServiceContext, generateOneWayMethods, jaxbEnumType, keepGenerated, listener, mode, MODE_DEFINE, MODE_GEN_BOTH, MODE_GEN_CLIENT, MODE_GEN_SERVER, MODE_IMPORT, MODE_UNSPECIFIED, modelFile, noDataBinding, noEncodedTypes, noMultiRefEncoding, nonclassDestDir, noValidation, printStackTrace, processor, properties, resolveIDREF, searchSchemaForSubtypes, serializable, serializeInterfaces, serializerInfix, sourceDir, strictCompliance, targetVersion, unwrapDocLitWrappers, useDataHandlerOnly, useDocLiteralEncoding, userClasspath, useRPCLiteralEncoding, useWSIBasicProfile, verbose, wrapperFlagSeen| Constructor and Description |
|---|
EndpointClientCompileTool(OutputStream out,
String program,
WebServicesInfo wsi,
ArrayList list,
File dir,
String target,
String classpath,
ProcessorNotificationListener l) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beforeHook() |
Configuration |
createConfiguration() |
protected File |
findGeneratedFileEndingWith(String s) |
protected String |
makeAbsolute(String s) |
protected String |
makeAppRelative(File f) |
protected String |
makeJavaPackageName() |
protected String |
makeModelFileName() |
protected String |
makeTargetNamespaceURI() |
protected String |
makeTypeNamespaceURI() |
void |
onError(Localizable msg) |
void |
onInfo(Localizable msg) |
void |
onWarning(Localizable msg) |
protected void |
registerProcessorActions(Processor processor) |
protected void |
withModelHook() |
afterHook, compileGeneratedClasses, createClasspathString, createEnvironment, getAction, getEnvironment, getGenericErrorMessage, getProcessor, getResourceBundleName, getSourceVersion, getVersion, getVersionString, help, initialize, parseArguments, printStackTrace, removeGeneratedFiles, resetOptionsForTargetVersion, run, setDelegate, setEnvironmentValues, usage, wasSuccessfulgetMessage, getMessage, getMessage, getMessage, getMessage, getMessage, report, report, runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunprotected WebServicesInfo webServicesInfo
protected File targetDirectory
protected boolean useModel
protected String additionalClasspath
protected Hashtable hashtable
protected ArrayList vector
protected EndpointClientInfo endpointClient
protected ArrayList clientList
protected boolean localUseWSIBasicProfile
public EndpointClientCompileTool(OutputStream out, String program, WebServicesInfo wsi, ArrayList list, File dir, String target, String classpath, ProcessorNotificationListener l)
protected void beforeHook()
beforeHook in class CompileToolprotected void withModelHook()
withModelHook in class CompileToolpublic Configuration createConfiguration() throws Exception
createConfiguration in class CompileToolExceptionprotected String makeTargetNamespaceURI()
protected String makeTypeNamespaceURI()
protected String makeModelFileName()
protected String makeJavaPackageName()
protected void registerProcessorActions(Processor processor)
registerProcessorActions in class CompileToolpublic void onError(Localizable msg)
onError in interface ProcessorNotificationListeneronError in class CompileToolpublic void onWarning(Localizable msg)
onWarning in interface ProcessorNotificationListeneronWarning in class CompileToolpublic void onInfo(Localizable msg)
onInfo in interface ProcessorNotificationListeneronInfo in class CompileToolCopyright © 2017–2019 Eclipse Foundation. All rights reserved.