|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.sword.SWORDService
public class SWORDService
Represents the SWORD service provided by DSpace. This class is responsible for generating the Service Document, which is the primary descriptor of the SWORD service
| Field Summary | |
|---|---|
static Logger |
log
Log4j logging instance |
| Constructor Summary | |
|---|---|
SWORDService()
|
|
| Method Summary | |
|---|---|
ServiceDocument |
getServiceDocument()
Obtain the service document for the repository based on the DSpace context and the SWORD context which must be set for this object prior to calling this method. |
void |
setContext(Context context)
Set the DSpace context to use |
void |
setSWORDContext(SWORDContext sc)
Set the SWORD Context to use |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static Logger log
| Constructor Detail |
|---|
public SWORDService()
| Method Detail |
|---|
public void setContext(Context context)
context - public void setSWORDContext(SWORDContext sc)
sc -
public ServiceDocument getServiceDocument()
throws DSpaceSWORDException
DSpaceSWORDException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||