Service
- PortType
- public abstract class ServiceAgentInEngine<Service extends BWService>
extends java.lang.Object
This abstract class defines an interface for a Service Agent (= Web Service) inside a BusinessWorks project. Once the bwengine containing the Service Agent is launched, it is possible to request methods of the Service. The minimal methods found in every Service Agent are:
Constructor and Description |
---|
ServiceAgentInEngine() |
Modifier and Type | Method and Description |
---|---|
abstract Service |
getService() |
boolean |
isStarted() |
void |
stopEngine() |
public abstract Service getService()
public boolean isStarted()
public void stopEngine()