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(javax.xml.soap.SOAPEnvelope soapEnvelope)
create XMLPart from SOAPEnvelope
|
XMLPart |
createFrom(javax.xml.stream.XMLStreamReader reader,
Protocol protocol)
create XMLPart from XMLStreamReader
|
public XMLPartFactoryImpl()
public XMLPart createFrom(javax.xml.stream.XMLStreamReader reader, Protocol protocol) throws javax.xml.stream.XMLStreamException, javax.xml.ws.WebServiceException
XMLPartFactorycreateFrom in interface XMLPartFactoryreader - XMLStreamReaderprotocol - (if null, the soap protocol is inferred from the namespace)javax.xml.stream.XMLStreamExceptionjavax.xml.ws.WebServiceExceptionpublic XMLPart createFrom(org.apache.axiom.om.OMElement omElement, Protocol protocol) throws javax.xml.stream.XMLStreamException, javax.xml.ws.WebServiceException
XMLPartFactorycreateFrom in interface XMLPartFactoryomElement - OMElementprotocol - (if null, the soap protocol is inferred from the namespace)javax.xml.ws.WebServiceExceptionjavax.xml.stream.XMLStreamExceptionpublic XMLPart create(Protocol protocol) throws javax.xml.stream.XMLStreamException, javax.xml.ws.WebServiceException
XMLPartFactorycreate in interface XMLPartFactoryjavax.xml.ws.WebServiceExceptionjavax.xml.stream.XMLStreamExceptionpublic XMLPart createFrom(javax.xml.soap.SOAPEnvelope soapEnvelope) throws javax.xml.stream.XMLStreamException, javax.xml.ws.WebServiceException
XMLPartFactorycreateFrom in interface XMLPartFactorysoapEnvelope - SOAPEnvelopejavax.xml.ws.WebServiceExceptionjavax.xml.stream.XMLStreamExceptionCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.