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