public class

XmlCustomDepthReader

extends DepthXMLStreamReader
java.lang.Object
   ↳ org.apache.cxf.staxutils.DepthXMLStreamReader
     ↳ org.mule.modules.taleo.client.XmlCustomDepthReader

Class Overview

Taleo is not making RPC/Literal compliant responses, we where forced to add custom handling for some namespaces at certains levels to avoid unmarshalling errors

Summary

[Expand]
Inherited Constants
From interface javax.xml.stream.XMLStreamConstants
[Expand]
Inherited Fields
From class org.apache.cxf.staxutils.DepthXMLStreamReader
Public Constructors
XmlCustomDepthReader(XMLStreamReader r)
Public Methods
QName getName()
String getNamespaceURI()
[Expand]
Inherited Methods
From class org.apache.cxf.staxutils.DepthXMLStreamReader
From class java.lang.Object
From interface javax.xml.stream.XMLStreamReader

Public Constructors

public XmlCustomDepthReader (XMLStreamReader r)

Parameters
r

Public Methods

public QName getName ()

public String getNamespaceURI ()