Uses of Class
com.sun.xml.rpc.processor.generator.GeneratorException
-
Packages that use GeneratorException Package Description com.sun.xml.rpc.processor.generator com.sun.xml.rpc.processor.generator.writer com.sun.xml.rpc.processor.util -
-
Uses of GeneratorException in com.sun.xml.rpc.processor.generator
Methods in com.sun.xml.rpc.processor.generator that throw GeneratorException Modifier and Type Method Description protected 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.FileNames. 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 GeneratorException Modifier and Type Method Description voidEnumerationSerializerWriter. 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 GeneratorException Modifier and Type Method Description static FileDirectoryUtil. getOutputDirectoryFor(String theClass, File rootDir, ProcessorEnvironment env)
-