uCosminexus Application Server, Web Service Development Guide
This section describes the operations of the JAX-WS engine when the handler is initialized and when the handler is destroyed.
When the handler has a method that is annotated using the javax.annotation.PostConstruct annotation, that method is invoked to initialize the Web Service.
When the handler has a method that is annotated using the javax.annotation.PreDestory annotation, that method is invoked to destroy the Web Service.
Even if the handler has methods that are annotated using the javax.annotation.PostConstruct annotation or javax.annotation.PreDestory annotation, those methods are not invoked.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.