Uses of Interface
org.apache.axis2.jaxws.message.XMLPart
-
Packages that use XMLPart Package Description 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 Modifier and Type Interface Description interface
Message
Message -
Uses of XMLPart in org.apache.axis2.jaxws.message.factory
Methods in org.apache.axis2.jaxws.message.factory that return XMLPart Modifier and Type Method Description XMLPart
XMLPartFactory. create(Protocol protocol)
create empty XMLPart of the specified protocolXMLPart
XMLPartFactory. createFrom(SOAPEnvelope soapEnvelope)
create XMLPart from SOAPEnvelopeXMLPart
XMLPartFactory. createFrom(XMLStreamReader reader, Protocol protocol)
create XMLPart from XMLStreamReaderXMLPart
XMLPartFactory. createFrom(OMElement omElement, Protocol protocol)
create XMLPart from OMElement -
Uses of XMLPart in org.apache.axis2.jaxws.message.impl
Classes in org.apache.axis2.jaxws.message.impl that implement XMLPart Modifier and Type Class 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
XMLPartImplMethods in org.apache.axis2.jaxws.message.impl that return XMLPart Modifier and Type Method Description XMLPart
XMLPartFactoryImpl. create(Protocol protocol)
XMLPart
XMLPartFactoryImpl. createFrom(SOAPEnvelope soapEnvelope)
XMLPart
XMLPartFactoryImpl. createFrom(XMLStreamReader reader, Protocol protocol)
XMLPart
XMLPartFactoryImpl. createFrom(OMElement omElement, Protocol protocol)
-