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:
OMDataSource
,OMDataSourceExt
,Block<String,Void>
,XMLStringBlock
public class XMLStringBlockImpl extends BlockImpl<String,Void> implements XMLStringBlock
XMLStringBlock Block containing a business object that is a String of xml text
-
-
Constructor Summary
Constructors Constructor Description XMLStringBlockImpl(OMElement omElement, QName qName, BlockFactory factory)
Constructor called from factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
_getBOFromOM(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.void
close()
OMDataSourceExt
copy()
Object
getObject()
boolean
isDestructiveRead()
boolean
isDestructiveWrite()
boolean
isElementData()
-
Methods 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, traceString
-
Methods inherited from class org.apache.axiom.om.ds.AbstractOMDataSource
getProperty, getXMLBytes, getXMLInputStream, hasProperty, serialize, serialize, setProperty
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.axis2.jaxws.message.Block
getBlockFactory, getBusinessContext, getBusinessObject, getOMElement, getParent, getQName, getXMLStreamReader, isConsumed, isQNameAvailable, outputTo, setParent, traceString
-
Methods inherited from interface org.apache.axiom.om.OMDataSource
getReader, serialize, serialize, serialize
-
Methods inherited from interface org.apache.axiom.om.OMDataSourceExt
getProperty, getXMLBytes, getXMLInputStream, hasProperty, setProperty
-
-
-
-
Constructor Detail
-
XMLStringBlockImpl
public XMLStringBlockImpl(OMElement omElement, QName qName, BlockFactory factory)
Constructor called from factory- Parameters:
reader
-qName
-factory
-
-
-
Method Detail
-
_getBOFromOM
protected String _getBOFromOM(OMElement omElement, Void busContext) throws XMLStreamException, WebServiceException
Description copied from class:BlockImpl
Default method for getting business object from OM. Derived classes may override this method to get the business object from a data source.- Specified by:
_getBOFromOM
in classBlockImpl<String,Void>
- Returns:
- Business Object
- Throws:
XMLStreamException
WebServiceException
-
_getReaderFromBO
protected XMLStreamReader _getReaderFromBO(String busObj, Void busContext) throws XMLStreamException
Description copied from class:BlockImpl
Get an XMLStreamReader for the BusinessObject The derived Block must implement this method- Specified by:
_getReaderFromBO
in classBlockImpl<String,Void>
- Returns:
- Throws:
XMLStreamException
-
_outputFromBO
protected void _outputFromBO(String busObject, Void busContext, XMLStreamWriter writer) throws XMLStreamException
Description copied from class:BlockImpl
Output BusinessObject contents to a Writer. Derived classes must provide this implementation- Specified by:
_outputFromBO
in classBlockImpl<String,Void>
- Throws:
XMLStreamException
-
isElementData
public boolean isElementData()
- Specified by:
isElementData
in 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:
close
in interfaceOMDataSourceExt
- Overrides:
close
in classAbstractOMDataSource
-
getObject
public Object getObject()
- Specified by:
getObject
in interfaceOMDataSourceExt
- Overrides:
getObject
in classAbstractOMDataSource
-
isDestructiveRead
public boolean isDestructiveRead()
- Specified by:
isDestructiveRead
in interfaceOMDataSourceExt
-
isDestructiveWrite
public boolean isDestructiveWrite()
- Specified by:
isDestructiveWrite
in interfaceOMDataSourceExt
-
copy
public OMDataSourceExt copy() throws OMException
- Specified by:
copy
in interfaceOMDataSourceExt
- Overrides:
copy
in classBlockImpl<String,Void>
- Throws:
OMException
-
-