|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.sh.util.ApplicationServer
public class ApplicationServer
The ApplicationServer object correlates to the ApplicationServer element nested within the InitialFilterCriteria element, as described in ShDataType.xsd. ApplicationServer contains the following elements:
InitialFilterCriteria
,
DefaultHandling
Constructor Summary | |
---|---|
ApplicationServer()
|
Method Summary | |
---|---|
DefaultHandling |
getDefaultHandling()
Used by an IMS Application Server application to retrieve the defaultHandling object. |
java.net.URI |
getServerName()
Used by an IMS Application Server application to retrieve the serverName. |
java.lang.String |
getServiceInfo()
Used by an IMS Application Server application to retrieve the serviceInfo string. |
void |
setDefaultHandling(DefaultHandling defaultHandling)
Used by the Sh subscriber profile Web service to set defaultHandling after parsing the XML file received from the HSS. |
void |
setServerName(java.net.URI serverName)
Used by the Sh subscriber profile Web service to set the serverName after parsing the XML file received from the HSS. |
void |
setServiceInfo(java.lang.String serviceinfo)
Used by the Sh subscriber profile Web service to set serviceInfo after parsing the XML file received from the HSS. |
java.lang.String |
toString()
Debug method that returns the ApplicationServer object as a String for inclusion in (English only) trace logs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApplicationServer()
Method Detail |
---|
public void setServerName(java.net.URI serverName)
Sets
- the serverName field.public void setDefaultHandling(DefaultHandling defaultHandling)
Sets
- the defaultHandling object.public void setServiceInfo(java.lang.String serviceinfo)
Sets
- the serviceInfo field.public java.net.URI getServerName()
public DefaultHandling getDefaultHandling()
public java.lang.String getServiceInfo()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |