Uses of Interface
org.apache.axiom.om.OMInformationItem
Packages that use OMInformationItem
Package
Description
Contains core interfaces of the Axiom API.
-
Uses of OMInformationItem in org.apache.axiom.om
Subinterfaces of OMInformationItem in org.apache.axiom.omModifier and TypeInterfaceDescriptioninterface
Interface OMAttributeinterface
Interface OMCommentinterface
Captures the operations related to containment shared by both a document and an element.interface
Interface OMDocTypeinterface
interface
A particular kind of node that represents an element infoset information item.interface
Represents an unexpanded entity reference in an XML document.interface
Represents an information item that has a name, more precisely a namespace URI, a local name and a prefix.interface
Defines the base interface used by most of the XML object model within Axis.interface
Interface OMProcessingInstructioninterface
Information item that can be serialized (written to an XML stream writer) and deserialized (retrieved from an XML parser) as a unit.interface
Element whose data is backed by an arbitrary Java object.interface
Represents character data in an XML document.Methods in org.apache.axiom.om that return OMInformationItemModifier and TypeMethodDescriptionOMInformationItem.clone
(OMCloneOptions options) Clone this information item.OMFactory.importInformationItem
(OMInformationItem informationItem) Create a copy of the given information item using this factory.Methods in org.apache.axiom.om with parameters of type OMInformationItemModifier and TypeMethodDescriptionOMFactory.importInformationItem
(OMInformationItem informationItem) Create a copy of the given information item using this factory. -
Uses of OMInformationItem in org.apache.axiom.soap
Subinterfaces of OMInformationItem in org.apache.axiom.soapModifier and TypeInterfaceDescriptioninterface
An object that represents the contents of the SOAP body element in a SOAP message.interface
Interface SOAPEnvelopeinterface
An element in theSOAPBody
object that contains error and/or status information.interface
Common superinterface forSOAPFaultCode
andSOAPFaultSubCode
.interface
interface
The Detail element information item is intended for carrying application specific error information related to the SOAP Body .interface
interface
interface
The Role element information item identifies the role the node was operating in at the point the fault occurred.interface
interface
interface
interface
Interface SOAPHeaderinterface
An object representing the contents in the SOAP header part of the SOAP envelope.interface