public class SourceBlockFactoryImpl extends BlockFactoryImpl implements SourceBlockFactory
| Constructor and Description |
|---|
SourceBlockFactoryImpl()
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, createFromclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateFrom, createFrompublic SourceBlockFactoryImpl()
public Block createFrom(Object businessObject, Object context, 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, Object context, 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–2017 The Apache Software Foundation. All rights reserved.