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 OMElement
getOMElement(QName parentQName, OMFactory factory)
void
serialize(QName parentQName, XMLStreamWriter xmlWriter)
void
serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)
-
-
-
Method Detail
-
getOMElement
OMElement getOMElement(QName parentQName, OMFactory factory) throws ADBException
- Throws:
ADBException
-
serialize
void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, ADBException
- Throws:
XMLStreamException
ADBException
-
serialize
void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, ADBException
- Throws:
XMLStreamException
ADBException
-
-