|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.services.impl.WSBaseService
public class WSBaseService
BaseService class for connecting to WebService/SOAP based Anzo services.
| Constructor Summary | |
|---|---|
WSBaseService(java.util.Properties properties)
Create new WSBaseService with configuration properties provided in Properties object |
|
WSBaseService(java.lang.String serviceHostName,
int servicePort,
java.lang.String serviceUser,
java.lang.String servicePassword,
int serviceTimeout)
Create new WSBaseService with given configuration properties |
|
| Method Summary | |
|---|---|
java.lang.String |
getServiceHostName()
Get the hostname for the webservice |
java.lang.String |
getServicePassword()
Get the password for the webservice |
int |
getServicePort()
Get the port for the webservice |
java.lang.String |
getServiceUser()
Get the user for the webservice. |
void |
setServiceHostName(java.lang.String serviceHostName)
Get the hostname for the webservice. |
void |
setServicePassword(java.lang.String servicePassword)
Set the password for the webservice |
void |
setServicePort(int servicePort)
Set the port for the webservice. |
void |
setServiceUser(java.lang.String serviceUser)
Set the user for the webservice. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSBaseService(java.util.Properties properties)
properties - Configuration properties
public WSBaseService(java.lang.String serviceHostName,
int servicePort,
java.lang.String serviceUser,
java.lang.String servicePassword,
int serviceTimeout)
serviceHostName - Hostname for Anzo webserviceservicePort - Port for Anzo webserviceserviceUser - Username for Anzo webserviceservicePassword - Password for Anzo webserviceserviceTimeout - Number of milliseconds to wait before timing out call to server| Method Detail |
|---|
public java.lang.String getServiceHostName()
public void setServiceHostName(java.lang.String serviceHostName)
serviceHostName - the serviceHostName to setpublic java.lang.String getServicePassword()
public void setServicePassword(java.lang.String servicePassword)
servicePassword - the servicePassword to setpublic int getServicePort()
public void setServicePort(int servicePort)
servicePort - the servicePort to setpublic java.lang.String getServiceUser()
public void setServiceUser(java.lang.String serviceUser)
serviceUser - the serviceUser to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||