public abstract class BlockFactoryImpl extends Object implements BlockFactory
| Constructor and Description |
|---|
BlockFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Block |
createFrom(Block other,
Object context)
createBlock from another Block If the other Block was created with the same factory and has the
same context, the other Block is returned.
|
Block |
createFrom(javax.xml.stream.XMLStreamReader reader,
Object context,
QName qName)
createBlock from XMLStreamReader
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateFrom, createFrom, isElementpublic Block createFrom(Block other, Object context) throws javax.xml.stream.XMLStreamException, javax.xml.ws.WebServiceException
BlockFactorycreateFrom in interface BlockFactoryother - Blockcontext - Associated Context or nulljavax.xml.stream.XMLStreamExceptionjavax.xml.ws.WebServiceExceptionpublic Block createFrom(javax.xml.stream.XMLStreamReader reader, Object context, QName qName) throws javax.xml.stream.XMLStreamException, javax.xml.ws.WebServiceException
BlockFactorycreateFrom in interface BlockFactoryreader - XMLStreamReadercontext - Associated Context or nulljavax.xml.stream.XMLStreamExceptionjavax.xml.ws.WebServiceExceptionCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.