|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLPart | |
|---|---|
| org.apache.axis2.jaxws.message | |
| org.apache.axis2.jaxws.message.factory | |
| org.apache.axis2.jaxws.message.impl | |
| Uses of XMLPart in org.apache.axis2.jaxws.message |
|---|
| Subinterfaces of XMLPart in org.apache.axis2.jaxws.message | |
|---|---|
interface |
Message
Message A Message represents the XML + Attachments Most of the methods available on a message are only applicable to the XML part of the Message. |
| Uses of XMLPart in org.apache.axis2.jaxws.message.factory |
|---|
| Methods in org.apache.axis2.jaxws.message.factory that return XMLPart | |
|---|---|
XMLPart |
XMLPartFactory.create(Protocol protocol)
create empty XMLPart of the specified protocol |
XMLPart |
XMLPartFactory.createFrom(org.apache.axiom.om.OMElement omElement,
Protocol protocol)
create XMLPart from OMElement |
XMLPart |
XMLPartFactory.createFrom(SOAPEnvelope soapEnvelope)
create XMLPart from SOAPEnvelope |
XMLPart |
XMLPartFactory.createFrom(XMLStreamReader reader,
Protocol protocol)
create XMLPart from XMLStreamReader |
| Uses of XMLPart in org.apache.axis2.jaxws.message.impl |
|---|
| Classes in org.apache.axis2.jaxws.message.impl that implement XMLPart | |
|---|---|
class |
MessageImpl
MessageImpl A Message is an XML part + Attachments. |
class |
XMLPartBase
XMLPartBase class for an XMLPart An XMLPart is an abstraction of the xml portion of the message. |
class |
XMLPartImpl
XMLPartImpl This class extends the implementation of the XMLPartBase so that it can define the transformations between OM, SAAJ SOAPEnvelope and XMLSpine. |
| Methods in org.apache.axis2.jaxws.message.impl that return XMLPart | |
|---|---|
XMLPart |
XMLPartFactoryImpl.create(Protocol protocol)
|
XMLPart |
XMLPartFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement,
Protocol protocol)
|
XMLPart |
XMLPartFactoryImpl.createFrom(SOAPEnvelope soapEnvelope)
|
XMLPart |
XMLPartFactoryImpl.createFrom(XMLStreamReader reader,
Protocol protocol)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||