站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 j2ee API Documentation 英文版文档

ServiceLifecycle (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档


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.