com.ibm.diameter.sh.util
Class DefaultHandling

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

public class DefaultHandling
extends java.lang.Object

Describes the DefaultHandling field that correlates to the DefaultHandling element in the ApplicationServer element nested within InitialFilterCriteria. All elements are defined in ShDataType.xsd. DefaultHandling indicates the action to be taken if the S-CSCF cannot contact, for whatever reason, the Application Server specified. The possible actions are to continue processing the SIP request or to abort.

See Also:
ApplicationServer, InitialFilterCriteria

Field Summary
static int SESSION_CONTINUED
           
static int SESSION_TERMINATED
           
 
Constructor Summary
DefaultHandling()
           
 
Method Summary
 int getDefaultHandling()
          Used by an IMS Application Server application to retrieve the DefaultHandling value.
 void setDefaultHandling(int defaultHandling)
          Used by the Sh subscriber profile Web service to set DefaultHandling after parsing the XML file received from the HSS.
 java.lang.String toString()
          Debug method that returns the DefaultHandling field 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
 

Field Detail

SESSION_CONTINUED

public static final int SESSION_CONTINUED
See Also:
Constant Field Values

SESSION_TERMINATED

public static final int SESSION_TERMINATED
See Also:
Constant Field Values
Constructor Detail

DefaultHandling

public DefaultHandling()
Method Detail

setDefaultHandling

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

Parameters:
Sets - DefaultHandling

getDefaultHandling

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

Returns:
DefaultHandling

toString

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

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


Copyright © 2006 IBM Corp. All Rights Reserved.