|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Response Handler is the factory for ServerResponse.
| Method Summary | |
ServerResponse |
createExceptionReply()
Create an output stream for marshaling exceptions. |
ServerResponse |
createExceptionReply(boolean headerExpected)
Create an output stream for marshaling exceptions. |
ServerResponse |
createReply()
Create an output stream for marshaling results. |
ServerResponse |
createReply(Properties mimeHeaders)
Create an output stream for mime response. |
ServerResponse |
createReply(Properties mimeHeaders,
boolean headerExpected)
Create an output stream for mime response. |
| Method Detail |
public ServerResponse createReply()
public ServerResponse createReply(Properties mimeHeaders)
public ServerResponse createExceptionReply()
public ServerResponse createReply(Properties mimeHeaders,
boolean headerExpected)
mimeHeaders - mime header information for the root soap message. If null then the response is NON-MIME.headerExpected - true if reply contains header elements.public ServerResponse createExceptionReply(boolean headerExpected)
headerExpected - true if reply contains header elements.
|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||