Package org.apache.axis2.databinding
Interface ADBBean
-
- All Superinterfaces:
Serializable
public interface ADBBean extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.axiom.om.OMElementgetOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)voidserialize(QName parentQName, XMLStreamWriter xmlWriter)voidserialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)
-
-
-
Method Detail
-
getOMElement
org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws ADBException
- Throws:
ADBException
-
serialize
void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, ADBException
- Throws:
XMLStreamExceptionADBException
-
serialize
void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, ADBException
- Throws:
XMLStreamExceptionADBException
-
-