uPortal 2.4.1
API Documentation

org.jasig.portal.wsrp.types
Class UploadContext

java.lang.Object
  extended byorg.jasig.portal.wsrp.types.UploadContext
All Implemented Interfaces:
java.io.Serializable

Deprecated. As of uPortal 2.4, the WSRP producer in uPortal is no longer being maintained. If reintroduced, it will migrate to one based on WSRP4J.

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

See Also:
Serialized Form

Constructor Summary
UploadContext()
          Deprecated.  
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated.  
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Deprecated. Get Custom Deserializer
 Extension[] getExtensions()
          Deprecated.  
 Extension getExtensions(int i)
          Deprecated.  
 NamedString[] getMimeAttributes()
          Deprecated.  
 NamedString getMimeAttributes(int i)
          Deprecated.  
 java.lang.String getMimeType()
          Deprecated.  
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Deprecated. Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Deprecated. Return type metadata object
 byte[] getUploadData()
          Deprecated.  
 int hashCode()
          Deprecated.  
 void setExtensions(Extension[] extensions)
          Deprecated.  
 void setExtensions(int i, Extension value)
          Deprecated.  
 void setMimeAttributes(int i, NamedString value)
          Deprecated.  
 void setMimeAttributes(NamedString[] mimeAttributes)
          Deprecated.  
 void setMimeType(java.lang.String mimeType)
          Deprecated.  
 void setUploadData(byte[] uploadData)
          Deprecated.  
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadContext

public UploadContext()
Deprecated. 
Method Detail

getMimeType

public java.lang.String getMimeType()
Deprecated. 

setMimeType

public void setMimeType(java.lang.String mimeType)
Deprecated. 

getUploadData

public byte[] getUploadData()
Deprecated. 

setUploadData

public void setUploadData(byte[] uploadData)
Deprecated. 

getMimeAttributes

public NamedString[] getMimeAttributes()
Deprecated. 

setMimeAttributes

public void setMimeAttributes(NamedString[] mimeAttributes)
Deprecated. 

getMimeAttributes

public NamedString getMimeAttributes(int i)
Deprecated. 

setMimeAttributes

public void setMimeAttributes(int i,
                              NamedString value)
Deprecated. 

getExtensions

public Extension[] getExtensions()
Deprecated. 

setExtensions

public void setExtensions(Extension[] extensions)
Deprecated. 

getExtensions

public Extension getExtensions(int i)
Deprecated. 

setExtensions

public void setExtensions(int i,
                          Extension value)
Deprecated. 

equals

public boolean equals(java.lang.Object obj)
Deprecated. 

hashCode

public int hashCode()
Deprecated. 

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Deprecated. 
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)
Deprecated. 
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)
Deprecated. 
Get Custom Deserializer


uPortal 2.4.1
API Documentation