Package org.apache.axis2.databinding
Interface ADBHelper<T>
- Type Parameters:
T- the bean class that this helper is able to process
public interface ADBHelper<T>
Interface implemented by all ADB helpers. Helpers are generated by ADB when helper mode
is enabled. They contain the parsing and serialization logic.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.axiom.om.OMElementgetOMElement(T bean, QName parentQName, org.apache.axiom.om.OMFactory factory) parse(XMLStreamReader reader) voidserialize(T bean, QName parentQName, XMLStreamWriter xmlWriter)
-
Method Details
-
getBeanClass
-
getOMElement
org.apache.axiom.om.OMElement getOMElement(T bean, QName parentQName, org.apache.axiom.om.OMFactory factory) throws ADBException - Throws:
ADBException
-
serialize
- Throws:
XMLStreamException
-
parse
- Throws:
Exception
-