uPortal 2.4.1
API Documentation

org.jasig.portal.wsrp.wsdl
Interface WSRPService

All Superinterfaces:
javax.xml.rpc.Service
All Known Implementing Classes:
WSRPServiceLocator

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 interface WSRPService
extends javax.xml.rpc.Service


Method Summary
 WSRP_v1_Markup_PortType getWSRPBaseService()
          Deprecated.  
 WSRP_v1_Markup_PortType getWSRPBaseService(java.net.URL portAddress)
          Deprecated.  
 java.lang.String getWSRPBaseServiceAddress()
          Deprecated.  
 WSRP_v1_PortletManagement_PortType getWSRPPortletManagementService()
          Deprecated.  
 WSRP_v1_PortletManagement_PortType getWSRPPortletManagementService(java.net.URL portAddress)
          Deprecated.  
 java.lang.String getWSRPPortletManagementServiceAddress()
          Deprecated.  
 WSRP_v1_Registration_PortType getWSRPRegistrationService()
          Deprecated.  
 WSRP_v1_Registration_PortType getWSRPRegistrationService(java.net.URL portAddress)
          Deprecated.  
 java.lang.String getWSRPRegistrationServiceAddress()
          Deprecated.  
 WSRP_v1_ServiceDescription_PortType getWSRPServiceDescriptionService()
          Deprecated.  
 WSRP_v1_ServiceDescription_PortType getWSRPServiceDescriptionService(java.net.URL portAddress)
          Deprecated.  
 java.lang.String getWSRPServiceDescriptionServiceAddress()
          Deprecated.  
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getWSRPPortletManagementServiceAddress

public java.lang.String getWSRPPortletManagementServiceAddress()
Deprecated. 

getWSRPPortletManagementService

public WSRP_v1_PortletManagement_PortType getWSRPPortletManagementService()
                                                                   throws javax.xml.rpc.ServiceException
Deprecated. 
Throws:
javax.xml.rpc.ServiceException

getWSRPPortletManagementService

public WSRP_v1_PortletManagement_PortType getWSRPPortletManagementService(java.net.URL portAddress)
                                                                   throws javax.xml.rpc.ServiceException
Deprecated. 
Throws:
javax.xml.rpc.ServiceException

getWSRPRegistrationServiceAddress

public java.lang.String getWSRPRegistrationServiceAddress()
Deprecated. 

getWSRPRegistrationService

public WSRP_v1_Registration_PortType getWSRPRegistrationService()
                                                         throws javax.xml.rpc.ServiceException
Deprecated. 
Throws:
javax.xml.rpc.ServiceException

getWSRPRegistrationService

public WSRP_v1_Registration_PortType getWSRPRegistrationService(java.net.URL portAddress)
                                                         throws javax.xml.rpc.ServiceException
Deprecated. 
Throws:
javax.xml.rpc.ServiceException

getWSRPBaseServiceAddress

public java.lang.String getWSRPBaseServiceAddress()
Deprecated. 

getWSRPBaseService

public WSRP_v1_Markup_PortType getWSRPBaseService()
                                           throws javax.xml.rpc.ServiceException
Deprecated. 
Throws:
javax.xml.rpc.ServiceException

getWSRPBaseService

public WSRP_v1_Markup_PortType getWSRPBaseService(java.net.URL portAddress)
                                           throws javax.xml.rpc.ServiceException
Deprecated. 
Throws:
javax.xml.rpc.ServiceException

getWSRPServiceDescriptionServiceAddress

public java.lang.String getWSRPServiceDescriptionServiceAddress()
Deprecated. 

getWSRPServiceDescriptionService

public WSRP_v1_ServiceDescription_PortType getWSRPServiceDescriptionService()
                                                                     throws javax.xml.rpc.ServiceException
Deprecated. 
Throws:
javax.xml.rpc.ServiceException

getWSRPServiceDescriptionService

public WSRP_v1_ServiceDescription_PortType getWSRPServiceDescriptionService(java.net.URL portAddress)
                                                                     throws javax.xml.rpc.ServiceException
Deprecated. 
Throws:
javax.xml.rpc.ServiceException

uPortal 2.4.1
API Documentation