|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResponseHandlerInterface
Interface to the runtime flowengine for handling responses from process nodes and dynamic listener applications.
For more information about the runtime flowengine, refer to its package description.
Method Summary | |
---|---|
boolean |
isResponseRequired()
Return whether or not a response is required. |
void |
log(java.lang.String message)
Log a message in the EventBroker Service log. |
void |
setResponse(org.w3c.dom.DocumentFragment response)
Set a response. |
void |
setResponse(java.lang.Object response)
Set a response. |
void |
setResponse(java.lang.String response)
Set a response. |
Method Detail |
---|
boolean isResponseRequired() throws java.rmi.RemoteException
A handling agent is not required to provide a response, but this method lets the agent know if a response is going to be sent to the originating client.
java.rmi.RemoteException
- if a network anomaly occurs.void setResponse(java.lang.String response) throws java.rmi.RemoteException
The response is expected to be in XML format.
response
- Response to be sent to the event originator.
java.rmi.RemoteException
- if a network anomaly occurs.void setResponse(org.w3c.dom.DocumentFragment response) throws java.rmi.RemoteException
response
- Response to be sent to the event originator.
java.rmi.RemoteException
- if a network anomaly occurs.void setResponse(java.lang.Object response) throws java.rmi.RemoteException
response
- Response to be sent to the event originator.
java.rmi.RemoteException
- if a network anomaly occurs.void log(java.lang.String message) throws java.rmi.RemoteException
EventBroker Service
log.
Allow process nodes or dynamic listeners to log their messages in the same log used by the broker.
message
- message to log.
java.rmi.RemoteException
- if a network anomaly occurs.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |