Apache CXF API

org.apache.cxf.jaxrs.provider
Class AbstractJAXBProvider.JAXBCollectionWrapperReader

java.lang.Object
  extended by org.apache.cxf.staxutils.DepthXMLStreamReader
      extended by org.apache.cxf.jaxrs.provider.AbstractJAXBProvider.JAXBCollectionWrapperReader
All Implemented Interfaces:
XMLStreamConstants, XMLStreamReader
Enclosing class:
AbstractJAXBProvider<T>

protected static class AbstractJAXBProvider.JAXBCollectionWrapperReader
extends DepthXMLStreamReader


Field Summary
 
Fields inherited from class org.apache.cxf.staxutils.DepthXMLStreamReader
reader
 
Fields inherited from interface javax.xml.stream.XMLStreamConstants
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
 
Constructor Summary
AbstractJAXBProvider.JAXBCollectionWrapperReader(XMLStreamReader reader)
           
 
Method Summary
 String getLocalName()
           
 String getNamespaceURI()
           
 
Methods inherited from class org.apache.cxf.staxutils.DepthXMLStreamReader
close, equals, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getDepth, getElementText, getEncoding, getEventType, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getReader, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hashCode, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, next, nextTag, require, standaloneSet, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractJAXBProvider.JAXBCollectionWrapperReader

public AbstractJAXBProvider.JAXBCollectionWrapperReader(XMLStreamReader reader)
Method Detail

getNamespaceURI

public String getNamespaceURI()
Specified by:
getNamespaceURI in interface XMLStreamReader
Overrides:
getNamespaceURI in class DepthXMLStreamReader

getLocalName

public String getLocalName()
Specified by:
getLocalName in interface XMLStreamReader
Overrides:
getLocalName in class DepthXMLStreamReader

Apache CXF API

Apache CXF