Uses of Interface
com.sun.xml.rpc.processor.util.ProcessorEnvironment
-
-
Uses of ProcessorEnvironment in com.sun.xml.rpc.processor.config.parser
Methods in com.sun.xml.rpc.processor.config.parser that return ProcessorEnvironment Modifier and Type Method Description protected ProcessorEnvironmentModelInfoParser. getEnvironment()Methods in com.sun.xml.rpc.processor.config.parser with parameters of type ProcessorEnvironment Modifier and Type Method Description ModelInfoParserModelInfoPlugin. createModelInfoParser(ProcessorEnvironment env)Constructors in com.sun.xml.rpc.processor.config.parser with parameters of type ProcessorEnvironment Constructor Description ConfigurationParser(ProcessorEnvironment env)J2EEModelInfoParser(ProcessorEnvironment env)ModelFileModelInfoParser(ProcessorEnvironment env)ModelInfoParser(ProcessorEnvironment env)NoMetadataModelInfoParser(ProcessorEnvironment env)RmiModelInfoParser(ProcessorEnvironment env)WSDLModelInfoParser(ProcessorEnvironment env) -
Uses of ProcessorEnvironment in com.sun.xml.rpc.processor.generator
Fields in com.sun.xml.rpc.processor.generator declared as ProcessorEnvironment Modifier and Type Field Description protected ProcessorEnvironmentGeneratorBase. envMethods in com.sun.xml.rpc.processor.generator with parameters of type ProcessorEnvironment Modifier and Type Method Description static booleanGeneratorUtil. classExists(ProcessorEnvironment env, String className)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. -
Uses of ProcessorEnvironment in com.sun.xml.rpc.processor.modeler.j2ee
Constructors in com.sun.xml.rpc.processor.modeler.j2ee with parameters of type ProcessorEnvironment Constructor Description J2EESchemaAnalyzerHelper(J2EESchemaAnalyzerIf base, J2EEModelInfo modelInfo, ProcessorEnvironment env, JavaSimpleTypeCreator javaTypes) -
Uses of ProcessorEnvironment in com.sun.xml.rpc.processor.modeler.nometadata
Methods in com.sun.xml.rpc.processor.modeler.nometadata that return ProcessorEnvironment Modifier and Type Method Description ProcessorEnvironmentNoMetadataModeler. getProcessorEnvironment() -
Uses of ProcessorEnvironment in com.sun.xml.rpc.processor.modeler.rmi
Fields in com.sun.xml.rpc.processor.modeler.rmi declared as ProcessorEnvironment Modifier and Type Field Description protected ProcessorEnvironmentExceptionModelerBase. envMethods in com.sun.xml.rpc.processor.modeler.rmi that return ProcessorEnvironment Modifier and Type Method Description ProcessorEnvironmentRmiModeler. getProcessorEnvironment()Methods in com.sun.xml.rpc.processor.modeler.rmi with parameters of type ProcessorEnvironment Modifier and Type Method Description static MapRmiTypeModeler. collectMembers(ProcessorEnvironment env, RmiType type)StringRmiModeler. generateNameFromType(RmiType type, ProcessorEnvironment env)Generate a readable string representing the given type suitable for embedding within a Java identifier.StringLiteralTypeModeler. generateSchemaNameForArrayWrapper(RmiType type, ProcessorEnvironment env)static ClassRmiTypeModeler. getDeclaringClass(Class theClass, MemberInfo memInfo, ProcessorEnvironment env)static RmiTypeLiteralTypeModeler. getHolderValueType(ProcessorEnvironment env, Class defHolder, RmiType type)static RmiTypeRmiTypeModeler. getHolderValueType(ProcessorEnvironment env, Class defHolder, RmiType type)static FieldRmiTypeModeler. getValueMember(ProcessorEnvironment env, Class classDef)static booleanRmiModeler. isException(ProcessorEnvironment env, RmiType type)booleanRmiModeler. isRemoteException(ProcessorEnvironment env, String exceptionName)static voidLiteralTypeModeler. markInheritedMembers(ProcessorEnvironment env, LiteralStructuredType struct)static voidRmiTypeModeler. markInheritedMembers(ProcessorEnvironment env, SOAPStructureType struct)static MapJavaBean. modelTypeSOAP(ProcessorEnvironment env, RmiType type)static MapRmiStructure. modelTypeSOAP(ProcessorEnvironment env, RmiType type)static booleanRmiTypeModeler. multipleClasses(Class[] classes, ProcessorEnvironment env)static ListRmiTypeModeler. sortMembers(Class typeClass, Map members, ProcessorEnvironment env)Constructors in com.sun.xml.rpc.processor.modeler.rmi with parameters of type ProcessorEnvironment Constructor Description RmiTypeModeler(RmiModeler modeler, ProcessorEnvironment env)RmiTypeModeler(RmiModeler modeler, ProcessorEnvironment env, SOAPVersion soapVersion) -
Uses of ProcessorEnvironment in com.sun.xml.rpc.processor.modeler.wsdl
Fields in com.sun.xml.rpc.processor.modeler.wsdl declared as ProcessorEnvironment Modifier and Type Field Description protected ProcessorEnvironmentSchemaAnalyzerBase. _envMethods in com.sun.xml.rpc.processor.modeler.wsdl that return ProcessorEnvironment Modifier and Type Method Description protected ProcessorEnvironmentWSDLModelerBase. getEnvironment() -
Uses of ProcessorEnvironment in com.sun.xml.rpc.processor.util
Classes in com.sun.xml.rpc.processor.util that implement ProcessorEnvironment Modifier and Type Class Description classClientProcessorEnvironmentclassProcessorEnvironmentBaseMethods in com.sun.xml.rpc.processor.util with parameters of type ProcessorEnvironment Modifier and Type Method Description static FileDirectoryUtil. getOutputDirectoryFor(String theClass, File rootDir, ProcessorEnvironment env) -
Uses of ProcessorEnvironment in com.sun.xml.rpc.tools.wscompile
Fields in com.sun.xml.rpc.tools.wscompile declared as ProcessorEnvironment Modifier and Type Field Description protected ProcessorEnvironmentCompileTool. environmentMethods in com.sun.xml.rpc.tools.wscompile that return ProcessorEnvironment Modifier and Type Method Description protected ProcessorEnvironmentCompileTool. createEnvironment()Methods in com.sun.xml.rpc.tools.wscompile with parameters of type ProcessorEnvironment Modifier and Type Method Description ModelInfoParserJ2EEToolPlugin. createModelInfoParser(ProcessorEnvironment env)protected voidCompileTool. setEnvironmentValues(ProcessorEnvironment env)
-