Uses of Interface
org.apache.axis2.jaxws.message.XMLPart
Packages that use XMLPart
Package
Description
-
Uses of XMLPart in org.apache.axis2.jaxws.message
Subinterfaces of XMLPart in org.apache.axis2.jaxws.message -
Uses of XMLPart in org.apache.axis2.jaxws.message.factory
Methods in org.apache.axis2.jaxws.message.factory that return XMLPartModifier and TypeMethodDescriptioncreate empty XMLPart of the specified protocolXMLPartFactory.createFrom(jakarta.xml.soap.SOAPEnvelope soapEnvelope) create XMLPart from SOAPEnvelopeXMLPartFactory.createFrom(XMLStreamReader reader, Protocol protocol) create XMLPart from XMLStreamReaderXMLPartFactory.createFrom(org.apache.axiom.om.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 XMLPartModifier and TypeClassDescriptionclassMessageImpl A Message is an XML part + Attachments.classXMLPartBase class for an XMLPart An XMLPart is an abstraction of the xml portion of the message.classXMLPartImplMethods in org.apache.axis2.jaxws.message.impl that return XMLPartModifier and TypeMethodDescriptionXMLPartFactoryImpl.createFrom(jakarta.xml.soap.SOAPEnvelope soapEnvelope) XMLPartFactoryImpl.createFrom(XMLStreamReader reader, Protocol protocol) XMLPartFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement, Protocol protocol)