com.sun.xml.ws.streaming
Class PrefixFactoryImpl
java.lang.Object
com.sun.xml.ws.streaming.PrefixFactoryImpl
- All Implemented Interfaces:
- PrefixFactory
public class PrefixFactoryImpl
- extends Object
- implements PrefixFactory
A prefix factory that caches the prefixes it creates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrefixFactoryImpl
public PrefixFactoryImpl(String base)
getPrefix
public String getPrefix(String uri)
- Description copied from interface:
PrefixFactory
- Return a brand new prefix for the given URI.
- Specified by:
getPrefix
in interface PrefixFactory