Hi All,

Based on the wiki page http://wiki.apache.org/ws/FrontPage/Axis2/JAX-WS/JSR-181 we need to decide which approach we are going to take.
The last approach seems more practical. If we select the last approach described in the proposal we have the following option
We could introduce other annotations to supplement the JSR 181 defined annotations.
This would make the annotated POJO approach more Axis2 friendly.

Here is the annotation defined in the wiki proposal
@Axis2ServiceBinding(types={ServiceBindingType.NATIVE , ServiceBindingType.JAXWS})

I propose the following
@EngageModule (addressing)  which use to annotate at Class level (Service) or method level (operation).

@MessageReceiver("MR class name") used at method level. (operation)

Please feel free to add more suggestions

Regards,

Rajith


Reply via email to