Uses of Class
com.sun.xml.rpc.processor.generator.GeneratorException
Packages that use GeneratorException
Package
Description
-
Uses of GeneratorException in com.sun.xml.rpc.processor.generator
Methods in com.sun.xml.rpc.processor.generator that throw GeneratorExceptionModifier and TypeMethodDescriptionprotected static FileServletConfigGenerator.configFileForClass(String className, File destDir, ProcessorEnvironment env) Return the File object that should be used as the configuration file for the given Java class, using the supplied destination directory for the top of the package hierarchy.Names.sourceFileForClass(String className, String outputClassName, File destDir, ProcessorEnvironment env) Return the File object that should be used as the source file for the given Java class, using the supplied destination directory for the top of the package hierarchy.protected voidStubGenerator.writeDocumentLiteralOperation(IndentingWriter p, String remoteClassName, Operation operation) protected voidStubTieGeneratorBase.writeDocumentLiteralOperation(IndentingWriter p, String remoteClassName, Operation operation) protected voidStubGenerator.writeRpcEncodedOperation(IndentingWriter p, String remoteClassName, Operation operation) protected voidStubTieGeneratorBase.writeRpcEncodedOperation(IndentingWriter p, String remoteClassName, Operation operation) protected voidStubGenerator.writeRpcLiteralOperation(IndentingWriter p, String remoteClassName, Operation operation) protected voidStubTieGeneratorBase.writeRpcLiteralOperation(IndentingWriter p, String remoteClassName, Operation operation) -
Uses of GeneratorException in com.sun.xml.rpc.processor.generator.writer
Methods in com.sun.xml.rpc.processor.generator.writer that throw GeneratorExceptionModifier and TypeMethodDescriptionvoidEnumerationSerializerWriter.createSerializer(IndentingWriter p, StringBuffer typeName, String serName, boolean encodeTypes, boolean multiRefEncoding, String typeMapping) voidLiteralEnumerationSerializerWriter.createSerializer(IndentingWriter p, StringBuffer typeName, String serName, boolean encodeTypes, boolean multiRefEncoding, String typeMapping) voidEnumerationSerializerWriter.declareSerializer(IndentingWriter p, boolean isStatic, boolean isFinal) voidLiteralEnumerationSerializerWriter.declareSerializer(IndentingWriter p, boolean isStatic, boolean isFinal) -
Uses of GeneratorException in com.sun.xml.rpc.processor.util
Methods in com.sun.xml.rpc.processor.util that throw GeneratorExceptionModifier and TypeMethodDescriptionstatic FileDirectoryUtil.getOutputDirectoryFor(String theClass, File rootDir, ProcessorEnvironment env)