Uses of Interface
org.apache.axiom.om.OMContainer
Packages that use OMContainer
Package
Description
Contains core interfaces of the Axiom API.
-
Uses of OMContainer in org.apache.axiom.om
Subinterfaces of OMContainer in org.apache.axiom.omModifier and TypeInterfaceDescriptioninterface
interface
A particular kind of node that represents an element infoset information item.interface
Element whose data is backed by an arbitrary Java object.Methods in org.apache.axiom.om that return OMContainerMethods in org.apache.axiom.om with parameters of type OMContainerModifier and TypeMethodDescriptionOMFactory.createOMComment
(OMContainer parent, String content) Creates a comment.OMFactory.createOMDocType
(OMContainer parent, String rootName, String publicId, String systemId, String internalSubset) Creates DTD (DOCTYPE
declaration) node.OMFactory.createOMElement
(String localName, OMNamespace ns, OMContainer parent) Create an element with the given name and parent.OMFactory.createOMElement
(QName qname, OMContainer parent) Create an element with the givenQName
and parent.OMFactory.createOMEntityReference
(OMContainer parent, String name) Create an entity reference.OMFactory.createOMProcessingInstruction
(OMContainer parent, String piTarget, String piData) Creates a PI.OMFactory.createOMText
(OMContainer parent, char[] charArary, int type) Deprecated.OMFactory.createOMText
(OMContainer parent, String text) Creates a newOMText
node with the given value and appends it to the given parent element.OMFactory.createOMText
(OMContainer parent, String text, int type) OMFactory.createOMText
(OMContainer parent, String s, String mimeType, boolean optimize) Deprecated.OMFactory.createOMText
(OMContainer parent, QName text) Deprecated.OMFactory.createOMText
(OMContainer parent, QName text, int type) Deprecated.Creating a text node containing a QName and having a type other thanOMNode.TEXT_NODE
is not meaningful.OMFactory.createOMText
(OMContainer parent, OMText source) Create OMText node that is a copy of the source text node -
Uses of OMContainer in org.apache.axiom.om.ds.custombuilder
Methods in org.apache.axiom.om.ds.custombuilder with parameters of type OMContainerModifier and TypeMethodDescriptionboolean
CustomBuilder.Selector.accepts
(OMContainer parent, int depth, String namespaceURI, String localName) Check if the custom builder registered with this selector should be applied to the given element. -
Uses of OMContainer in org.apache.axiom.om.util.jaxb
Methods in org.apache.axiom.om.util.jaxb with parameters of type OMContainerModifier and TypeMethodDescriptionstatic Object
JAXBUtils.unmarshal
(OMContainer container, JAXBContext context, UnmarshallerConfigurator configurator, boolean preserve) Unmarshall the information item using JAXB.static <T> JAXBElement<T>
JAXBUtils.unmarshal
(OMContainer container, JAXBContext context, UnmarshallerConfigurator configurator, Class<T> declaredType, boolean preserve) Unmarshall the information item using JAXB. -
Uses of OMContainer in org.apache.axiom.soap
Subinterfaces of OMContainer 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
OMElement
.