1   /**
2    * Portal_RegionServiceSoapBindingImpl.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.portal.service.http;
9   
10  public class Portal_RegionServiceSoapBindingImpl implements com.liferay.client.soap.portal.service.http.RegionServiceSoap{
11      public com.liferay.client.soap.portal.model.RegionSoap getRegion(long regionId) throws java.rmi.RemoteException {
12          return null;
13      }
14  
15      public com.liferay.client.soap.portal.model.RegionSoap addRegion(long countryId, java.lang.String regionCode, java.lang.String name, boolean active) throws java.rmi.RemoteException {
16          return null;
17      }
18  
19      public com.liferay.client.soap.portal.model.RegionSoap[] getRegions(long countryId, boolean active) throws java.rmi.RemoteException {
20          return null;
21      }
22  
23      public com.liferay.client.soap.portal.model.RegionSoap[] getRegions(boolean active) throws java.rmi.RemoteException {
24          return null;
25      }
26  
27      public com.liferay.client.soap.portal.model.RegionSoap[] getRegions(long countryId) throws java.rmi.RemoteException {
28          return null;
29      }
30  
31      public com.liferay.client.soap.portal.model.RegionSoap[] getRegions() throws java.rmi.RemoteException {
32          return null;
33      }
34  
35  }
36