|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Invoke handler is the target of XML RPC invocations. It receives a ServerRequest and returns a ServerResponse.
| Method Summary | |
ServerResponse |
_invoke(Properties headers,
InputStream is)
Invoke a method on the Invoke Handler |
ServerResponse |
_invoke(ServerRequest is)
Invoke a method on the Invoke Handler |
boolean |
isDocument(String action)
Determine whether invocation handler is document oriented |
| Method Detail |
public ServerResponse _invoke(ServerRequest is)
throws IOException
is - the specialized server request input stream
IOException - if an I/O exception occurred during invokepublic boolean isDocument(String action)
public ServerResponse _invoke(Properties headers,
InputStream is)
throws IOException
headers - transport header iformationis - input stream to read
IOException - if an I/O exception occurred during invoke
|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||