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 void deleteNode(long nodeId) throws java.rmi.RemoteException {
16      }
17  
18      public void subscribeNode(long nodeId) throws java.rmi.RemoteException {
19      }
20  
21      public void unsubscribeNode(long nodeId) throws java.rmi.RemoteException {
22      }
23  
24      public com.liferay.client.soap.portlet.wiki.model.WikiNodeSoap updateNode(long nodeId, java.lang.String name, java.lang.String description) throws java.rmi.RemoteException {
25          return null;
26      }
27  
28      public com.liferay.client.soap.portlet.wiki.model.WikiNodeSoap getNode(long groupId, java.lang.String name) throws java.rmi.RemoteException {
29          return null;
30      }
31  
32      public com.liferay.client.soap.portlet.wiki.model.WikiNodeSoap getNode(long nodeId) throws java.rmi.RemoteException {
33          return null;
34      }
35  
36  }
37