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 OMElementgetOMElement(QName parentQName, OMFactory factory)voidserialize(QName parentQName, XMLStreamWriter xmlWriter)voidserialize(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:
XMLStreamExceptionADBException
-
serialize
void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, ADBException
- Throws:
XMLStreamExceptionADBException
-
-