uPortal 2.4.1
API Documentation

org.jasig.portal.wsrp.bind
Class WSRP_v1_Markup_Binding_SOAPSkeleton

java.lang.Object
  extended byorg.jasig.portal.wsrp.bind.WSRP_v1_Markup_Binding_SOAPSkeleton
All Implemented Interfaces:
java.rmi.Remote, org.apache.axis.wsdl.Skeleton, WSRP_v1_Markup_PortType

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 WSRP_v1_Markup_Binding_SOAPSkeleton
extends java.lang.Object
implements WSRP_v1_Markup_PortType, org.apache.axis.wsdl.Skeleton


Constructor Summary
WSRP_v1_Markup_Binding_SOAPSkeleton()
          Deprecated.  
WSRP_v1_Markup_Binding_SOAPSkeleton(WSRP_v1_Markup_PortType impl)
          Deprecated.  
 
Method Summary
 void getMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, MarkupContextHolder markupContext, SessionContextHolder sessionContext, ExtensionArrayHolder extensions)
          Deprecated.  
static java.util.List getOperationDescByName(java.lang.String methodName)
          Deprecated. Returns List of OperationDesc objects with this name
static java.util.Collection getOperationDescs()
          Deprecated. Returns Collection of OperationDescs
 Extension[] initCookie(RegistrationContext registrationContext)
          Deprecated.  
 void performBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams, UpdateResponseHolder updateResponse, javax.xml.rpc.holders.StringHolder redirectURL, ExtensionArrayHolder extensions)
          Deprecated.  
 Extension[] releaseSessions(RegistrationContext registrationContext, java.lang.String[] sessionIDs)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSRP_v1_Markup_Binding_SOAPSkeleton

public WSRP_v1_Markup_Binding_SOAPSkeleton()
Deprecated. 

WSRP_v1_Markup_Binding_SOAPSkeleton

public WSRP_v1_Markup_Binding_SOAPSkeleton(WSRP_v1_Markup_PortType impl)
Deprecated. 
Method Detail

getOperationDescByName

public static java.util.List getOperationDescByName(java.lang.String methodName)
Deprecated. 
Returns List of OperationDesc objects with this name


getOperationDescs

public static java.util.Collection getOperationDescs()
Deprecated. 
Returns Collection of OperationDescs


getMarkup

public void getMarkup(RegistrationContext registrationContext,
                      PortletContext portletContext,
                      RuntimeContext runtimeContext,
                      UserContext userContext,
                      MarkupParams markupParams,
                      MarkupContextHolder markupContext,
                      SessionContextHolder sessionContext,
                      ExtensionArrayHolder extensions)
               throws java.rmi.RemoteException,
                      InconsistentParametersFault,
                      InvalidRegistrationFault,
                      MissingParametersFault,
                      OperationFailedFault,
                      UnsupportedMimeTypeFault,
                      UnsupportedModeFault,
                      UnsupportedLocaleFault,
                      InvalidUserCategoryFault,
                      InvalidSessionFault,
                      InvalidCookieFault,
                      AccessDeniedFault,
                      InvalidHandleFault,
                      UnsupportedWindowStateFault
Deprecated. 
Specified by:
getMarkup in interface WSRP_v1_Markup_PortType
Throws:
java.rmi.RemoteException
InconsistentParametersFault
InvalidRegistrationFault
MissingParametersFault
OperationFailedFault
UnsupportedMimeTypeFault
UnsupportedModeFault
UnsupportedLocaleFault
InvalidUserCategoryFault
InvalidSessionFault
InvalidCookieFault
AccessDeniedFault
InvalidHandleFault
UnsupportedWindowStateFault

performBlockingInteraction

public void performBlockingInteraction(RegistrationContext registrationContext,
                                       PortletContext portletContext,
                                       RuntimeContext runtimeContext,
                                       UserContext userContext,
                                       MarkupParams markupParams,
                                       InteractionParams interactionParams,
                                       UpdateResponseHolder updateResponse,
                                       javax.xml.rpc.holders.StringHolder redirectURL,
                                       ExtensionArrayHolder extensions)
                                throws java.rmi.RemoteException,
                                       InconsistentParametersFault,
                                       InvalidRegistrationFault,
                                       MissingParametersFault,
                                       OperationFailedFault,
                                       UnsupportedMimeTypeFault,
                                       UnsupportedModeFault,
                                       UnsupportedLocaleFault,
                                       InvalidUserCategoryFault,
                                       InvalidSessionFault,
                                       InvalidCookieFault,
                                       PortletStateChangeRequiredFault,
                                       AccessDeniedFault,
                                       InvalidHandleFault,
                                       UnsupportedWindowStateFault
Deprecated. 
Specified by:
performBlockingInteraction in interface WSRP_v1_Markup_PortType
Throws:
java.rmi.RemoteException
InconsistentParametersFault
InvalidRegistrationFault
MissingParametersFault
OperationFailedFault
UnsupportedMimeTypeFault
UnsupportedModeFault
UnsupportedLocaleFault
InvalidUserCategoryFault
InvalidSessionFault
InvalidCookieFault
PortletStateChangeRequiredFault
AccessDeniedFault
InvalidHandleFault
UnsupportedWindowStateFault

releaseSessions

public Extension[] releaseSessions(RegistrationContext registrationContext,
                                   java.lang.String[] sessionIDs)
                            throws java.rmi.RemoteException,
                                   InvalidRegistrationFault,
                                   OperationFailedFault,
                                   MissingParametersFault,
                                   AccessDeniedFault
Deprecated. 
Specified by:
releaseSessions in interface WSRP_v1_Markup_PortType
Throws:
java.rmi.RemoteException
InvalidRegistrationFault
OperationFailedFault
MissingParametersFault
AccessDeniedFault

initCookie

public Extension[] initCookie(RegistrationContext registrationContext)
                       throws java.rmi.RemoteException,
                              InvalidRegistrationFault,
                              OperationFailedFault,
                              AccessDeniedFault
Deprecated. 
Specified by:
initCookie in interface WSRP_v1_Markup_PortType
Throws:
java.rmi.RemoteException
InvalidRegistrationFault
OperationFailedFault
AccessDeniedFault

uPortal 2.4.1
API Documentation