01: // This class was generated by the JAXRPC SI, do not edit.
02: // Contents subject to change without notice.
03: // JAX-RPC Standard Implementation (1.1.3, build R1)
04: // Generated source version: 1.1.3
05:
06: package org.jboss.test.wsrp;
07:
08: import javax.xml.rpc.*;
09:
10: public interface WSRPService extends javax.xml.rpc.Service {
11: public WSRP_v1_Markup_PortType getWSRPMarkupService()
12: throws ServiceException;
13:
14: public WSRP_v1_ServiceDescription_PortType getWSRPServiceDescriptionService()
15: throws ServiceException;
16:
17: public WSRP_v1_Registration_PortType getWSRPRegistrationService()
18: throws ServiceException;
19:
20: public WSRP_v1_PortletManagement_PortType getWSRPPortletManagementService()
21: throws ServiceException;
22: }
|