com.ctc.wstx.osgi
Class OutputFactoryProviderImpl

java.lang.Object
  extended by com.ctc.wstx.osgi.OutputFactoryProviderImpl
All Implemented Interfaces:
Stax2OutputFactoryProvider

public class OutputFactoryProviderImpl
extends Object
implements Stax2OutputFactoryProvider


Field Summary
 
Fields inherited from interface org.codehaus.stax2.osgi.Stax2OutputFactoryProvider
OSGI_SVC_PROP_IMPL_NAME, OSGI_SVC_PROP_IMPL_VERSION
 
Constructor Summary
OutputFactoryProviderImpl()
           
 
Method Summary
 XMLOutputFactory2 createOutputFactory()
          Method called to create a new XMLOutputFactory2 instance.
protected  Properties getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputFactoryProviderImpl

public OutputFactoryProviderImpl()
Method Detail

createOutputFactory

public XMLOutputFactory2 createOutputFactory()
Description copied from interface: Stax2OutputFactoryProvider
Method called to create a new XMLOutputFactory2 instance.

Specified by:
createOutputFactory in interface Stax2OutputFactoryProvider
Returns:
Output factory configured to implementation-specific default settings (some of which are mandated by Stax and Stax2 specifications)

getProperties

protected Properties getProperties()