|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WADORequestProcessor
| Method Summary | |
|---|---|
WADOResponse |
processRequest(WADORequest request)
The method will use the parameters in the WADORequest object to send a WADO request to the WADO server. |
void |
setWADOServerAddress(java.lang.String wadoServerHost)
Sets the host address of the WADO server. |
void |
setWADOServerAddress(java.lang.String wadoServerHost,
java.lang.String wadoServerPort)
Sets the host address and port number of the WADO server. |
| Method Detail |
|---|
WADOResponse processRequest(WADORequest request)
throws RequestParametersValidationException,
WADOServerNotFoundException
request - The WADORequst object with the parameters for the WADO request
WADOException - The method will throw validation exception if parameters are
not valid or other exceptions if the interaction with the WADO server failed.
RequestParametersValidationException
WADOServerNotFoundExceptionvoid setWADOServerAddress(java.lang.String wadoServerHost)
wadoServerUrl - The host address of the WADO server
void setWADOServerAddress(java.lang.String wadoServerHost,
java.lang.String wadoServerPort)
wadoServerHost - The host address of the WADO serverwadoServerPort - The port number of the WADO server
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||