public class JAXBBlockFactoryImpl extends BlockFactoryImpl implements JAXBBlockFactory
Constructor and Description |
---|
JAXBBlockFactoryImpl()
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 JAXBBlockFactoryImpl()
public Block createFrom(org.apache.axiom.om.OMElement omElement, Object context, QName qName) throws XMLStreamException, WebServiceException
BlockFactory
createFrom
in interface BlockFactory
omElement
- OMElementcontext
- Associated Context or nullXMLStreamException
WebServiceException
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.