Package fedora.server.management

Interface Summary
FedoraAPIM  
FedoraAPIMService  
Management Title: Management.java
ManagementDelegate Title: ManagementDelegate.java
PIDGenerator Interface for generating Fedora PIDs.
 

Class Summary
APIMStub Title: APIMStub.java
BasicPIDGenerator A wrapper around the DBPIDGenerator class that casts it as a Module.
BESecurityServlet Servlet for editing the config/beSecurity.xml file in a user-friendly way.
DBPIDGenerator A PIDGenerator that uses a database to keep track of the highest pid it knows about for each namespace.
DefaultManagement Implements API-M without regard to the transport/messaging protocol.
FedoraAPIMBindingSOAPHTTPImpl Implements the Fedora management SOAP service.
FedoraAPIMBindingSOAPHTTPSkeleton  
FedoraAPIMBindingSOAPHTTPStub  
FedoraAPIMServiceLocator Title: FedoraAPIMServiceLocator.java
GetNextPIDServlet Implements the "getNextPID" functionality of the Fedora Management LITE (API-M-LITE) interface using a java servlet front end.
UploadServlet Accepts and HTTP Multipart POST of a file from an authorized user, and if successful, returns a status of "201 Created" and a text/plain response with a single line containing an opaque identifier that can be used to later submit to the appropriate API-M method.