1   /*
2    * Copyright 2000-2001,2004 The Apache Software Foundation.
3    * 
4    * Licensed under the Apache License, Version 2.0 (the "License");
5    * you may not use this file except in compliance with the License.
6    * You may obtain a copy of the License at
7    * 
8    *      http://www.apache.org/licenses/LICENSE-2.0
9    * 
10   * Unless required by applicable law or agreed to in writing, software
11   * distributed under the License is distributed on an "AS IS" BASIS,
12   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   * See the License for the specific language governing permissions and
14   * limitations under the License.
15   */
16  
17  /* 
18  
19   */
20  
21  /**
22   * WSRP_v1_PortletManagement_Binding_SOAPImpl.java
23   *
24   * This file was auto-generated from WSDL
25   * by the Apache Axis WSDL2Java emitter.
26   */
27  
28  package oasis.names.tc.wsrp.v1.bind;
29  
30  import org.apache.wsrp4j.producer.driver.WSRPEngine;
31  
32  public class WSRP_v1_PortletManagement_Binding_SOAPImpl implements
33          oasis.names.tc.wsrp.v1.intf.WSRP_v1_PortletManagement_PortType {
34      public oasis.names.tc.wsrp.v1.types.PortletDescriptionResponse getPortletDescription(
35              oasis.names.tc.wsrp.v1.types.GetPortletDescription getPortletDescription)
36              throws java.rmi.RemoteException,
37              oasis.names.tc.wsrp.v1.types.InvalidUserCategoryFault,
38              oasis.names.tc.wsrp.v1.types.InconsistentParametersFault,
39              oasis.names.tc.wsrp.v1.types.InvalidRegistrationFault,
40              oasis.names.tc.wsrp.v1.types.OperationFailedFault,
41              oasis.names.tc.wsrp.v1.types.MissingParametersFault,
42              oasis.names.tc.wsrp.v1.types.AccessDeniedFault,
43              oasis.names.tc.wsrp.v1.types.InvalidHandleFault {
44          return WSRPEngine.getInstance().getPortletDescription(
45                  getPortletDescription);
46      }
47  
48      public oasis.names.tc.wsrp.v1.types.PortletContext clonePortlet(
49              oasis.names.tc.wsrp.v1.types.ClonePortlet clonePortlet)
50              throws java.rmi.RemoteException,
51              oasis.names.tc.wsrp.v1.types.InvalidUserCategoryFault,
52              oasis.names.tc.wsrp.v1.types.InconsistentParametersFault,
53              oasis.names.tc.wsrp.v1.types.InvalidRegistrationFault,
54              oasis.names.tc.wsrp.v1.types.OperationFailedFault,
55              oasis.names.tc.wsrp.v1.types.MissingParametersFault,
56              oasis.names.tc.wsrp.v1.types.AccessDeniedFault,
57              oasis.names.tc.wsrp.v1.types.InvalidHandleFault {
58          return WSRPEngine.getInstance().clonePortlet(clonePortlet);
59      }
60  
61      public oasis.names.tc.wsrp.v1.types.DestroyPortletsResponse destroyPortlets(
62              oasis.names.tc.wsrp.v1.types.DestroyPortlets destroyPortlets)
63              throws java.rmi.RemoteException,
64              oasis.names.tc.wsrp.v1.types.InconsistentParametersFault,
65              oasis.names.tc.wsrp.v1.types.InvalidRegistrationFault,
66              oasis.names.tc.wsrp.v1.types.OperationFailedFault,
67              oasis.names.tc.wsrp.v1.types.MissingParametersFault {
68          return WSRPEngine.getInstance().destroyPortlets(destroyPortlets);
69      }
70  
71      public oasis.names.tc.wsrp.v1.types.PortletContext setPortletProperties(
72              oasis.names.tc.wsrp.v1.types.SetPortletProperties setPortletProperties)
73              throws java.rmi.RemoteException,
74              oasis.names.tc.wsrp.v1.types.InvalidUserCategoryFault,
75              oasis.names.tc.wsrp.v1.types.InconsistentParametersFault,
76              oasis.names.tc.wsrp.v1.types.InvalidRegistrationFault,
77              oasis.names.tc.wsrp.v1.types.OperationFailedFault,
78              oasis.names.tc.wsrp.v1.types.MissingParametersFault,
79              oasis.names.tc.wsrp.v1.types.AccessDeniedFault,
80              oasis.names.tc.wsrp.v1.types.InvalidHandleFault {
81          return WSRPEngine.getInstance().setPortletProperties(
82                  setPortletProperties);
83      }
84  
85      public oasis.names.tc.wsrp.v1.types.PropertyList getPortletProperties(
86              oasis.names.tc.wsrp.v1.types.GetPortletProperties getPortletProperties)
87              throws java.rmi.RemoteException,
88              oasis.names.tc.wsrp.v1.types.InvalidUserCategoryFault,
89              oasis.names.tc.wsrp.v1.types.InconsistentParametersFault,
90              oasis.names.tc.wsrp.v1.types.InvalidRegistrationFault,
91              oasis.names.tc.wsrp.v1.types.OperationFailedFault,
92              oasis.names.tc.wsrp.v1.types.MissingParametersFault,
93              oasis.names.tc.wsrp.v1.types.AccessDeniedFault,
94              oasis.names.tc.wsrp.v1.types.InvalidHandleFault {
95          return WSRPEngine.getInstance().getPortletProperties(
96                  getPortletProperties);
97      }
98  
99      public oasis.names.tc.wsrp.v1.types.PortletPropertyDescriptionResponse getPortletPropertyDescription(
100             oasis.names.tc.wsrp.v1.types.GetPortletPropertyDescription getPortletPropertyDescription)
101             throws java.rmi.RemoteException,
102             oasis.names.tc.wsrp.v1.types.InvalidUserCategoryFault,
103             oasis.names.tc.wsrp.v1.types.InconsistentParametersFault,
104             oasis.names.tc.wsrp.v1.types.InvalidRegistrationFault,
105             oasis.names.tc.wsrp.v1.types.OperationFailedFault,
106             oasis.names.tc.wsrp.v1.types.MissingParametersFault,
107             oasis.names.tc.wsrp.v1.types.AccessDeniedFault,
108             oasis.names.tc.wsrp.v1.types.InvalidHandleFault {
109         return WSRPEngine.getInstance().getPortletPropertyDescription(
110                 getPortletPropertyDescription);
111     }
112 
113 }