Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface XMLObject

All Known Subinterfaces:
AccessPoint, Adapter, Alert, AlertAddress, AsyncService, Brand, Community, DataFeeder, DeliverableApplication, DeliverableContent, DeliveryService, Device, DeviceAddress, ExternalLink, Folder, ForbiddenUser, Group, JavaTransformer, Link, LocalModule, LocationMark, LocationPrivacyAuth, MasterAlertService, MasterService, ModelObject, Module, PassThroughDataFeeder, PhysicalDevice, PresetCategory, PresetDescriptor, Presets, Profile, ProvisioningProtocol, Role, Service, ServiceAccessPoint, ServiceAlertSubscription, ServiceCategory, ServiceCategoryAccessPoint, Transformer, User, UserLocationDisclosure, XSLTransformer

public interface XMLObject

Method Summary
 void setXML(org.w3c.dom.Element element)
          initialize the object with the given DOM object
 org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
          convert the given object to a DOM object

 

Method Detail

toXML

public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
                          throws PanamaException
convert the given object to a DOM object
PanamaException

setXML

public void setXML(org.w3c.dom.Element element)
            throws PanamaException
initialize the object with the given DOM object
PanamaException

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.