com.sun.xml.ws.transport.tcp.encoding.configurator
Class DefaultDocumentSerializerFactory

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.encoding.configurator.DefaultDocumentSerializerFactory
All Implemented Interfaces:
DocumentSerializerFactory

public class DefaultDocumentSerializerFactory
extends java.lang.Object
implements DocumentSerializerFactory


Constructor Summary
DefaultDocumentSerializerFactory()
           
 
Method Summary
 com.sun.xml.fastinfoset.stax.StAXDocumentSerializer newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDocumentSerializerFactory

public DefaultDocumentSerializerFactory()
Method Detail

newInstance

public com.sun.xml.fastinfoset.stax.StAXDocumentSerializer newInstance()
Specified by:
newInstance in interface DocumentSerializerFactory