oasis.names.tc.wsrp.v1.wsdl
Interface WSRPService

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

public interface WSRPService
extends javax.xml.rpc.Service


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

Method Detail

getWSRPPortletManagementServiceAddress

java.lang.String getWSRPPortletManagementServiceAddress()

getWSRPPortletManagementService

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

getWSRPPortletManagementService

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

getWSRPRegistrationServiceAddress

java.lang.String getWSRPRegistrationServiceAddress()

getWSRPRegistrationService

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

getWSRPRegistrationService

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

getWSRPBaseServiceAddress

java.lang.String getWSRPBaseServiceAddress()

getWSRPBaseService

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

getWSRPBaseService

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

getWSRPServiceDescriptionServiceAddress

java.lang.String getWSRPServiceDescriptionServiceAddress()

getWSRPServiceDescriptionService

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

getWSRPServiceDescriptionService

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