org.exoplatform.services.wsrp2.type
Class MimeResponse

java.lang.Object
  extended by org.exoplatform.services.wsrp2.type.MimeResponse
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MarkupContext, ResourceContext

public class MimeResponse
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MimeResponse()
           
MimeResponse(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)
           
 CacheControl getCacheControl()
          Gets the cacheControl value for this MimeResponse.
 java.lang.String getCcppProfileWarning()
          Gets the ccppProfileWarning value for this MimeResponse.
 NamedString[] getClientAttributes()
          Gets the clientAttributes value for this MimeResponse.
 NamedString getClientAttributes(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Extension[] getExtensions()
          Gets the extensions value for this MimeResponse.
 Extension getExtensions(int i)
           
 byte[] getItemBinary()
          Gets the itemBinary value for this MimeResponse.
 java.lang.String getItemString()
          Gets the itemString value for this MimeResponse.
 java.lang.String getLocale()
          Gets the locale value for this MimeResponse.
 java.lang.String getMimeType()
          Gets the mimeType value for this MimeResponse.
 java.lang.Boolean getRequiresRewriting()
          Gets the requiresRewriting value for this MimeResponse.
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
 java.lang.Boolean getUseCachedItem()
          Gets the useCachedItem value for this MimeResponse.
 int hashCode()
           
 void setCacheControl(CacheControl cacheControl)
          Sets the cacheControl value for this MimeResponse.
 void setCcppProfileWarning(java.lang.String ccppProfileWarning)
          Sets the ccppProfileWarning value for this MimeResponse.
 void setClientAttributes(int i, NamedString _value)
           
 void setClientAttributes(NamedString[] clientAttributes)
          Sets the clientAttributes value for this MimeResponse.
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this MimeResponse.
 void setExtensions(int i, Extension _value)
           
 void setItemBinary(byte[] itemBinary)
          Sets the itemBinary value for this MimeResponse.
 void setItemString(java.lang.String itemString)
          Sets the itemString value for this MimeResponse.
 void setLocale(java.lang.String locale)
          Sets the locale value for this MimeResponse.
 void setMimeType(java.lang.String mimeType)
          Sets the mimeType value for this MimeResponse.
 void setRequiresRewriting(java.lang.Boolean requiresRewriting)
          Sets the requiresRewriting value for this MimeResponse.
 void setUseCachedItem(java.lang.Boolean useCachedItem)
          Sets the useCachedItem value for this MimeResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MimeResponse

public MimeResponse()

MimeResponse

public MimeResponse(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 Detail

getUseCachedItem

public java.lang.Boolean getUseCachedItem()
Gets the useCachedItem value for this MimeResponse.

Returns:
useCachedItem

setUseCachedItem

public void setUseCachedItem(java.lang.Boolean useCachedItem)
Sets the useCachedItem value for this MimeResponse.

Parameters:
useCachedItem -

getMimeType

public java.lang.String getMimeType()
Gets the mimeType value for this MimeResponse.

Returns:
mimeType

setMimeType

public void setMimeType(java.lang.String mimeType)
Sets the mimeType value for this MimeResponse.

Parameters:
mimeType -

getItemString

public java.lang.String getItemString()
Gets the itemString value for this MimeResponse.

Returns:
itemString

setItemString

public void setItemString(java.lang.String itemString)
Sets the itemString value for this MimeResponse.

Parameters:
itemString -

getItemBinary

public byte[] getItemBinary()
Gets the itemBinary value for this MimeResponse.

Returns:
itemBinary

setItemBinary

public void setItemBinary(byte[] itemBinary)
Sets the itemBinary value for this MimeResponse.

Parameters:
itemBinary -

getLocale

public java.lang.String getLocale()
Gets the locale value for this MimeResponse.

Returns:
locale

setLocale

public void setLocale(java.lang.String locale)
Sets the locale value for this MimeResponse.

Parameters:
locale -

getRequiresRewriting

public java.lang.Boolean getRequiresRewriting()
Gets the requiresRewriting value for this MimeResponse.

Returns:
requiresRewriting

setRequiresRewriting

public void setRequiresRewriting(java.lang.Boolean requiresRewriting)
Sets the requiresRewriting value for this MimeResponse.

Parameters:
requiresRewriting -

getCacheControl

public CacheControl getCacheControl()
Gets the cacheControl value for this MimeResponse.

Returns:
cacheControl

setCacheControl

public void setCacheControl(CacheControl cacheControl)
Sets the cacheControl value for this MimeResponse.

Parameters:
cacheControl -

getClientAttributes

public NamedString[] getClientAttributes()
Gets the clientAttributes value for this MimeResponse.

Returns:
clientAttributes

setClientAttributes

public void setClientAttributes(NamedString[] clientAttributes)
Sets the clientAttributes value for this MimeResponse.

Parameters:
clientAttributes -

getClientAttributes

public NamedString getClientAttributes(int i)

setClientAttributes

public void setClientAttributes(int i,
                                NamedString _value)

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this MimeResponse.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this MimeResponse.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

getCcppProfileWarning

public java.lang.String getCcppProfileWarning()
Gets the ccppProfileWarning value for this MimeResponse.

Returns:
ccppProfileWarning

setCcppProfileWarning

public void setCcppProfileWarning(java.lang.String ccppProfileWarning)
Sets the ccppProfileWarning value for this MimeResponse.

Parameters:
ccppProfileWarning -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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.