|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.runtime.WebServiceProxyImpl
public abstract class WebServiceProxyImpl
The Class WebServiceProxyImpl.
| Constructor Summary | |
|---|---|
WebServiceProxyImpl()
Instantiates a new web service proxy impl. |
|
| Method Summary | |
|---|---|
java.lang.Object |
_getProperty(java.lang.String name)
Deprecated. |
void |
_setProperty(java.lang.String name,
java.lang.Object value)
Deprecated. |
void |
addHTTPRequestHeaders(java.util.Map httpHeaders)
Allows users to pass in additional HTTP headers to each service endpoint. |
void |
enableRequestResponseLogging(boolean enable)
Enable request response logging. |
java.util.Map |
getHTTPResponseHeaders()
Allows users to get access to HTTP headers returned by the service with the response. |
java.lang.String |
getPassword()
Deprecated. |
java.lang.Object |
getProperty(java.lang.String name)
getProperty Allows users to get service level properties. |
java.lang.String |
getUsername()
Deprecated. |
void |
releaseIdleConnections()
|
void |
setArcGISVersion(java.lang.String serverVersion)
Sets the arcgis version. |
void |
setConnectionTimeout(int timeout)
Sets the connection timeout in milliseconds. |
void |
setEndPointAddress(java.lang.String endpointAddressURL)
Sets the end point address. |
void |
setEndPointAddress(java.lang.String endpointAddressURL,
java.lang.String userName,
java.lang.String password)
Sets the end point address. |
void |
setHttpReferer(java.lang.String referer)
Sets the http referer the use can set when connecting to a arcgistoken based secured service. |
void |
setPassword(java.lang.String password)
Deprecated. |
void |
setProperties(java.util.Map serviceParams)
Allows to set multiple service properties |
void |
setProperty(java.lang.String key,
java.lang.Object value)
Sets the property. |
void |
setSoapOverDCOM(java.lang.Object serverobject)
Deprecated. |
void |
setSoapOverDCOM(java.lang.Object serverobject,
java.lang.String capablities)
Deprecated. |
void |
setUsername(java.lang.String username)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebServiceProxyImpl()
| Method Detail |
|---|
public void setEndPointAddress(java.lang.String endpointAddressURL)
WebServiceProxy
setEndPointAddress in interface WebServiceProxyendpointAddressURL - the endpoint address url
public void setEndPointAddress(java.lang.String endpointAddressURL,
java.lang.String userName,
java.lang.String password)
WebServiceProxy
setEndPointAddress in interface WebServiceProxyendpointAddressURL - the endpoint address urluserName - the user namepassword - the passwordpublic void setArcGISVersion(java.lang.String serverVersion)
WebServiceProxy
setArcGISVersion in interface WebServiceProxyserverVersion - the new arcgis versionpublic void setHttpReferer(java.lang.String referer)
WebServiceProxy
setHttpReferer in interface WebServiceProxyreferer - the new http Refererpublic void setConnectionTimeout(int timeout)
WebServiceProxy
setConnectionTimeout in interface WebServiceProxytimeout - the new connection timeout in milliseconds
public void setProperty(java.lang.String key,
java.lang.Object value)
WebServiceProxy
setProperty in interface WebServiceProxykey - the keyvalue - the value as Objectpublic java.lang.Object getProperty(java.lang.String name)
WebServiceProxy
getProperty in interface WebServiceProxyname - the name as String
public void setProperties(java.util.Map serviceParams)
WebServiceProxy
setProperties in interface WebServiceProxyserviceParams - the Mappublic void enableRequestResponseLogging(boolean enable)
WebServiceProxy
enableRequestResponseLogging in interface WebServiceProxy@Deprecated public void setSoapOverDCOM(java.lang.Object serverobject)
WebServiceProxy
setSoapOverDCOM in interface WebServiceProxyserverobject - the new soap over dcom
@Deprecated
public void setSoapOverDCOM(java.lang.Object serverobject,
java.lang.String capablities)
WebServiceProxy
setSoapOverDCOM in interface WebServiceProxyserverobject - the serverobjectcapablities - the capablitiespublic void addHTTPRequestHeaders(java.util.Map httpHeaders)
WebServiceProxy
addHTTPRequestHeaders in interface WebServiceProxyhttpHeaders - as Mapcom.esri.arcgisws.WebServiceProxy#addHTTPRequestHeaders(java.util.Map) public java.util.Map getHTTPResponseHeaders()
WebServiceProxy
getHTTPResponseHeaders in interface WebServiceProxy
@Deprecated
public void _setProperty(java.lang.String name,
java.lang.Object value)
WebServiceProxy
_setProperty in interface WebServiceProxyname - the namevalue - the value@Deprecated public java.lang.Object _getProperty(java.lang.String name)
WebServiceProxy
_getProperty in interface WebServiceProxyname - the name
@Deprecated public void setUsername(java.lang.String username)
WebServiceProxy
setUsername in interface WebServiceProxyusername - the new username@Deprecated public java.lang.String getUsername()
WebServiceProxy
getUsername in interface WebServiceProxy@Deprecated public void setPassword(java.lang.String password)
WebServiceProxy
setPassword in interface WebServiceProxypassword - the new password@Deprecated public java.lang.String getPassword()
WebServiceProxy
getPassword in interface WebServiceProxypublic void releaseIdleConnections()
releaseIdleConnections in interface WebServiceProxy
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||