public class XMLStringBlockFactoryImpl extends BlockFactoryImpl implements XMLStringBlockFactory
Constructor and Description |
---|
XMLStringBlockFactoryImpl()
Default Constructor required for Factory
|
Modifier and Type | Method and Description |
---|---|
Block |
createFrom(Object businessObject,
Object context,
QName qName)
Create from business object
|
Block |
createFrom(org.apache.axiom.om.OMElement omElement,
Object context,
QName qName)
createBlock from XMLStreamReader
|
boolean |
isElement() |
createFrom, createFrom
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createFrom, createFrom
public XMLStringBlockFactoryImpl()
public Block createFrom(Object businessObject, Object context, QName qName)
BlockFactory
createFrom
in interface BlockFactory
context
- Associated Context or nullpublic Block createFrom(org.apache.axiom.om.OMElement omElement, Object context, QName qName) throws XMLStreamException
BlockFactory
createFrom
in interface BlockFactory
omElement
- OMElementcontext
- Associated Context or nullXMLStreamException
public boolean isElement()
isElement
in interface BlockFactory
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.