Apache CXF API

org.apache.cxf.jaxrs.provider
Class JSONProvider.JSONCollectionWriter

java.lang.Object
  extended by org.apache.cxf.staxutils.DelegatingXMLStreamWriter
      extended by org.apache.cxf.jaxrs.provider.JSONProvider.JSONCollectionWriter
All Implemented Interfaces:
javax.xml.stream.XMLStreamWriter
Enclosing class:
JSONProvider

protected static class JSONProvider.JSONCollectionWriter
extends DelegatingXMLStreamWriter


Constructor Summary
JSONProvider.JSONCollectionWriter(javax.xml.stream.XMLStreamWriter writer, javax.xml.namespace.QName qname)
           
 
Method Summary
 void writeStartElement(java.lang.String prefix, java.lang.String local, java.lang.String uri)
           
 
Methods inherited from class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
close, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONProvider.JSONCollectionWriter

public JSONProvider.JSONCollectionWriter(javax.xml.stream.XMLStreamWriter writer,
                                         javax.xml.namespace.QName qname)
Method Detail

writeStartElement

public void writeStartElement(java.lang.String prefix,
                              java.lang.String local,
                              java.lang.String uri)
                       throws javax.xml.stream.XMLStreamException
Specified by:
writeStartElement in interface javax.xml.stream.XMLStreamWriter
Overrides:
writeStartElement in class DelegatingXMLStreamWriter
Throws:
javax.xml.stream.XMLStreamException

Apache CXF API

Apache CXF