public class OMBlockFactoryImpl extends BlockFactoryImpl implements OMBlockFactory
Constructor and Description |
---|
OMBlockFactoryImpl()
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 OMBlockFactoryImpl()
public 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 Block createFrom(Object businessObject, Object context, QName qName)
BlockFactory
createFrom
in interface BlockFactory
context
- Associated Context or nullpublic boolean isElement()
isElement
in interface BlockFactory
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.