Uses of Class
com.sun.xml.rpc.processor.config.Configuration
Packages that use Configuration
Package
Description
-
Uses of Configuration in com.sun.xml.rpc.processor
Methods in com.sun.xml.rpc.processor with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidProcessorAction.perform(Model model, Configuration config, Properties options) Constructors in com.sun.xml.rpc.processor with parameters of type Configuration -
Uses of Configuration in com.sun.xml.rpc.processor.config
Methods in com.sun.xml.rpc.processor.config that return ConfigurationMethods in com.sun.xml.rpc.processor.config with parameters of type Configuration -
Uses of Configuration in com.sun.xml.rpc.processor.generator
Methods in com.sun.xml.rpc.processor.generator with parameters of type ConfigurationModifier and TypeMethodDescriptionCustomClassGenerator.getGenerator(Model model, Configuration config, Properties properties) CustomClassGenerator.getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver) CustomExceptionGenerator.getGenerator(Model model, Configuration config, Properties properties) CustomExceptionGenerator.getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver) EnumerationEncoderGenerator.getGenerator(Model model, Configuration config, Properties properties) EnumerationEncoderGenerator.getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver) EnumerationGenerator.getGenerator(Model model, Configuration config, Properties properties) EnumerationGenerator.getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver) FaultExceptionBuilderGenerator.getGenerator(Model model, Configuration config, Properties properties) FaultExceptionBuilderGenerator.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) HolderGenerator.getGenerator(Model model, Configuration config, Properties properties) HolderGenerator.getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver) InterfaceSerializerGenerator.getGenerator(Model model, Configuration config, Properties properties) InterfaceSerializerGenerator.getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver) LiteralObjectSerializerGenerator.getGenerator(Model model, Configuration config, Properties properties) LiteralObjectSerializerGenerator.getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver) SerializerRegistryGenerator.getGenerator(Model model, Configuration config, Properties properties) SerializerRegistryGenerator.getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver) ServletConfigGenerator.getGenerator(Model model, Configuration config, Properties properties) ServletConfigGenerator.getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver) SOAPFaultSerializerGenerator.getGenerator(Model model, Configuration config, Properties properties) SOAPFaultSerializerGenerator.getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver) SOAPObjectBuilderGenerator.getGenerator(Model model, Configuration config, Properties properties) SOAPObjectBuilderGenerator.getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver) SOAPObjectSerializerGenerator.getGenerator(Model model, Configuration config, Properties properties) SOAPObjectSerializerGenerator.getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver) StubGenerator.getGenerator(Model model, Configuration config, Properties properties) StubGenerator.getGenerator(Model model, Configuration config, Properties properties, SOAPVersion ver) TieGenerator.getGenerator(Model model, Configuration config, Properties properties) TieGenerator.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 ConfigurationModifierConstructorDescriptionprotectedGeneratorBase(Model model, Configuration config, Properties properties) protectedStubTieGeneratorBase(Model model, Configuration config, Properties properties) protectedStubTieGeneratorBase(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 ConfigurationModifier and TypeMethodDescriptionJavaWsdlMappingNode.write(Node parent, String nodeName, Model model, Configuration config) write the appropriate information to a DOM tree and return itJavaXmlTypeMappingNode.write(Node parent, String nodeName, AbstractType type, Configuration config, boolean isSimpleType) write the appropriate information to a DOM tree and return itServiceEndpointInterfaceMappingNode.write(Node parent, String nodeName, Configuration config, Port port) write the appropriate information to a DOM tree and return itServiceInterfaceMappingNode.write(Node parent, String nodeName, Configuration config, Service service) write the appropriate information to a DOM tree and return itJavaXmlTypeMappingNode.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 -
Uses of Configuration in com.sun.xml.rpc.processor.util
Methods in com.sun.xml.rpc.processor.util with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidModelWriter.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