01: /**
02: * WSRPService.java
03: *
04: * This file was auto-generated from WSDL
05: * by the Apache Axis 1.2RC3 Feb 28, 2005 (10:15:14 EST) WSDL2Java emitter.
06: */package oasis.names.tc.wsrp.v1.wsdl;
07:
08: public interface WSRPService extends javax.xml.rpc.Service {
09: public java.lang.String getWSRPPortletManagementServiceAddress();
10:
11: public oasis.names.tc.wsrp.v1.intf.WSRP_v1_PortletManagement_PortType getWSRPPortletManagementService()
12: throws javax.xml.rpc.ServiceException;
13:
14: public oasis.names.tc.wsrp.v1.intf.WSRP_v1_PortletManagement_PortType getWSRPPortletManagementService(
15: java.net.URL portAddress)
16: throws javax.xml.rpc.ServiceException;
17:
18: public java.lang.String getWSRPRegistrationServiceAddress();
19:
20: public oasis.names.tc.wsrp.v1.intf.WSRP_v1_Registration_PortType getWSRPRegistrationService()
21: throws javax.xml.rpc.ServiceException;
22:
23: public oasis.names.tc.wsrp.v1.intf.WSRP_v1_Registration_PortType getWSRPRegistrationService(
24: java.net.URL portAddress)
25: throws javax.xml.rpc.ServiceException;
26:
27: public java.lang.String getWSRPBaseServiceAddress();
28:
29: public oasis.names.tc.wsrp.v1.intf.WSRP_v1_Markup_PortType getWSRPBaseService()
30: throws javax.xml.rpc.ServiceException;
31:
32: public oasis.names.tc.wsrp.v1.intf.WSRP_v1_Markup_PortType getWSRPBaseService(
33: java.net.URL portAddress)
34: throws javax.xml.rpc.ServiceException;
35:
36: public java.lang.String getWSRPServiceDescriptionServiceAddress();
37:
38: public oasis.names.tc.wsrp.v1.intf.WSRP_v1_ServiceDescription_PortType getWSRPServiceDescriptionService()
39: throws javax.xml.rpc.ServiceException;
40:
41: public oasis.names.tc.wsrp.v1.intf.WSRP_v1_ServiceDescription_PortType getWSRPServiceDescriptionService(
42: java.net.URL portAddress)
43: throws javax.xml.rpc.ServiceException;
44: }
|