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

public java.lang.String getWSRPPortletManagementServiceAddress()

getWSRPPortletManagementService

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

getWSRPPortletManagementService

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

getWSRPRegistrationServiceAddress

public java.lang.String getWSRPRegistrationServiceAddress()

getWSRPRegistrationService

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

getWSRPRegistrationService

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

getWSRPBaseServiceAddress

public java.lang.String getWSRPBaseServiceAddress()

getWSRPBaseService

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

getWSRPBaseService

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

getWSRPServiceDescriptionServiceAddress

public java.lang.String getWSRPServiceDescriptionServiceAddress()

getWSRPServiceDescriptionService

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

getWSRPServiceDescriptionService

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