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(XMLStreamReader reader,
Object context,
QName qName)
createBlock from XMLStreamReader
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createFrom, createFrom, isElement
public Block createFrom(Block other, Object context) throws XMLStreamException, WebServiceException
BlockFactory
createFrom
in interface BlockFactory
other
- Blockcontext
- Associated Context or nullXMLStreamException
WebServiceException
public Block createFrom(XMLStreamReader reader, Object context, QName qName) throws XMLStreamException, WebServiceException
BlockFactory
createFrom
in interface BlockFactory
reader
- XMLStreamReadercontext
- Associated Context or nullXMLStreamException
WebServiceException
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.