Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


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
 java.io.Reader getHelpPage()
          Called at service definition time to get provider-specific help for the edit pane for endpoint configuration.

 

Method Detail

getHelpPage

java.io.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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


Copyright © 2008, 2010, Oracle. All rights reserved.