com.bea.alsb.presentation
Interface CustomHelpProvider
public interface CustomHelpProvider
Represents an object responsible for rendering provider-specific UI help
used during the service definition of provider-specific endpoint configuration.
This interface should be implemented together with the TransportUIBinding to provide
custom help for the UI fields defined in the TransportUIBinding implementation.
|
Method Summary |
Reader |
getHelpPage()
Called at service definition time to get provider-specific help for the
edit pane for endpoint configuration. |
getHelpPage
Reader getHelpPage()
- Called at service definition time to get provider-specific help for the
edit pane for endpoint configuration. This method is called when the user
clicks on the Help link when editing the transport specific UI form.
- Returns:
- input stream containing HTML markup that provides custom provider-specific
help content for the edit form.