| Package | Description |
|---|---|
| com.sun.xml.rpc.processor.generator | |
| com.sun.xml.rpc.processor.generator.writer | |
| com.sun.xml.rpc.processor.util |
| Modifier and Type | Method and Description |
|---|---|
protected static File |
ServletConfigGenerator.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.
|
File |
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 void |
StubTieGeneratorBase.writeDocumentLiteralOperation(IndentingWriter p,
String remoteClassName,
Operation operation) |
protected void |
StubGenerator.writeDocumentLiteralOperation(IndentingWriter p,
String remoteClassName,
Operation operation) |
protected void |
StubTieGeneratorBase.writeRpcEncodedOperation(IndentingWriter p,
String remoteClassName,
Operation operation) |
protected void |
StubGenerator.writeRpcEncodedOperation(IndentingWriter p,
String remoteClassName,
Operation operation) |
protected void |
StubTieGeneratorBase.writeRpcLiteralOperation(IndentingWriter p,
String remoteClassName,
Operation operation) |
protected void |
StubGenerator.writeRpcLiteralOperation(IndentingWriter p,
String remoteClassName,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
void |
LiteralEnumerationSerializerWriter.createSerializer(IndentingWriter p,
StringBuffer typeName,
String serName,
boolean encodeTypes,
boolean multiRefEncoding,
String typeMapping) |
void |
EnumerationSerializerWriter.createSerializer(IndentingWriter p,
StringBuffer typeName,
String serName,
boolean encodeTypes,
boolean multiRefEncoding,
String typeMapping) |
void |
LiteralEnumerationSerializerWriter.declareSerializer(IndentingWriter p,
boolean isStatic,
boolean isFinal) |
void |
EnumerationSerializerWriter.declareSerializer(IndentingWriter p,
boolean isStatic,
boolean isFinal) |
| Modifier and Type | Method and Description |
|---|---|
static File |
DirectoryUtil.getOutputDirectoryFor(String theClass,
File rootDir,
ProcessorEnvironment env) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.