public class EndpointCompileTool extends CompileTool
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalClasspath |
protected EndpointInfo |
endpointInfo |
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 |
|---|
EndpointCompileTool(OutputStream out,
String program,
EndpointInfo ei,
WebServicesInfo wsi,
File dir,
String target,
Properties props,
String classpath,
ProcessorNotificationListener l) |
EndpointCompileTool(OutputStream out,
String program,
WebServicesInfo wsi,
ArrayList list,
File dir,
String target,
Properties props,
String classpath,
ProcessorNotificationListener l) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterHook() |
protected void |
beforeHook() |
protected boolean |
classExists(String className,
String message) |
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() |
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 EndpointInfo endpointInfo
protected WebServicesInfo webServicesInfo
protected File targetDirectory
protected boolean useModel
protected String additionalClasspath
protected Hashtable hashtable
protected ArrayList vector
protected boolean localUseWSIBasicProfile
public EndpointCompileTool(OutputStream out, String program, WebServicesInfo wsi, ArrayList list, File dir, String target, Properties props, String classpath, ProcessorNotificationListener l)
public EndpointCompileTool(OutputStream out, String program, EndpointInfo ei, WebServicesInfo wsi, File dir, String target, Properties props, String classpath, ProcessorNotificationListener l)
protected void beforeHook()
beforeHook in class CompileToolprotected void withModelHook()
withModelHook in class CompileToolprotected void afterHook()
afterHook 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.