This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification

com.sun.portal.wsrp.common.stubs
Interface WSRPService

All Superinterfaces:
Service

public interface WSRPService
extends Service


Method Summary
 WSRP_v1_Markup_PortType getWSRPBaseService()
           
 WSRP_v1_PortletManagement_PortType getWSRPPortletManagementService()
           
 WSRP_v1_Registration_PortType getWSRPRegistrationService()
           
 WSRP_v1_ServiceDescription_PortType getWSRPServiceDescriptionService()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getWSRPBaseService

public WSRP_v1_Markup_PortType getWSRPBaseService()
                                           throws ServiceException
Throws:
ServiceException

getWSRPServiceDescriptionService

public WSRP_v1_ServiceDescription_PortType getWSRPServiceDescriptionService()
                                                                     throws ServiceException
Throws:
ServiceException

getWSRPRegistrationService

public WSRP_v1_Registration_PortType getWSRPRegistrationService()
                                                         throws ServiceException
Throws:
ServiceException

getWSRPPortletManagementService

public WSRP_v1_PortletManagement_PortType getWSRPPortletManagementService()
                                                                   throws ServiceException
Throws:
ServiceException

This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification