public class OMBlockImpl extends BlockImpl<org.apache.axiom.om.OMElement,Void> implements OMBlock
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axiom.om.OMElement |
_getBOFromOM(org.apache.axiom.om.OMElement om,
Void busContext)
Default method for getting business object from OM.
|
protected org.apache.axiom.om.OMElement |
_getOMFromBO(org.apache.axiom.om.OMElement busObject,
Void busContext) |
protected XMLStreamReader |
_getReaderFromBO(org.apache.axiom.om.OMElement busObj,
Void busContext)
Get an XMLStreamReader for the BusinessObject The derived Block must implement this method
|
protected void |
_outputFromBO(org.apache.axiom.om.OMElement busObject,
Void busContext,
XMLStreamWriter writer)
Output BusinessObject contents to a Writer.
|
void |
close() |
Object |
getObject() |
boolean |
isDestructiveRead() |
boolean |
isDestructiveWrite() |
boolean |
isElementData() |
_getBOFromBO, _outputFromOM, _outputFromReader, _postPivot_getXMLStreamReader, _postPivot_outputTo, copy, getBlockFactory, getBusinessContext, getBusinessObject, getOMElement, getParent, getQName, getReader, getXMLStreamReader, isBusinessObject, isConsumed, isQNameAvailable, outputTo, serialize, setConsumed, setParent, setQName, traceStringgetProperty, getXMLBytes, getXMLInputStream, hasProperty, serialize, serialize, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBlockFactory, getBusinessContext, getBusinessObject, getOMElement, getParent, getQName, getXMLStreamReader, isConsumed, isQNameAvailable, outputTo, setParent, traceStringprotected XMLStreamReader _getReaderFromBO(org.apache.axiom.om.OMElement busObj, Void busContext) throws XMLStreamException, WebServiceException
BlockImpl_getReaderFromBO in class BlockImpl<org.apache.axiom.om.OMElement,Void>XMLStreamExceptionWebServiceExceptionprotected org.apache.axiom.om.OMElement _getBOFromOM(org.apache.axiom.om.OMElement om,
Void busContext)
throws XMLStreamException,
WebServiceException
BlockImpl_getBOFromOM in class BlockImpl<org.apache.axiom.om.OMElement,Void>XMLStreamExceptionWebServiceExceptionprotected org.apache.axiom.om.OMElement _getOMFromBO(org.apache.axiom.om.OMElement busObject,
Void busContext)
throws XMLStreamException,
WebServiceException
_getOMFromBO in class BlockImpl<org.apache.axiom.om.OMElement,Void>XMLStreamExceptionWebServiceExceptionprotected void _outputFromBO(org.apache.axiom.om.OMElement busObject,
Void busContext,
XMLStreamWriter writer)
throws XMLStreamException,
WebServiceException
BlockImpl_outputFromBO in class BlockImpl<org.apache.axiom.om.OMElement,Void>XMLStreamExceptionWebServiceExceptionpublic boolean isElementData()
isElementData in interface Block<org.apache.axiom.om.OMElement,Void>public void close()
close in interface org.apache.axiom.om.OMDataSourceExtclose in class org.apache.axiom.om.ds.AbstractOMDataSourcepublic Object getObject()
getObject in interface org.apache.axiom.om.OMDataSourceExtgetObject in class org.apache.axiom.om.ds.AbstractOMDataSourcepublic boolean isDestructiveRead()
isDestructiveRead in interface org.apache.axiom.om.OMDataSourceExtpublic boolean isDestructiveWrite()
isDestructiveWrite in interface org.apache.axiom.om.OMDataSourceExtCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.