public interface OMInformationItem
Modifier and Type | Method and Description |
---|---|
OMInformationItem |
clone(OMCloneOptions options)
Clone this information item.
|
OMFactory |
getOMFactory()
Get the
OMFactory corresponding to the type of this information item. |
OMFactory getOMFactory()
OMFactory
corresponding to the type of this information item. For information
items created using one of the methods defined by OMFactory
, this is the instance
returned by OMMetaFactory.getOMFactory()
(for the OMMetaFactory
corresponding
to the implementation of the Axiom API this information item belongs to). For information
items created by one of the methods defined by SOAPFactory
, this is the
SOAPFactory
instance for the corresponding SOAP version.
This means that the returned factory will be a SOAPFactory
only if the method is
called on a SOAPMessage
or an OMElement
that implements one of the SOAP
specific extension interfaces.
OMFactory
corresponding to this information itemOMInformationItem clone(OMCloneOptions options)
options
- the options to use when cloning this element and its descendants; for object
models with domain specific extensions (such as SOAP), this may be a subclass of
OMCloneOptions
Copyright © The Apache Software Foundation. All Rights Reserved.