org.talend.esb.policy.transformation.interceptor.xslt
Class HttpAwareXSLTOutInterceptor.XSLTStreamWriter

java.lang.Object
  extended by org.apache.cxf.staxutils.DelegatingXMLStreamWriter
      extended by org.talend.esb.policy.transformation.interceptor.xslt.HttpAwareXSLTOutInterceptor.XSLTStreamWriter
All Implemented Interfaces:
XMLStreamWriter
Enclosing class:
HttpAwareXSLTOutInterceptor

public static class HttpAwareXSLTOutInterceptor.XSLTStreamWriter
extends org.apache.cxf.staxutils.DelegatingXMLStreamWriter


Constructor Summary
HttpAwareXSLTOutInterceptor.XSLTStreamWriter(Templates xsltTemplate, org.apache.cxf.io.CachedWriter cachedWriter, XMLStreamWriter delegateXWriter, XMLStreamWriter origXWriter)
           
 
Method Summary
 void close()
           
 
Methods inherited from class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
flush, getNamespaceContext, getPrefix, getProperty, setDefaultNamespace, setNamespaceContext, setPrefix, writeAttribute, writeAttribute, writeAttribute, writeCData, writeCharacters, writeCharacters, writeComment, writeDefaultNamespace, writeDTD, writeEmptyElement, writeEmptyElement, writeEmptyElement, writeEndDocument, writeEndElement, writeEntityRef, writeNamespace, writeProcessingInstruction, writeProcessingInstruction, writeStartDocument, writeStartDocument, writeStartDocument, writeStartElement, writeStartElement, writeStartElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpAwareXSLTOutInterceptor.XSLTStreamWriter

public HttpAwareXSLTOutInterceptor.XSLTStreamWriter(Templates xsltTemplate,
                                                    org.apache.cxf.io.CachedWriter cachedWriter,
                                                    XMLStreamWriter delegateXWriter,
                                                    XMLStreamWriter origXWriter)
Method Detail

close

public void close()
Specified by:
close in interface XMLStreamWriter
Overrides:
close in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter


Copyright © 2011–2014 Talend Inc.. All rights reserved.