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