Class XMLStringBlockImpl
java.lang.Object
org.apache.axiom.om.ds.AbstractOMDataSource
org.apache.axis2.jaxws.message.impl.BlockImpl<String,Void>
org.apache.axis2.jaxws.message.databinding.impl.XMLStringBlockImpl
- All Implemented Interfaces:
org.apache.axiom.om.OMDataSource,org.apache.axiom.om.OMDataSourceExt,Block<String,,Void> XMLStringBlock
XMLStringBlock
Block containing a business object that is a String of xml text
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionXMLStringBlockImpl(org.apache.axiom.om.OMElement omElement, QName qName, BlockFactory factory) Constructor called from factory -
Method Summary
Modifier and TypeMethodDescriptionprotected String_getBOFromOM(org.apache.axiom.om.OMElement omElement, Void busContext) Default method for getting business object from OM.protected XMLStreamReader_getReaderFromBO(String busObj, Void busContext) Get an XMLStreamReader for the BusinessObject The derived Block must implement this methodprotected void_outputFromBO(String busObject, Void busContext, XMLStreamWriter writer) Output BusinessObject contents to a Writer.voidclose()org.apache.axiom.om.OMDataSourceExtcopy()booleanbooleanbooleanMethods inherited from class org.apache.axis2.jaxws.message.impl.BlockImpl
_getBOFromBO, _getOMFromBO, _outputFromOM, _outputFromReader, _postPivot_getXMLStreamReader, _postPivot_outputTo, getBlockFactory, getBusinessContext, getBusinessObject, getOMElement, getParent, getQName, getReader, getXMLStreamReader, isBusinessObject, isConsumed, isQNameAvailable, outputTo, serialize, setConsumed, setParent, setQName, traceStringMethods inherited from class org.apache.axiom.om.ds.AbstractOMDataSource
getProperty, getXMLBytes, getXMLInputStream, hasProperty, serialize, serialize, setPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.axis2.jaxws.message.Block
getBlockFactory, getBusinessContext, getBusinessObject, getOMElement, getParent, getQName, getXMLStreamReader, isConsumed, isQNameAvailable, outputTo, setParent, traceStringMethods inherited from interface org.apache.axiom.om.OMDataSource
getReader, serialize, serialize, serializeMethods inherited from interface org.apache.axiom.om.OMDataSourceExt
getProperty, getXMLBytes, getXMLInputStream, hasProperty, setProperty
-
Constructor Details
-
XMLStringBlockImpl
public XMLStringBlockImpl(org.apache.axiom.om.OMElement omElement, QName qName, BlockFactory factory) Constructor called from factory- Parameters:
reader-qName-factory-
-
-
Method Details
-
_getBOFromOM
protected String _getBOFromOM(org.apache.axiom.om.OMElement omElement, Void busContext) throws XMLStreamException, jakarta.xml.ws.WebServiceException Description copied from class:BlockImplDefault method for getting business object from OM. Derived classes may override this method to get the business object from a data source.- Specified by:
_getBOFromOMin classBlockImpl<String,Void> - Returns:
- Business Object
- Throws:
XMLStreamExceptionjakarta.xml.ws.WebServiceException
-
_getReaderFromBO
protected XMLStreamReader _getReaderFromBO(String busObj, Void busContext) throws XMLStreamException Description copied from class:BlockImplGet an XMLStreamReader for the BusinessObject The derived Block must implement this method- Specified by:
_getReaderFromBOin classBlockImpl<String,Void> - Returns:
- Throws:
XMLStreamException
-
_outputFromBO
protected void _outputFromBO(String busObject, Void busContext, XMLStreamWriter writer) throws XMLStreamException Description copied from class:BlockImplOutput BusinessObject contents to a Writer. Derived classes must provide this implementation- Specified by:
_outputFromBOin classBlockImpl<String,Void> - Throws:
XMLStreamException
-
isElementData
public boolean isElementData()- Specified by:
isElementDatain interfaceBlock<String,Void> - Returns:
- true if data is always an element; false if possibly mixed content or multiple elements
-
close
public void close()- Specified by:
closein interfaceorg.apache.axiom.om.OMDataSourceExt- Overrides:
closein classorg.apache.axiom.om.ds.AbstractOMDataSource
-
getObject
- Specified by:
getObjectin interfaceorg.apache.axiom.om.OMDataSourceExt- Overrides:
getObjectin classorg.apache.axiom.om.ds.AbstractOMDataSource
-
isDestructiveRead
public boolean isDestructiveRead()- Specified by:
isDestructiveReadin interfaceorg.apache.axiom.om.OMDataSourceExt
-
isDestructiveWrite
public boolean isDestructiveWrite()- Specified by:
isDestructiveWritein interfaceorg.apache.axiom.om.OMDataSourceExt
-
copy
public org.apache.axiom.om.OMDataSourceExt copy() throws org.apache.axiom.om.OMException
-