Package | Description |
---|---|
org.apache.axis2.jaxws.message | |
org.apache.axis2.jaxws.message.factory | |
org.apache.axis2.jaxws.message.impl |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.