org.fcrepo.server.access.defaultdisseminator
Class InternalService
java.lang.Object
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
|
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 |
InternalService
public InternalService()
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.