Class CompileTool

java.lang.Object
com.sun.xml.rpc.util.ToolBase
com.sun.xml.rpc.tools.wscompile.CompileTool
All Implemented Interfaces:
ProcessorNotificationListener, CompileTool
Direct Known Subclasses:
EndpointClientCompileTool, EndpointCompileTool

public class CompileTool extends ToolBase implements ProcessorNotificationListener, CompileTool
Author:
JAX-RPC Development Team
  • Field Details

    • properties

      protected Properties properties
    • environment

      protected ProcessorEnvironment environment
    • configuration

      protected Configuration configuration
    • processor

      protected Processor processor
    • listener

      protected ProcessorNotificationListener listener
    • actions

      protected Map actions
    • delegate

      protected CompileToolDelegate delegate
    • configFile

      protected File configFile
    • modelFile

      protected File modelFile
    • sourceDir

      protected File sourceDir
    • destDir

      protected File destDir
    • nonclassDestDir

      protected File nonclassDestDir
    • debugModelFile

      protected File debugModelFile
    • mode

      protected int mode
    • doNothing

      protected boolean doNothing
    • compilerDebug

      protected boolean compilerDebug
    • compilerOptimize

      protected boolean compilerOptimize
    • verbose

      protected boolean verbose
    • noDataBinding

      protected boolean noDataBinding
    • noEncodedTypes

      protected boolean noEncodedTypes
    • noMultiRefEncoding

      protected boolean noMultiRefEncoding
    • noValidation

      protected boolean noValidation
    • explicitServiceContext

      protected boolean explicitServiceContext
    • printStackTrace

      protected boolean printStackTrace
    • keepGenerated

      protected boolean keepGenerated
    • serializable

      protected boolean serializable
    • donotOverride

      protected boolean donotOverride
    • serializeInterfaces

      protected boolean serializeInterfaces
    • searchSchemaForSubtypes

      protected boolean searchSchemaForSubtypes
    • useDataHandlerOnly

      protected boolean useDataHandlerOnly
    • dontGenerateRPCStructures

      protected boolean dontGenerateRPCStructures
    • useDocLiteralEncoding

      protected boolean useDocLiteralEncoding
    • useRPCLiteralEncoding

      protected boolean useRPCLiteralEncoding
    • useWSIBasicProfile

      protected boolean useWSIBasicProfile
    • generateOneWayMethods

      protected boolean generateOneWayMethods
    • resolveIDREF

      protected boolean resolveIDREF
    • strictCompliance

      protected boolean strictCompliance
    • jaxbEnumType

      protected boolean jaxbEnumType
    • unwrapDocLitWrappers

      protected boolean unwrapDocLitWrappers
    • wrapperFlagSeen

      protected boolean wrapperFlagSeen
    • dontGenerateWrapperClasses

      protected boolean dontGenerateWrapperClasses
    • targetVersion

      protected String targetVersion
    • serializerInfix

      protected String serializerInfix
    • userClasspath

      protected String userClasspath
    • MODE_UNSPECIFIED

      protected static final int MODE_UNSPECIFIED
      See Also:
    • MODE_IMPORT

      protected static final int MODE_IMPORT
      See Also:
    • MODE_DEFINE

      protected static final int MODE_DEFINE
      See Also:
    • MODE_GEN_CLIENT

      protected static final int MODE_GEN_CLIENT
      See Also:
    • MODE_GEN_SERVER

      protected static final int MODE_GEN_SERVER
      See Also:
    • MODE_GEN_BOTH

      protected static final int MODE_GEN_BOTH
      See Also:
  • Constructor Details

  • Method Details