1   /**
2    * Portlet_Wiki_WikiNodeServiceSoapBindingImpl.java
3    *
4    * This file was auto-generated from WSDL
5    * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
6    */
7   
8   package com.liferay.client.soap.portlet.wiki.service.http;
9   
10  public class Portlet_Wiki_WikiNodeServiceSoapBindingImpl implements com.liferay.client.soap.portlet.wiki.service.http.WikiNodeServiceSoap{
11      public com.liferay.client.soap.portlet.wiki.model.WikiNodeSoap addNode(java.lang.String name, java.lang.String description, com.liferay.client.soap.portal.service.ServiceContext serviceContext) throws java.rmi.RemoteException {
12          return null;
13      }
14  
15      public com.liferay.client.soap.portlet.wiki.model.WikiNodeSoap getNode(long nodeId) throws java.rmi.RemoteException {
16          return null;
17      }
18  
19      public com.liferay.client.soap.portlet.wiki.model.WikiNodeSoap getNode(long groupId, java.lang.String name) throws java.rmi.RemoteException {
20          return null;
21      }
22  
23      public void deleteNode(long nodeId) throws java.rmi.RemoteException {
24      }
25  
26      public void subscribeNode(long nodeId) throws java.rmi.RemoteException {
27      }
28  
29      public void unsubscribeNode(long nodeId) throws java.rmi.RemoteException {
30      }
31  
32      public com.liferay.client.soap.portlet.wiki.model.WikiNodeSoap updateNode(long nodeId, java.lang.String name, java.lang.String description) throws java.rmi.RemoteException {
33          return null;
34      }
35  
36  }
37