org.systinet.wasp.webservice
Interface ServiceInstanceContext

All Known Implementing Classes:
WebServiceContext

public interface ServiceInstanceContext

ServiceInstanceContext represents unique context for one service instance. An additional data associated with the this context is accessible using t he method getContextData(). These data are also accessible from the ServiceEndpointContext.getContextData().

Since:
4.5
Component:
Core

Method Summary
 java.util.Map getContextData()
          Returns map of additional data associated with this context.
 ServiceInstance getServiceInstance()
          Return the service instance.
 

Method Detail

getServiceInstance

public ServiceInstance getServiceInstance()
Return the service instance. ServiceInstance is a handle to service implementation and its configuration.

Returns:
ServiceInstance

getContextData

public java.util.Map getContextData()
Returns map of additional data associated with this context.

Returns:
Map of additional data