fedora.server.access.defaultdisseminator
Class InternalService

java.lang.Object
  extended by fedora.server.access.defaultdisseminator.InternalService
Direct Known Subclasses:
DefaultDisseminatorImpl

public abstract class InternalService
extends java.lang.Object

Title: InternalService.java

Description: Abstract class that should be extended by every internal service class. This defines the methods that all internal services must implement.

Version:
$Id: InternalService.java 3965 2005-04-21 12:52:40Z rlw $
Author:
payette@cs.cornell.edu

Constructor Summary
InternalService()
           
 
Method Summary
static MethodDef[] reflectMethods()
          A method to reflect the behavior method definitions implemented by the internal service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalService

public InternalService()
Method Detail

reflectMethods

public static MethodDef[] reflectMethods()
                                  throws ServerException

A method to reflect the behavior method definitions implemented by the internal service.

Throws:
ServerException