public class DataSourceBlockFactoryImpl extends BlockFactoryImpl implements DataSourceBlockFactory
| Constructor and Description |
|---|
DataSourceBlockFactoryImpl()
Default Constructor required for Factory
|
| Modifier and Type | Method and Description |
|---|---|
Block |
createFrom(java.lang.Object businessObject,
java.lang.Object context,
javax.xml.namespace.QName qName)
Create from business object
|
Block |
createFrom(org.apache.axiom.om.OMElement omElement,
java.lang.Object context,
javax.xml.namespace.QName qName)
createBlock from XMLStreamReader
|
boolean |
isElement() |
createFrom, createFromclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateFrom, createFrompublic DataSourceBlockFactoryImpl()
public Block createFrom(java.lang.Object businessObject, java.lang.Object context, javax.xml.namespace.QName qName) throws javax.xml.ws.WebServiceException
BlockFactorycreateFrom in interface BlockFactorycontext - Associated Context or nulljavax.xml.ws.WebServiceExceptionpublic Block createFrom(org.apache.axiom.om.OMElement omElement, java.lang.Object context, javax.xml.namespace.QName qName) throws javax.xml.stream.XMLStreamException
BlockFactorycreateFrom in interface BlockFactoryomElement - OMElementcontext - Associated Context or nulljavax.xml.stream.XMLStreamExceptionpublic boolean isElement()
isElement in interface BlockFactoryCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.