fr.paris.lutece.plugins.gis.modules.address.service
Class WebServiceAddressService
java.lang.Object
fr.paris.lutece.plugins.gis.modules.address.service.WebServiceAddressService
- All Implemented Interfaces:
- IAddressService
public class WebServiceAddressService
- extends java.lang.Object
- implements IAddressService
Method Summary |
java.lang.String |
getDateSearch()
|
java.lang.String |
getDefaultCity()
|
java.lang.String |
getPassword()
|
java.lang.String |
getTimeOut()
|
java.lang.String |
getUrlWS()
|
java.lang.String |
getUserName()
|
fr.paris.lutece.plugins.address.business.jaxb.wsSearchAdresse.Adresse |
inverseGeolocalization(javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.plugins.gis.business.LonLat coord,
java.lang.String SRID)
|
java.util.Set<fr.paris.lutece.plugins.address.business.jaxb.wsSearchAdresse.Adresse> |
searchAddress(javax.servlet.http.HttpServletRequest request,
java.lang.String address,
java.lang.String SRID)
|
void |
setDateSearch(java.lang.String strDateSearch)
|
void |
setDefaultCity(java.lang.String strDefaultCity)
|
void |
setPassword(java.lang.String password)
|
void |
setTimeOut(java.lang.String timeOut)
|
void |
setUrlWS(java.lang.String strUrlWS)
|
void |
setUserName(java.lang.String userName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebServiceAddressService
public WebServiceAddressService()
searchAddress
public java.util.Set<fr.paris.lutece.plugins.address.business.jaxb.wsSearchAdresse.Adresse> searchAddress(javax.servlet.http.HttpServletRequest request,
java.lang.String address,
java.lang.String SRID)
throws java.rmi.RemoteException
- Specified by:
searchAddress
in interface IAddressService
- Parameters:
strSRID
- the srsidrequest
- Requestlabeladresse
- the label adressstrArrondissement
- Arrondissement
- Returns:
- the XML flux of all adress corresponding
- Throws:
java.rmi.RemoteException
- the RemoteExecption- See Also:
- ADDRESS-8
inverseGeolocalization
public fr.paris.lutece.plugins.address.business.jaxb.wsSearchAdresse.Adresse inverseGeolocalization(javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.plugins.gis.business.LonLat coord,
java.lang.String SRID)
throws java.rmi.RemoteException
- Specified by:
inverseGeolocalization
in interface IAddressService
- Parameters:
strSRID
- the srsidrequest
- Requestcoord
- LonLat of the point
- Returns:
- the XML flux of closest address corresponding
- Throws:
java.rmi.RemoteException
- the RemoteExecption
getDateSearch
public java.lang.String getDateSearch()
- Returns:
- the date for parameter methodes of web service
setDateSearch
public void setDateSearch(java.lang.String strDateSearch)
- Parameters:
strDateSearch
- the new date search
getDefaultCity
public java.lang.String getDefaultCity()
- Returns:
- the default city for parameter methodes of web service
setDefaultCity
public void setDefaultCity(java.lang.String strDefaultCity)
- Parameters:
strDefaultCity
- the new default city
getUrlWS
public java.lang.String getUrlWS()
- Returns:
- the url of the web service
setUrlWS
public void setUrlWS(java.lang.String strUrlWS)
- Parameters:
strUrlWS
- the new web service url
getPassword
public java.lang.String getPassword()
- Returns:
- the password
setPassword
public void setPassword(java.lang.String password)
- Parameters:
password
- the password
getUserName
public java.lang.String getUserName()
- Returns:
- the user name
setUserName
public void setUserName(java.lang.String userName)
- Parameters:
userName
- the user name
getTimeOut
public java.lang.String getTimeOut()
- Returns:
- the timeout
setTimeOut
public void setTimeOut(java.lang.String timeOut)
- Parameters:
timeOut
- the timeout
Copyright © 2012 Mairie de Paris. All Rights Reserved.