electric.service
Interface IService

All Superinterfaces:
IContextHolder
All Known Implementing Classes:
Intermediary, ObjectService, StatelessSessionBeanService, UDDISOAPHandler, VirtualService

public interface IService
extends IContextHolder

IService is the interface that must be implemented by all services that are hosted in GLUE.

Author:
webMethods

Method Summary
 IReference getReference()
          Return a reference to this service.
 WSDL getWSDL()
          Return WSDL for this service.
 
Methods inherited from interface electric.util.context.IContextHolder
getContext, setContext
 

Method Detail

getReference

public IReference getReference()
Return a reference to this service.


getWSDL

public WSDL getWSDL()
Return WSDL for this service.



copyright© 2001-2004 by webMethods All Rights Reserved.