org.mobicents.xcap.client.impl
Class XcapResponseImpl
java.lang.Object
org.mobicents.xcap.client.impl.XcapResponseImpl
- All Implemented Interfaces:
- java.io.Serializable, XcapResponse
public class XcapResponseImpl
- extends java.lang.Object
- implements XcapResponse, java.io.Serializable
- Author:
- martins
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XcapResponseImpl
public XcapResponseImpl(int statusCode,
java.lang.String eTag,
Header[] headers,
XcapEntity xcapEntity)
- Parameters:
statusCode - eTag - headers - xcapEntity -
getETag
public java.lang.String getETag()
- Specified by:
getETag in interface XcapResponse
getEntity
public XcapEntity getEntity()
- Specified by:
getEntity in interface XcapResponse
getHeaders
public Header[] getHeaders()
- Specified by:
getHeaders in interface XcapResponse
getCode
public int getCode()
- Specified by:
getCode in interface XcapResponse
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010. All Rights Reserved.