Showing posts with label "web service life cycle". Show all posts
Showing posts with label "web service life cycle". Show all posts

Tuesday, August 31, 2010

metro (JAX-WS) web service life cycle

annotations are used (in your Service Implementation Bean)
@PostConstruct
@PreDestroy

(in JAX-RPC java.xml.rpc.server.ServiceLifecycle interface implementation was used for this purpose)