Class Base64Binary
java.lang.Object
org.apache.axis2.databinding.types.xsd.Base64Binary
- All Implemented Interfaces:
Serializable,ADBBean
Base64Binary bean class
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFactory class that keeps the parse method -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAuto generated getter methodorg.apache.axiom.om.OMElementgetOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) getPullParser(QName qName) databinding method to get an XML representation of this objectstatic booleanisReaderMTOMAware(XMLStreamReader reader) isReaderMTOMAwarevoidserialize(QName parentQName, XMLStreamWriter xmlWriter) voidserialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) voidsetBase64Binary(DataHandler param) Auto generated setter methodtoString()
-
Field Details
-
localBase64Binary
field for Base64Binary
-
-
Constructor Details
-
Base64Binary
public Base64Binary()
-
-
Method Details
-
getBase64Binary
Auto generated getter method- Returns:
- javax.activation.DataHandler
-
setBase64Binary
Auto generated setter method- Parameters:
param- Base64Binary
-
toString
-
isReaderMTOMAware
isReaderMTOMAware- Returns:
- true if the reader supports MTOM
-
getOMElement
public org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws ADBException - Specified by:
getOMElementin interfaceADBBean- Parameters:
parentQName-factory-- Returns:
- org.apache.axiom.om.OMElement
- Throws:
ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, ADBException - Specified by:
serializein interfaceADBBean- Throws:
XMLStreamExceptionADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, ADBException - Specified by:
serializein interfaceADBBean- Throws:
XMLStreamExceptionADBException
-
getPullParser
databinding method to get an XML representation of this object- Specified by:
getPullParserin interfaceADBBean- Parameters:
qName- the name of the element to be generated for this ADBBean.- Returns:
- Returns a pull parser for this ADBBean.
- Throws:
ADBException
-