uPortal 2.4.1
API Documentation

org.jasig.portal.wsrp.types.holders
Class DestroyFailedArrayHolder

java.lang.Object
  extended byorg.jasig.portal.wsrp.types.holders.DestroyFailedArrayHolder
All Implemented Interfaces:
javax.xml.rpc.holders.Holder

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 final class DestroyFailedArrayHolder
extends java.lang.Object
implements javax.xml.rpc.holders.Holder


Field Summary
 DestroyFailed[] value
          Deprecated.  
 
Constructor Summary
DestroyFailedArrayHolder()
          Deprecated.  
DestroyFailedArrayHolder(DestroyFailed[] value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public DestroyFailed[] value
Deprecated. 
Constructor Detail

DestroyFailedArrayHolder

public DestroyFailedArrayHolder()
Deprecated. 

DestroyFailedArrayHolder

public DestroyFailedArrayHolder(DestroyFailed[] value)
Deprecated. 

uPortal 2.4.1
API Documentation