Package org.apache.cxf.jaxrs.provider
Class AbstractJAXBProvider.JAXBCollectionWrapperReader
- java.lang.Object
-
- org.apache.cxf.staxutils.DepthXMLStreamReader
-
- org.apache.cxf.jaxrs.provider.AbstractJAXBProvider.JAXBCollectionWrapperReader
-
- All Implemented Interfaces:
XMLStreamConstants,XMLStreamReader
- Enclosing class:
- AbstractJAXBProvider<T>
protected static class AbstractJAXBProvider.JAXBCollectionWrapperReader extends org.apache.cxf.staxutils.DepthXMLStreamReader
-
-
Field Summary
-
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
Constructors Constructor Description JAXBCollectionWrapperReader(XMLStreamReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocalName()StringgetNamespaceURI()-
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
-
-
-
-
Constructor Detail
-
JAXBCollectionWrapperReader
public JAXBCollectionWrapperReader(XMLStreamReader reader)
-
-
Method Detail
-
getNamespaceURI
public String getNamespaceURI()
- Specified by:
getNamespaceURIin interfaceXMLStreamReader- Overrides:
getNamespaceURIin classorg.apache.cxf.staxutils.DepthXMLStreamReader
-
getLocalName
public String getLocalName()
- Specified by:
getLocalNamein interfaceXMLStreamReader- Overrides:
getLocalNamein classorg.apache.cxf.staxutils.DepthXMLStreamReader
-
-