Package wt.ixb.handlers.netmarkets
Class JSPFeedback
java.lang.Object
wt.ixb.handlers.netmarkets.JSPFeedback
- All Implemented Interfaces:
PropertyChangeListener,EventListener
Class to write pass messages to an NmFeedbackSpec object.
This class can be used by server-side methods to send feedback messages
to arbitrary clients which understand how to use an NmFeedbackSpec object.
The calling program must have previously constructed a
JSPFeedback object around its NmFeedbackSpec object.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()Destroy thisJSPFeedbackobject.static voidsendFeedback(String feedback) Send feedback string to NmFeedbackSpec.static voidsendFeedback(LocalizableMessage feedback) Send feedbackLocalizableMessageto NmFeedbackSpec.
-
Method Details
-
destroy
public void destroy()Destroy thisJSPFeedbackobject.
Supported API: true -
sendFeedback
Send feedback string to NmFeedbackSpec.
Supported API: true- Parameters:
feedback- theStringto write and flush
-
sendFeedback
Send feedbackLocalizableMessageto NmFeedbackSpec. The message will be localized to locale of the response.
Supported API: true- Parameters:
feedback- theStringto write and flush- Throws:
WTException
-