|
Oracle Communications Converged Application Server Java API Reference 5.0 E18767-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.wcp.diameter.sh.RepositoryData
public class RepositoryData
Represents Sh repository data. Can be used to parse repository data from a Document object as well as create new repository data.
| Constructor Summary | |
|---|---|
RepositoryData(org.w3c.dom.Document doc)Parse RepositoryData from the specified profile document. |
|
RepositoryData(java.lang.String serviceIndication)Creates new empty RepositoryData for the specified service indication. |
|
| Method Summary | |
|---|---|
org.w3c.dom.Document |
getDocument()Returns this repository data as an XML Document. |
int |
getSequenceNumber()Returns the sequence number for this repository data. |
org.w3c.dom.Element |
getServiceData()Returns the Element representing this repository data's service data. |
java.lang.String |
getServiceIndication()Returns the service indication for this repository data. |
void |
removeServiceData()Removes the service data for this repository data. |
void |
setServiceData(org.w3c.dom.Element newData)Sets the service data for this repository data. |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryData(java.lang.String serviceIndication)
serviceIndication - the service indication stringpublic RepositoryData(org.w3c.dom.Document doc)
doc - the profile XML document| Method Detail |
|---|
public org.w3c.dom.Document getDocument()
public java.lang.String getServiceIndication()
public int getSequenceNumber()
public org.w3c.dom.Element getServiceData()
public void setServiceData(org.w3c.dom.Element newData)
newData - the new service datapublic void removeServiceData()
public java.lang.String toString()
toString in class java.lang.Object
|
Oracle Communications Converged Application Server Java API Reference 5.0 E18767-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||