|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.sh.util.SIPHeader
public class SIPHeader
The SIPHeader object correlates to the SIPHeader element nested in the SPT element within InitialFilterCriteria, as defined in ShDataType.xsd. SIPHeader contains the following elements:
SPT
,
InitialFilterCriteria
Constructor Summary | |
---|---|
SIPHeader()
|
Method Summary | |
---|---|
java.lang.String |
getContent()
Used by an IMS Application Server application to retrieve the SIPHeader Content |
java.lang.String |
getHeader()
Used by an IMS Application Server application to retrieve the SIPHeader Header |
void |
setContent(java.lang.String content)
Used by the Sh subscriber profile Web service to set the SIPHeader Content after parsing the XML file received from the HSS. |
void |
setHeader(java.lang.String header)
Used by the Sh subscriber profile Web service to set the SIPHeader Header after parsing the XML file received from the HSS. |
java.lang.String |
toString()
Debug method that returns the SIPHeader 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 SIPHeader()
Method Detail |
---|
public void setHeader(java.lang.String header)
Sets
- the Header field.public void setContent(java.lang.String content)
Sets
- the Content field.public java.lang.String getHeader()
public java.lang.String getContent()
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 |