com.adhi.adhij
Class Service

java.lang.Object
  extended by com.adhi.adhij.Service

public abstract class Service
extends java.lang.Object

The service is a coarse grained object which defines the behavior of a sub system or a functional area. It is the entry point to a system. Services are the core part of a SOA (Service Oriented Architecture). The services encapsulates business objects. Business Objects should never be called directly. All business calls should be routed through a Service. This could be a simple class or a Stateless Session Bean in a J3EE environment.

Author:
DKRISHNA

Constructor Summary
Service()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service

public Service()