com.esri.arcgisws
Class GeocodeServerBindingStub

java.lang.Object
  extended byorg.apache.axis.client.Stub
      extended bycom.esri.arcgisws.GeocodeServerBindingStub
All Implemented Interfaces:
GeocodeServerPort, java.rmi.Remote, javax.xml.rpc.Stub

public class GeocodeServerBindingStub
extends org.apache.axis.client.Stub
implements GeocodeServerPort


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
GeocodeServerBindingStub()
           
GeocodeServerBindingStub(javax.xml.rpc.Service service)
           
GeocodeServerBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 RecordSet findAddressCandidates(PropertySet address, PropertySet propMods)
           
 PropertySet geocodeAddress(PropertySet address, PropertySet propMods)
           
 RecordSet geocodeAddresses(RecordSet addressTable, PropertySet addressFieldMapping, PropertySet propMods)
           
 Fields getAddressFields()
           
 Fields getCandidateFields(PropertySet propMods)
           
 PropertySet getDefaultInputFieldMapping()
           
 Fields getIntersectionCandidateFields(PropertySet propMods)
           
 PropertySet getLocatorProperties()
           
 Fields getResultFields(PropertySet propMods)
           
 Fields getStandardizedFields()
           
 Fields getStandardizedIntersectionFields()
           
 PropertySet reverseGeocode(Point location, boolean returnIntersection, PropertySet propMods)
           
 PropertySet standardizeAddress(PropertySet address, PropertySet propMods)
           
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeocodeServerBindingStub

public GeocodeServerBindingStub()
                         throws org.apache.axis.AxisFault

GeocodeServerBindingStub

public GeocodeServerBindingStub(java.net.URL endpointURL,
                                javax.xml.rpc.Service service)
                         throws org.apache.axis.AxisFault

GeocodeServerBindingStub

public GeocodeServerBindingStub(javax.xml.rpc.Service service)
                         throws org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLocatorProperties

public PropertySet getLocatorProperties()
                                 throws java.rmi.RemoteException
Specified by:
getLocatorProperties in interface GeocodeServerPort
Throws:
java.rmi.RemoteException

getDefaultInputFieldMapping

public PropertySet getDefaultInputFieldMapping()
                                        throws java.rmi.RemoteException
Specified by:
getDefaultInputFieldMapping in interface GeocodeServerPort
Throws:
java.rmi.RemoteException

getResultFields

public Fields getResultFields(PropertySet propMods)
                       throws java.rmi.RemoteException
Specified by:
getResultFields in interface GeocodeServerPort
Throws:
java.rmi.RemoteException

getStandardizedIntersectionFields

public Fields getStandardizedIntersectionFields()
                                         throws java.rmi.RemoteException
Specified by:
getStandardizedIntersectionFields in interface GeocodeServerPort
Throws:
java.rmi.RemoteException

getStandardizedFields

public Fields getStandardizedFields()
                             throws java.rmi.RemoteException
Specified by:
getStandardizedFields in interface GeocodeServerPort
Throws:
java.rmi.RemoteException

getIntersectionCandidateFields

public Fields getIntersectionCandidateFields(PropertySet propMods)
                                      throws java.rmi.RemoteException
Specified by:
getIntersectionCandidateFields in interface GeocodeServerPort
Throws:
java.rmi.RemoteException

getCandidateFields

public Fields getCandidateFields(PropertySet propMods)
                          throws java.rmi.RemoteException
Specified by:
getCandidateFields in interface GeocodeServerPort
Throws:
java.rmi.RemoteException

getAddressFields

public Fields getAddressFields()
                        throws java.rmi.RemoteException
Specified by:
getAddressFields in interface GeocodeServerPort
Throws:
java.rmi.RemoteException

findAddressCandidates

public RecordSet findAddressCandidates(PropertySet address,
                                       PropertySet propMods)
                                throws java.rmi.RemoteException
Specified by:
findAddressCandidates in interface GeocodeServerPort
Throws:
java.rmi.RemoteException

standardizeAddress

public PropertySet standardizeAddress(PropertySet address,
                                      PropertySet propMods)
                               throws java.rmi.RemoteException
Specified by:
standardizeAddress in interface GeocodeServerPort
Throws:
java.rmi.RemoteException

geocodeAddresses

public RecordSet geocodeAddresses(RecordSet addressTable,
                                  PropertySet addressFieldMapping,
                                  PropertySet propMods)
                           throws java.rmi.RemoteException
Specified by:
geocodeAddresses in interface GeocodeServerPort
Throws:
java.rmi.RemoteException

geocodeAddress

public PropertySet geocodeAddress(PropertySet address,
                                  PropertySet propMods)
                           throws java.rmi.RemoteException
Specified by:
geocodeAddress in interface GeocodeServerPort
Throws:
java.rmi.RemoteException

reverseGeocode

public PropertySet reverseGeocode(Point location,
                                  boolean returnIntersection,
                                  PropertySet propMods)
                           throws java.rmi.RemoteException
Specified by:
reverseGeocode in interface GeocodeServerPort
Throws:
java.rmi.RemoteException