Uses of Interface
com.sun.xml.ws.streaming.PrefixFactory

Packages that use PrefixFactory
com.sun.xml.ws.streaming   
 

Uses of PrefixFactory in com.sun.xml.ws.streaming
 

Classes in com.sun.xml.ws.streaming that implement PrefixFactory
 class PrefixFactoryImpl
           A prefix factory that caches the prefixes it creates.
 

Methods in com.sun.xml.ws.streaming with parameters of type PrefixFactory
static String XMLStreamWriterUtil.encodeQName(javax.xml.stream.XMLStreamWriter writer, QName qname, PrefixFactory prefixFactory)