Uses of Class
com.sun.xml.rpc.processor.config.Configuration
-
-
Uses of Configuration in com.sun.xml.rpc.processor
Methods in com.sun.xml.rpc.processor with parameters of type Configuration Modifier and Type Method Description voidProcessorAction. perform(Model model, Configuration config, Properties options)Constructors in com.sun.xml.rpc.processor with parameters of type Configuration Constructor Description Processor(Configuration configuration, Properties options) -
Uses of Configuration in com.sun.xml.rpc.processor.config
Methods in com.sun.xml.rpc.processor.config that return Configuration Modifier and Type Method Description ConfigurationModelInfo. getConfiguration()ConfigurationModelInfo. getParent()Methods in com.sun.xml.rpc.processor.config with parameters of type Configuration Modifier and Type Method Description voidModelInfo. setParent(Configuration c) -
Uses of Configuration in com.sun.xml.rpc.processor.generator
Methods in com.sun.xml.rpc.processor.generator with parameters of type Configuration Modifier and Type Method Description GeneratorBaseCustomClassGenerator. getGenerator(Model model, Configuration config, Properties properties)GeneratorBaseCustomClassGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseCustomExceptionGenerator. getGenerator(Model model, Configuration config, Properties properties)GeneratorBaseCustomExceptionGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseEnumerationEncoderGenerator. getGenerator(Model model, Configuration config, Properties properties)GeneratorBaseEnumerationEncoderGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseEnumerationGenerator. getGenerator(Model model, Configuration config, Properties properties)GeneratorBaseEnumerationGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseFaultExceptionBuilderGenerator. getGenerator(Model model, Configuration config, Properties properties)GeneratorBaseFaultExceptionBuilderGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)abstract GeneratorBaseGeneratorBase. getGenerator(Model model, Configuration config, Properties properties)abstract GeneratorBaseGeneratorBase. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseHolderGenerator. getGenerator(Model model, Configuration config, Properties properties)GeneratorBaseHolderGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseInterfaceSerializerGenerator. getGenerator(Model model, Configuration config, Properties properties)GeneratorBaseInterfaceSerializerGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseLiteralObjectSerializerGenerator. getGenerator(Model model, Configuration config, Properties properties)GeneratorBaseLiteralObjectSerializerGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseSerializerRegistryGenerator. getGenerator(Model model, Configuration config, Properties properties)GeneratorBaseSerializerRegistryGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseServletConfigGenerator. getGenerator(Model model, Configuration config, Properties properties)GeneratorBaseServletConfigGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseSOAPFaultSerializerGenerator. getGenerator(Model model, Configuration config, Properties properties)GeneratorBaseSOAPFaultSerializerGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseSOAPObjectBuilderGenerator. getGenerator(Model model, Configuration config, Properties properties)GeneratorBaseSOAPObjectBuilderGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseSOAPObjectSerializerGenerator. getGenerator(Model model, Configuration config, Properties properties)GeneratorBaseSOAPObjectSerializerGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseStubGenerator. getGenerator(Model model, Configuration config, Properties properties)GeneratorBaseStubGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)GeneratorBaseTieGenerator. getGenerator(Model model, Configuration config, Properties properties)GeneratorBaseTieGenerator. getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver)voidGeneratorBase. perform(Model model, Configuration config, Properties properties)voidJaxRpcMappingGenerator. perform(Model model, Configuration config, Properties options)voidRemoteInterfaceGenerator. perform(Model model, Configuration config, Properties options)voidRemoteInterfaceImplGenerator. perform(Model model, Configuration config, Properties options)voidServiceGenerator. perform(Model model, Configuration config, Properties properties)voidServiceInterfaceGenerator. perform(Model model, Configuration config, Properties options)voidWSDLGenerator. perform(Model model, Configuration config, Properties properties)voidWSDLGenerator. perform(Model model, Configuration config, Properties properties, SOAPVersion ver)Constructors in com.sun.xml.rpc.processor.generator with parameters of type Configuration Constructor Description GeneratorBase(Model model, Configuration config, Properties properties)StubTieGeneratorBase(Model model, Configuration config, Properties properties)StubTieGeneratorBase(Model model, Configuration config, Properties properties, SOAPVersion ver) -
Uses of Configuration in com.sun.xml.rpc.processor.generator.nodes
Methods in com.sun.xml.rpc.processor.generator.nodes with parameters of type Configuration Modifier and Type Method Description NodeJavaWsdlMappingNode. write(Node parent, String nodeName, Model model, Configuration config)write the appropriate information to a DOM tree and return itNodeJavaXmlTypeMappingNode. write(Node parent, String nodeName, AbstractType type, Configuration config, boolean isSimpleType)write the appropriate information to a DOM tree and return itNodeServiceEndpointInterfaceMappingNode. write(Node parent, String nodeName, Configuration config, Port port)write the appropriate information to a DOM tree and return itNodeServiceInterfaceMappingNode. write(Node parent, String nodeName, Configuration config, Service service)write the appropriate information to a DOM tree and return itNodeJavaXmlTypeMappingNode. writeAnonymousArrayType(Node parent, String nodeName, LiteralStructuredType litStructType, Configuration config, boolean isSimpleType)Constructors in com.sun.xml.rpc.processor.generator.nodes with parameters of type Configuration Constructor Description TypeVisitor(Configuration config) -
Uses of Configuration in com.sun.xml.rpc.processor.util
Methods in com.sun.xml.rpc.processor.util with parameters of type Configuration Modifier and Type Method Description voidModelWriter. perform(Model model, Configuration config, Properties options)voidXMLModelWriter. perform(Model model, Configuration config, Properties options) -
Uses of Configuration in com.sun.xml.rpc.tools.wscompile
Fields in com.sun.xml.rpc.tools.wscompile declared as Configuration Modifier and Type Field Description protected ConfigurationCompileTool. configuration
-