org.exoplatform.services.wsrp2.type
Class ResourceContext
java.lang.Object
org.exoplatform.services.wsrp2.type.MimeResponse
org.exoplatform.services.wsrp2.type.ResourceContext
- All Implemented Interfaces:
- java.io.Serializable
public class ResourceContext
- extends MimeResponse
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
ResourceContext()
|
ResourceContext(java.lang.Boolean useCachedItem,
java.lang.String mimeType,
java.lang.String itemString,
byte[] itemBinary,
java.lang.String locale,
java.lang.Boolean requiresRewriting,
CacheControl cacheControl,
NamedString[] clientAttributes,
Extension[] extensions,
java.lang.String ccppProfileWarning)
|
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
| Methods inherited from class org.exoplatform.services.wsrp2.type.MimeResponse |
getCacheControl, getCcppProfileWarning, getClientAttributes, getClientAttributes, getExtensions, getExtensions, getItemBinary, getItemString, getLocale, getMimeType, getRequiresRewriting, getUseCachedItem, setCacheControl, setCcppProfileWarning, setClientAttributes, setClientAttributes, setExtensions, setExtensions, setItemBinary, setItemString, setLocale, setMimeType, setRequiresRewriting, setUseCachedItem |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ResourceContext
public ResourceContext()
ResourceContext
public ResourceContext(java.lang.Boolean useCachedItem,
java.lang.String mimeType,
java.lang.String itemString,
byte[] itemBinary,
java.lang.String locale,
java.lang.Boolean requiresRewriting,
CacheControl cacheControl,
NamedString[] clientAttributes,
Extension[] extensions,
java.lang.String ccppProfileWarning)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class MimeResponse
hashCode
public int hashCode()
- Overrides:
hashCode in class MimeResponse
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()
- Return type metadata object
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
- Get Custom Serializer
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
- Get Custom Deserializer
Copyright © 2010 eXo Platform SAS. All Rights Reserved.