Novell exteNd Web Services SDK API

com.sssw.jbroker.web.portable
Interface ResponseHandler

All Known Subinterfaces:
ServerRequest

public interface ResponseHandler

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

createReply

public ServerResponse createReply()
Create an output stream for marshaling results.


createReply

public ServerResponse createReply(Properties mimeHeaders)
Create an output stream for mime response.


createExceptionReply

public ServerResponse createExceptionReply()
Create an output stream for marshaling exceptions.


createReply

public ServerResponse createReply(Properties mimeHeaders,
                                  boolean headerExpected)
Create an output stream for mime response.

Parameters:
mimeHeaders - mime header information for the root soap message. If null then the response is NON-MIME.
headerExpected - true if reply contains header elements.

createExceptionReply

public ServerResponse createExceptionReply(boolean headerExpected)
Create an output stream for marshaling exceptions.

Parameters:
headerExpected - true if reply contains header elements.

Novell exteNd Web Services SDK API

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.