com.liferay.client.portal.service.http
Class Portal_CountryServiceSoapBindingImpl

java.lang.Object
  extended bycom.liferay.client.portal.service.http.Portal_CountryServiceSoapBindingImpl
All Implemented Interfaces:
CountryServiceSoap, java.rmi.Remote

public class Portal_CountryServiceSoapBindingImpl
extends java.lang.Object
implements CountryServiceSoap


Constructor Summary
Portal_CountryServiceSoapBindingImpl()
           
 
Method Summary
 CountrySoap[] getCountries()
           
 CountrySoap[] getCountries(boolean active)
           
 CountrySoap getCountry(long countryId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portal_CountryServiceSoapBindingImpl

public Portal_CountryServiceSoapBindingImpl()
Method Detail

getCountry

public CountrySoap getCountry(long countryId)
                       throws java.rmi.RemoteException
Specified by:
getCountry in interface CountryServiceSoap
Throws:
java.rmi.RemoteException

getCountries

public CountrySoap[] getCountries(boolean active)
                           throws java.rmi.RemoteException
Specified by:
getCountries in interface CountryServiceSoap
Throws:
java.rmi.RemoteException

getCountries

public CountrySoap[] getCountries()
                           throws java.rmi.RemoteException
Specified by:
getCountries in interface CountryServiceSoap
Throws:
java.rmi.RemoteException