Package com.sun.xml.rpc.streaming
Interface PrefixFactory
-
- All Known Implementing Classes:
PrefixFactoryImpl
public interface PrefixFactoryInterface for prefix factories.
A prefix factory is able to create a new prefix for a URI that was encountered for the first time when writing a document using an XMLWriter.
- Author:
- JAX-RPC Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPrefix(String uri)Return a brand new prefix for the given URI.
-