javax.xml.rpc.server
Interface ServiceLifecycle


public interface ServiceLifecycle

This interface defines a lifecycle interface for a JAX-RPC service endpoint. If the service endpoint class implements the ServiceLifeycle interface, the servlet container based JAX-RPC runtime system is required to manage the lifecycle of the corresponding service endpoint objects.

Version:
$Revision: 1.2.6.1 $
Author:
Scott.Stark@jboss.org, Rahul Sharma (javadoc)

Method Summary
 void destroy()
           
 void init(Object context)
           
 

Method Detail

init

public void init(Object context)
          throws ServiceException
Throws:
ServiceException

destroy

public void destroy()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.