Uses of Interface
org.apache.axiom.om.OMSourcedElement
Packages that use OMSourcedElement
Package
Description
Contains core interfaces of the Axiom API.
-
Uses of OMSourcedElement in org.apache.axiom.om
Methods in org.apache.axiom.om that return OMSourcedElementModifier and TypeMethodDescriptionOMFactory.createOMElement
(OMDataSource source) Create a sourced element.OMFactory.createOMElement
(OMDataSource source, String localName, OMNamespace ns) Create a sourced element with a known local name and namespace URI.OMFactory.createOMElement
(OMDataSource source, QName qname) Create a sourced element with a known local name, namespace URI and namespace prefix. -
Uses of OMSourcedElement in org.apache.axiom.soap
Subinterfaces of OMSourcedElement in org.apache.axiom.soapModifier and TypeInterfaceDescriptioninterface
An object representing the contents in the SOAP header part of the SOAP envelope.