uPortal 2.4.1
API Documentation

org.jasig.portal.wsrp.bind
Class WSRP_v1_ServiceDescription_Binding_SOAPStub

java.lang.Object
  extended byorg.apache.axis.client.Stub
      extended byorg.jasig.portal.wsrp.bind.WSRP_v1_ServiceDescription_Binding_SOAPStub
All Implemented Interfaces:
java.rmi.Remote, javax.xml.rpc.Stub, WSRP_v1_ServiceDescription_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_ServiceDescription_Binding_SOAPStub
extends org.apache.axis.client.Stub
implements WSRP_v1_ServiceDescription_PortType


Field Summary
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
WSRP_v1_ServiceDescription_Binding_SOAPStub()
          Deprecated.  
WSRP_v1_ServiceDescription_Binding_SOAPStub(javax.xml.rpc.Service service)
          Deprecated.  
WSRP_v1_ServiceDescription_Binding_SOAPStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
          Deprecated.  
 
Method Summary
 void getServiceDescription(RegistrationContext registrationContext, java.lang.String[] desiredLocales, javax.xml.rpc.holders.BooleanHolder requiresRegistration, PortletDescriptionArrayHolder offeredPortlets, ItemDescriptionArrayHolder userCategoryDescriptions, ItemDescriptionArrayHolder customUserProfileItemDescriptions, ItemDescriptionArrayHolder customWindowStateDescriptions, ItemDescriptionArrayHolder customModeDescriptions, CookieProtocolHolder requiresInitCookie, ModelDescriptionHolder registrationPropertyDescription, StringArrayHolder locales, ResourceListHolder resourceList, ExtensionArrayHolder extensions)
          Deprecated.  
 
Methods inherited from class org.apache.axis.client.Stub
_getProperty, _getPropertyNames, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, getAttachments, getHeader, getHeaders, getPassword, getPortName, getTimeout, getUsername, removeProperty, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSRP_v1_ServiceDescription_Binding_SOAPStub

public WSRP_v1_ServiceDescription_Binding_SOAPStub()
                                            throws org.apache.axis.AxisFault
Deprecated. 

WSRP_v1_ServiceDescription_Binding_SOAPStub

public WSRP_v1_ServiceDescription_Binding_SOAPStub(java.net.URL endpointURL,
                                                   javax.xml.rpc.Service service)
                                            throws org.apache.axis.AxisFault
Deprecated. 

WSRP_v1_ServiceDescription_Binding_SOAPStub

public WSRP_v1_ServiceDescription_Binding_SOAPStub(javax.xml.rpc.Service service)
                                            throws org.apache.axis.AxisFault
Deprecated. 
Method Detail

getServiceDescription

public void getServiceDescription(RegistrationContext registrationContext,
                                  java.lang.String[] desiredLocales,
                                  javax.xml.rpc.holders.BooleanHolder requiresRegistration,
                                  PortletDescriptionArrayHolder offeredPortlets,
                                  ItemDescriptionArrayHolder userCategoryDescriptions,
                                  ItemDescriptionArrayHolder customUserProfileItemDescriptions,
                                  ItemDescriptionArrayHolder customWindowStateDescriptions,
                                  ItemDescriptionArrayHolder customModeDescriptions,
                                  CookieProtocolHolder requiresInitCookie,
                                  ModelDescriptionHolder registrationPropertyDescription,
                                  StringArrayHolder locales,
                                  ResourceListHolder resourceList,
                                  ExtensionArrayHolder extensions)
                           throws java.rmi.RemoteException,
                                  InvalidRegistrationFault,
                                  OperationFailedFault
Deprecated. 
Specified by:
getServiceDescription in interface WSRP_v1_ServiceDescription_PortType
Throws:
java.rmi.RemoteException
InvalidRegistrationFault
OperationFailedFault

uPortal 2.4.1
API Documentation