1   /**
2    * WSRP_v1_Markup_PortType.java
3    *
4    * This file was auto-generated from WSDL
5    * by the Apache Axis 1.2RC3 Feb 28, 2005 (10:15:14 EST) WSDL2Java emitter.
6    */
7   
8   package oasis.names.tc.wsrp.v1.intf;
9   
10  public interface WSRP_v1_Markup_PortType extends java.rmi.Remote {
11      public oasis.names.tc.wsrp.v1.types.MarkupResponse getMarkup(
12              oasis.names.tc.wsrp.v1.types.GetMarkup getMarkup)
13              throws java.rmi.RemoteException,
14              oasis.names.tc.wsrp.v1.types.InconsistentParametersFault,
15              oasis.names.tc.wsrp.v1.types.InvalidRegistrationFault,
16              oasis.names.tc.wsrp.v1.types.MissingParametersFault,
17              oasis.names.tc.wsrp.v1.types.OperationFailedFault,
18              oasis.names.tc.wsrp.v1.types.UnsupportedMimeTypeFault,
19              oasis.names.tc.wsrp.v1.types.UnsupportedModeFault,
20              oasis.names.tc.wsrp.v1.types.UnsupportedLocaleFault,
21              oasis.names.tc.wsrp.v1.types.InvalidUserCategoryFault,
22              oasis.names.tc.wsrp.v1.types.InvalidSessionFault,
23              oasis.names.tc.wsrp.v1.types.InvalidCookieFault,
24              oasis.names.tc.wsrp.v1.types.AccessDeniedFault,
25              oasis.names.tc.wsrp.v1.types.InvalidHandleFault,
26              oasis.names.tc.wsrp.v1.types.UnsupportedWindowStateFault;
27  
28      public oasis.names.tc.wsrp.v1.types.BlockingInteractionResponse performBlockingInteraction(
29              oasis.names.tc.wsrp.v1.types.PerformBlockingInteraction performBlockingInteraction)
30              throws java.rmi.RemoteException,
31              oasis.names.tc.wsrp.v1.types.InconsistentParametersFault,
32              oasis.names.tc.wsrp.v1.types.InvalidRegistrationFault,
33              oasis.names.tc.wsrp.v1.types.MissingParametersFault,
34              oasis.names.tc.wsrp.v1.types.OperationFailedFault,
35              oasis.names.tc.wsrp.v1.types.UnsupportedMimeTypeFault,
36              oasis.names.tc.wsrp.v1.types.UnsupportedModeFault,
37              oasis.names.tc.wsrp.v1.types.UnsupportedLocaleFault,
38              oasis.names.tc.wsrp.v1.types.InvalidUserCategoryFault,
39              oasis.names.tc.wsrp.v1.types.InvalidSessionFault,
40              oasis.names.tc.wsrp.v1.types.InvalidCookieFault,
41              oasis.names.tc.wsrp.v1.types.PortletStateChangeRequiredFault,
42              oasis.names.tc.wsrp.v1.types.AccessDeniedFault,
43              oasis.names.tc.wsrp.v1.types.InvalidHandleFault,
44              oasis.names.tc.wsrp.v1.types.UnsupportedWindowStateFault;
45  
46      public oasis.names.tc.wsrp.v1.types.ReturnAny releaseSessions(
47              oasis.names.tc.wsrp.v1.types.ReleaseSessions releaseSessions)
48              throws java.rmi.RemoteException,
49              oasis.names.tc.wsrp.v1.types.InvalidRegistrationFault,
50              oasis.names.tc.wsrp.v1.types.OperationFailedFault,
51              oasis.names.tc.wsrp.v1.types.MissingParametersFault,
52              oasis.names.tc.wsrp.v1.types.AccessDeniedFault;
53  
54      public oasis.names.tc.wsrp.v1.types.ReturnAny initCookie(
55              oasis.names.tc.wsrp.v1.types.InitCookie initCookie)
56              throws java.rmi.RemoteException,
57              oasis.names.tc.wsrp.v1.types.InvalidRegistrationFault,
58              oasis.names.tc.wsrp.v1.types.OperationFailedFault,
59              oasis.names.tc.wsrp.v1.types.AccessDeniedFault;
60  }