Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] jaxws handler wizard solution

Title: jaxws handler wizard solution

1. The main UI: (Please scroll down) :)

2. How to invoke this wizard
        There are two way to start this wizard:
            a)  In the main menu : [File] >> [new] >> [other] >> [SOA Tools] >> [JAX-WS Handler]
            b)  In the popup menu: Right click a sepecific element in package view or navigator view and select [JAX-WS Tools]  >> [Create JAX-WS Handler]

3. How to set the default values of the wizard
       The default values will be determined by the current selection of the user. For example, if the user right click a class in package view which has @WebService annotation and select this wizard in the popup menu, then service class text box in the wizard dialog will be set to the class file path.

4. Results of this wizard
        A handler class will be generated. And optionally, a handler chain file will be modified/created as the selection of user. Also a service class will be annotated with @HandlerChain as the selection of user.

Any comments are welcome.


ole0.bmp


Regards,

Jonathan Huang



Back to the top