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, createFromclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateFrom, createFrompublic SOAPEnvelopeBlockFactoryImpl()
public 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 Block createFrom(Object businessObject, Object context, QName qName) throws javax.xml.ws.WebServiceException
BlockFactorycreateFrom in interface BlockFactorycontext - Associated Context or nulljavax.xml.ws.WebServiceExceptionpublic boolean isElement()
isElement in interface BlockFactoryCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.