Uses of Class
com.sun.xml.rpc.processor.generator.Names
Packages that use Names
Package
Description
-
Uses of Names in com.sun.xml.rpc.processor.generator
Subclasses of Names in com.sun.xml.rpc.processor.generatorMethods in com.sun.xml.rpc.processor.generator with parameters of type NamesModifier and TypeMethodDescriptionstatic voidGeneratorUtil.writeBlockQNameDeclaration(IndentingWriter p, Operation operation, Block block, Names names) static voidGeneratorUtil.writeQNameDeclaration(IndentingWriter p, QName name, Names names) static voidGeneratorUtil.writeQNameTypeDeclaration(IndentingWriter p, QName name, Names names) static voidLiteralEncoding.writeStaticSerializer(IndentingWriter p, String portPackage, LiteralType type, Set processedTypes, SerializerWriterFactory writerFactory, Names names) static voidSOAPEncoding.writeStaticSerializer(IndentingWriter p, String portPackage, SOAPType type, Set processedTypes, SerializerWriterFactory writerFactory, Names names) -
Uses of Names in com.sun.xml.rpc.processor.generator.writer
Constructors in com.sun.xml.rpc.processor.generator.writer with parameters of type NamesModifierConstructorDescriptionArraySerializerWriter(String basePackage, SOAPType type, Names names) CollectionSerializerWriter(SOAPType type, Names names) CustomSerializerWriter(SOAPType type, Names names) DynamicSerializerWriter(SOAPType type, Names names) EnumerationSerializerWriter(String basePackage, SOAPType type, Names names) InterfaceSerializerWriter(String basePackage, SOAPType type, Names names) LiteralEnumerationSerializerWriter(String basePackage, LiteralType type, Names names) LiteralFragmentSerializerWriter(LiteralFragmentType type, Names names) LiteralInterfaceSerializerWriter(String basePackage, LiteralType type, Names names) LiteralSequenceSerializerWriter(String basePackage, LiteralType type, Names names) LiteralSerializerWriterBase(AbstractType type, Names names) LiteralSimpleSerializerWriter(LiteralType type, Names names) SerializerWriterBase(AbstractType type, Names names) SerializerWriterFactoryImpl(Names names) SimpleTypeSerializerWriter(SOAPType type, Names names) SOAPObjectSerializerWriter(String basePackage, SOAPType type, Names names) -
Uses of Names in com.sun.xml.rpc.processor.util
Methods in com.sun.xml.rpc.processor.util that return NamesModifier and TypeMethodDescriptionClientProcessorEnvironment.getNames()ProcessorEnvironment.getNames()Methods in com.sun.xml.rpc.processor.util with parameters of type Names -
Uses of Names in com.sun.xml.rpc.util
Methods in com.sun.xml.rpc.util that return NamesModifier and TypeMethodDescriptionJAXRPCClassFactory.createNames()Returns the Names for specific target version.