| Package | Description | 
|---|---|
| org.apache.cxf.interceptor | |
| org.apache.cxf.staxutils | |
| org.apache.cxf.staxutils.transform | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DepthXMLStreamReader | AbstractInDatabindingInterceptor. getXMLStreamReader(Message message) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DepthRestrictingStreamReaderXMLStreamReader implementation which can be used to enforce a number of
 depth-restricting policies. | 
| class  | FragmentStreamReaderWraps a XMLStreamReader and provides optional START_DOCUMENT and END_DOCUMENT events. | 
| class  | PartialXMLStreamReaderRead from a StaX reader, stopping when the next element is a specified element. | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | StaxUtils. skipToStartOfElement(DepthXMLStreamReader in) | 
| static boolean | StaxUtils. toNextElement(DepthXMLStreamReader dr) | 
| static boolean | StaxUtils. toNextTag(DepthXMLStreamReader reader,
         QName endTag) | 
| static boolean | StaxUtils. toNextText(DepthXMLStreamReader reader) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InTransformReader | 
Apache CXF