com.ibm.diameter.sh.util
Class DefaultHandling
java.lang.Object
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.
- SESSION_CONTINUED
- SESSION_TERMINATED
- See Also:
ApplicationServer
,
InitialFilterCriteria
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 |
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
DefaultHandling
public DefaultHandling()
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.