Uses of Interface
com.sun.xml.rpc.streaming.PrefixFactory
Packages that use PrefixFactory
Package
Description
-
Uses of PrefixFactory in com.sun.xml.rpc.processor.generator
Fields in com.sun.xml.rpc.processor.generator declared as PrefixFactory -
Uses of PrefixFactory in com.sun.xml.rpc.processor.util
Methods in com.sun.xml.rpc.processor.util that return PrefixFactoryMethods in com.sun.xml.rpc.processor.util with parameters of type PrefixFactoryModifier and TypeMethodDescriptionvoidPrettyPrintingXMLWriterImpl.setPrefixFactory(PrefixFactory factory) -
Uses of PrefixFactory in com.sun.xml.rpc.streaming
Classes in com.sun.xml.rpc.streaming that implement PrefixFactoryModifier and TypeClassDescriptionclassA prefix factory that caches the prefixes it creates.Fields in com.sun.xml.rpc.streaming declared as PrefixFactoryMethods in com.sun.xml.rpc.streaming that return PrefixFactoryModifier and TypeMethodDescriptionFastInfosetWriter.getPrefixFactory()Return the prefix factory in use by this writer.StAXWriter.getPrefixFactory()XmlTreeWriter.getPrefixFactory()XMLWriter.getPrefixFactory()Return the prefix factory in use by this writer.XMLWriterImpl.getPrefixFactory()Methods in com.sun.xml.rpc.streaming with parameters of type PrefixFactoryModifier and TypeMethodDescriptionvoidFastInfosetWriter.setPrefixFactory(PrefixFactory factory) Set the prefix factory to be used by this writer.voidStAXWriter.setPrefixFactory(PrefixFactory factory) voidXmlTreeWriter.setPrefixFactory(PrefixFactory factory) voidXMLWriter.setPrefixFactory(PrefixFactory factory) Set the prefix factory to be used by this writer.voidXMLWriterImpl.setPrefixFactory(PrefixFactory factory)