public class XMLPartFactoryImpl extends Object implements XMLPartFactory
| Constructor and Description |
|---|
XMLPartFactoryImpl()
Default Constructor required for Factory
|
| Modifier and Type | Method and Description |
|---|---|
XMLPart |
create(Protocol protocol)
create empty XMLPart of the specified protocol
|
XMLPart |
createFrom(org.apache.axiom.om.OMElement omElement,
Protocol protocol)
create XMLPart from OMElement
|
XMLPart |
createFrom(SOAPEnvelope soapEnvelope)
create XMLPart from SOAPEnvelope
|
XMLPart |
createFrom(XMLStreamReader reader,
Protocol protocol)
create XMLPart from XMLStreamReader
|
public XMLPartFactoryImpl()
public XMLPart createFrom(XMLStreamReader reader, Protocol protocol) throws XMLStreamException, WebServiceException
XMLPartFactorycreateFrom in interface XMLPartFactoryreader - XMLStreamReaderprotocol - (if null, the soap protocol is inferred from the namespace)XMLStreamExceptionWebServiceExceptionpublic XMLPart createFrom(org.apache.axiom.om.OMElement omElement, Protocol protocol) throws XMLStreamException, WebServiceException
XMLPartFactorycreateFrom in interface XMLPartFactoryomElement - OMElementprotocol - (if null, the soap protocol is inferred from the namespace)WebServiceExceptionXMLStreamExceptionpublic XMLPart create(Protocol protocol) throws XMLStreamException, WebServiceException
XMLPartFactorycreate in interface XMLPartFactoryWebServiceExceptionXMLStreamExceptionpublic XMLPart createFrom(SOAPEnvelope soapEnvelope) throws XMLStreamException, WebServiceException
XMLPartFactorycreateFrom in interface XMLPartFactorysoapEnvelope - SOAPEnvelopeWebServiceExceptionXMLStreamExceptionCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.