|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebServiceProxy
The Interface WebServiceProxy.
| Method Summary | |
|---|---|
Object |
_getProperty(String name)
Deprecated. |
void |
_setProperty(String name,
Object value)
Deprecated. |
void |
addHTTPRequestHeaders(Map httpHeaders)
Allows users to pass in additional HTTP headers to each service endpoint. |
void |
enableRequestResponseLogging(boolean enable)
Enable request response logging. |
Map |
getHTTPResponseHeaders()
Allows users to get access to HTTP headers returned by the service with the response. |
String |
getPassword()
Deprecated. |
Object |
getProperty(String name)
getProperty Allows users to get service level properties. |
String |
getUsername()
Deprecated. |
void |
setArcGISVersion(String serverVersion)
Sets the arcgis version. |
void |
setConnectionTimeout(int timeout)
Sets the connection timeout in milliseconds. |
void |
setEndPointAddress(String endpointAddressURL)
Sets the end point address. |
void |
setEndPointAddress(String endpointAddressURL,
String userName,
String password)
Sets the end point address. |
void |
setHttpReferer(String referer)
Sets the http referer the use can set when connecting to a arcgistoken based secured service. |
void |
setPassword(String password)
Deprecated. |
void |
setProperties(Map serviceParams)
Allows to set multiple service properties |
void |
setProperty(String key,
Object value)
Sets the property. |
void |
setSoapOverDCOM(Object serverobject)
Deprecated. |
void |
setSoapOverDCOM(Object serverobject,
String capablities)
Deprecated. |
void |
setUsername(String username)
Deprecated. |
| Method Detail |
|---|
void setEndPointAddress(String endpointAddressURL)
endpointAddressURL - the endpoint address url
void setEndPointAddress(String endpointAddressURL,
String userName,
String password)
userName - the user namepassword - the passwordendpointAddressURL - the endpoint address urlvoid setArcGISVersion(String serverVersion)
serverVersion - the new arcgis versionvoid enableRequestResponseLogging(boolean enable)
@Deprecated void setSoapOverDCOM(Object serverobject)
serverobject - the new soap over dcom
@Deprecated
void setSoapOverDCOM(Object serverobject,
String capablities)
serverobject - the serverobjectcapablities - the capablitiesvoid setProperties(Map serviceParams)
serviceParams - the Mapvoid setHttpReferer(String referer)
referer - the new http Referervoid setConnectionTimeout(int timeout)
timeout - the new connection timeout in milliseconds
void setProperty(String key,
Object value)
key - the keyvalue - the value as ObjectObject getProperty(String name)
name - the name as String
void addHTTPRequestHeaders(Map httpHeaders)
httpHeaders - as Mapcom.esri.arcgisws.WebServiceProxy#addHTTPRequestHeaders(java.util.Map) Map getHTTPResponseHeaders()
@Deprecated
void _setProperty(String name,
Object value)
name - the namevalue - the value@Deprecated Object _getProperty(String name)
name - the name
@Deprecated void setUsername(String username)
username - the new username@Deprecated String getUsername()
@Deprecated void setPassword(String password)
password - the new password@Deprecated String getPassword()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||