org.fcrepo.server.access.defaultdisseminator
Class InternalService

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

public abstract class InternalService
extends Object

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

Author:
Sandy Payette

Constructor Summary
InternalService()
           
 
Method Summary
static MethodDef[] reflectMethods()
          A method to reflect the 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 method definitions implemented by the internal service.

Throws:
ServerException


Copyright © 2012 DuraSpace. All Rights Reserved.