Uses of Interface
com.sun.xml.rpc.streaming.PrefixFactory
-
Packages that use PrefixFactory Package Description com.sun.xml.rpc.processor.generator com.sun.xml.rpc.processor.util com.sun.xml.rpc.streaming -
-
Uses of PrefixFactory in com.sun.xml.rpc.processor.generator
Fields in com.sun.xml.rpc.processor.generator declared as PrefixFactory Modifier and Type Field Description protected PrefixFactoryNames. prefixFactory -
Uses of PrefixFactory in com.sun.xml.rpc.processor.util
Methods in com.sun.xml.rpc.processor.util that return PrefixFactory Modifier and Type Method Description PrefixFactoryPrettyPrintingXMLWriterImpl. getPrefixFactory()Methods in com.sun.xml.rpc.processor.util with parameters of type PrefixFactory Modifier and Type Method Description voidPrettyPrintingXMLWriterImpl. setPrefixFactory(PrefixFactory factory) -
Uses of PrefixFactory in com.sun.xml.rpc.streaming
Classes in com.sun.xml.rpc.streaming that implement PrefixFactory Modifier and Type Class Description classPrefixFactoryImplA prefix factory that caches the prefixes it creates.Fields in com.sun.xml.rpc.streaming declared as PrefixFactory Modifier and Type Field Description protected PrefixFactoryXmlTreeWriter. pfactoryMethods in com.sun.xml.rpc.streaming that return PrefixFactory Modifier and Type Method Description PrefixFactoryFastInfosetWriter. getPrefixFactory()Return the prefix factory in use by this writer.PrefixFactoryStAXWriter. getPrefixFactory()PrefixFactoryXmlTreeWriter. getPrefixFactory()PrefixFactoryXMLWriter. getPrefixFactory()Return the prefix factory in use by this writer.PrefixFactoryXMLWriterImpl. getPrefixFactory()Methods in com.sun.xml.rpc.streaming with parameters of type PrefixFactory Modifier and Type Method Description voidFastInfosetWriter. 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)
-