开发者

Extending available annotation feature to another custom annotation

I am creating custom Endpoint annotation for webservice to our project framework which is similar to org.springframework.ws.server.endpoint.annotation.Endpoint. I just want to add some extra functionality 开发者_开发百科and give the same feature as defined in spring.

Is there any way to extend the feature of spring Endpoint annotation and add some extra finctioanlity to that?

Thanks


According to the docs, it is possible to implement your own annotation as endpoint by overriding methods from AbstractAnnotationMethodEndpointMapping. If you extend soap endpoint mapping, it should be possible to let it process your annotated element, so you can and modify and return its invocation chain.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜