com.sun.xml.ws.streaming
Class PrefixFactoryImpl

java.lang.Object
  extended by 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.


Constructor Summary
PrefixFactoryImpl(String base)
           
 
Method Summary
 String getPrefix(String uri)
          Return a brand new prefix for the given URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixFactoryImpl

public PrefixFactoryImpl(String base)
Method Detail

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