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 interfaceMessageMessage -
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 XMLPartXMLPartFactory. create(Protocol protocol)create empty XMLPart of the specified protocolXMLPartXMLPartFactory. createFrom(SOAPEnvelope soapEnvelope)create XMLPart from SOAPEnvelopeXMLPartXMLPartFactory. createFrom(XMLStreamReader reader, Protocol protocol)create XMLPart from XMLStreamReaderXMLPartXMLPartFactory. 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 classMessageImplMessageImpl A Message is an XML part + Attachments.classXMLPartBaseXMLPartBase class for an XMLPart An XMLPart is an abstraction of the xml portion of the message.classXMLPartImplXMLPartImplMethods in org.apache.axis2.jaxws.message.impl that return XMLPart Modifier and Type Method Description XMLPartXMLPartFactoryImpl. create(Protocol protocol)XMLPartXMLPartFactoryImpl. createFrom(SOAPEnvelope soapEnvelope)XMLPartXMLPartFactoryImpl. createFrom(XMLStreamReader reader, Protocol protocol)XMLPartXMLPartFactoryImpl. createFrom(OMElement omElement, Protocol protocol)
-