com.ibm.diameter.sh.util
Class ApplicationServer

java.lang.Object
  extended by com.ibm.diameter.sh.util.ApplicationServer

public class ApplicationServer
extends java.lang.Object

The ApplicationServer object correlates to the ApplicationServer element nested within the InitialFilterCriteria element, as described in ShDataType.xsd. ApplicationServer contains the following elements:

See Also:
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

ApplicationServer

public ApplicationServer()
Method Detail

setServerName

public 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.

Parameters:
Sets - the serverName field.

setDefaultHandling

public void setDefaultHandling(DefaultHandling defaultHandling)
Used by the Sh subscriber profile Web service to set defaultHandling after parsing the XML file received from the HSS.

Parameters:
Sets - the defaultHandling object.

setServiceInfo

public 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.

Parameters:
Sets - the serviceInfo field.

getServerName

public java.net.URI getServerName()
Used by an IMS Application Server application to retrieve the serverName.

Returns:
serverName URI

getDefaultHandling

public DefaultHandling getDefaultHandling()
Used by an IMS Application Server application to retrieve the defaultHandling object.

Returns:
defaultHandling object
See Also:

getServiceInfo

public java.lang.String getServiceInfo()
Used by an IMS Application Server application to retrieve the serviceInfo string.

Returns:
serviceInfo string

toString

public java.lang.String toString()
Debug method that returns the ApplicationServer object as a String for inclusion in (English only) trace logs.

Overrides:
toString in class java.lang.Object
Returns:
The String representation of this object for debug purposes only.


Copyright © 2006 IBM Corp. All Rights Reserved.