public class SOAPEnvelopeBlockImpl extends BlockImpl<SOAPEnvelope,Void> implements SOAPEnvelopeBlock
| Constructor and Description |
|---|
SOAPEnvelopeBlockImpl(org.apache.axiom.om.OMElement omElement,
QName qName,
BlockFactory factory)
Called by SOAPEnvelopeBlockFactory
|
SOAPEnvelopeBlockImpl(SOAPEnvelope busObject,
QName qName,
BlockFactory factory)
Called by SOAPEnvelopeBlockFactory
|
| Modifier and Type | Method and Description |
|---|---|
protected SOAPEnvelope |
_getBOFromOM(org.apache.axiom.om.OMElement omElement,
Void busContext)
Default method for getting business object from OM.
|
protected XMLStreamReader |
_getReaderFromBO(SOAPEnvelope busObj,
Void busContext)
Get an XMLStreamReader for the BusinessObject The derived Block must implement this method
|
protected void |
_outputFromBO(SOAPEnvelope busObject,
Void busContext,
XMLStreamWriter writer)
Output BusinessObject contents to a Writer.
|
void |
close() |
Object |
getObject() |
boolean |
isDestructiveRead() |
boolean |
isDestructiveWrite() |
boolean |
isElementData() |
_getBOFromBO, _getOMFromBO, _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, traceStringpublic SOAPEnvelopeBlockImpl(SOAPEnvelope busObject, QName qName, BlockFactory factory)
busObject - busContext - qName - factory - public SOAPEnvelopeBlockImpl(org.apache.axiom.om.OMElement omElement,
QName qName,
BlockFactory factory)
omElement - busContext - qName - factory - protected SOAPEnvelope _getBOFromOM(org.apache.axiom.om.OMElement omElement, Void busContext) throws XMLStreamException, WebServiceException
BlockImpl_getBOFromOM in class BlockImpl<SOAPEnvelope,Void>XMLStreamExceptionWebServiceExceptionprotected XMLStreamReader _getReaderFromBO(SOAPEnvelope busObj, Void busContext) throws XMLStreamException, WebServiceException
BlockImpl_getReaderFromBO in class BlockImpl<SOAPEnvelope,Void>XMLStreamExceptionWebServiceExceptionprotected void _outputFromBO(SOAPEnvelope busObject, Void busContext, XMLStreamWriter writer) throws XMLStreamException, WebServiceException
BlockImpl_outputFromBO in class BlockImpl<SOAPEnvelope,Void>XMLStreamExceptionWebServiceExceptionpublic boolean isElementData()
isElementData in interface Block<SOAPEnvelope,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.