|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.message.impl.XMLPartFactoryImpl
public class XMLPartFactoryImpl
MessageFactoryImpl
Constructor Summary | |
---|---|
XMLPartFactoryImpl()
Default Constructor required for Factory |
Method Summary | |
---|---|
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(javax.xml.stream.XMLStreamReader reader,
Protocol protocol)
create XMLPart from XMLStreamReader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLPartFactoryImpl()
Method Detail |
---|
public XMLPart createFrom(javax.xml.stream.XMLStreamReader reader, Protocol protocol) throws javax.xml.stream.XMLStreamException, WebServiceException
XMLPartFactory
createFrom
in interface XMLPartFactory
reader
- XMLStreamReaderprotocol
- (if null, the soap protocol is inferred from the namespace)
javax.xml.stream.XMLStreamException
WebServiceException
public XMLPart createFrom(org.apache.axiom.om.OMElement omElement, Protocol protocol) throws javax.xml.stream.XMLStreamException, WebServiceException
XMLPartFactory
createFrom
in interface XMLPartFactory
omElement
- OMElementprotocol
- (if null, the soap protocol is inferred from the namespace)
WebServiceException
javax.xml.stream.XMLStreamException
public XMLPart create(Protocol protocol) throws javax.xml.stream.XMLStreamException, WebServiceException
XMLPartFactory
create
in interface XMLPartFactory
WebServiceException
javax.xml.stream.XMLStreamException
public XMLPart createFrom(SOAPEnvelope soapEnvelope) throws javax.xml.stream.XMLStreamException, WebServiceException
XMLPartFactory
createFrom
in interface XMLPartFactory
soapEnvelope
- SOAPEnvelope
WebServiceException
javax.xml.stream.XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |