Serialized Form


Package org.dspace.sword

Class org.dspace.sword.DSpaceSWORDException extends Exception implements Serializable

Class org.dspace.sword.LoadDSpaceConfig extends javax.servlet.http.HttpServlet implements Serializable


Package org.purl.sword.atom

Class org.purl.sword.atom.InvalidMediaTypeException extends Exception implements Serializable


Package org.purl.sword.base

Class org.purl.sword.base.SWORDAuthenticationException extends Exception implements Serializable

Class org.purl.sword.base.SWORDErrorException extends Exception implements Serializable

Serialized Fields

errorURI

String errorURI
The error URI (defined in ErrorCodes class)


status

int status
The HTTP error code (defined in HTTPServletResponse class)


description

String description
The error message given by the repository

Class org.purl.sword.base.SWORDException extends Exception implements Serializable

Serialized Fields

errorCode

String errorCode

Class org.purl.sword.base.UnmarshallException extends Exception implements Serializable


Package org.purl.sword.client

Class org.purl.sword.client.MessageOutputPanel extends JPanel implements Serializable

Serialized Fields

messages

JTextArea messages
The text area that displays the messages.

Class org.purl.sword.client.PropertiesDialog.PropertiesModel extends AbstractTableModel implements Serializable

Serialized Fields

columns

String[] columns
Column names.

Class org.purl.sword.client.ServicePanel extends JPanel implements Serializable

Serialized Fields

top

DefaultMutableTreeNode top
The top level item in the tree that lists services.


treeModel

DefaultTreeModel treeModel
The tree model used to display the items.


services

JTree services
Tree that holds the list of services.


details

JEditorPane details
The panel that shows an HTML table with any details for the selected node in the services tree.


listener

ServiceSelectedListener listener
A registered listener. This listener will be notified when there is a different node selected in the service tree.

Class org.purl.sword.client.ServletClient extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

tempDirectory

String tempDirectory
Temporary directory.


urls

String[] urls
List of urls for the destination services to access.


useProxy

boolean useProxy
Used to determine if a proxy value should be set.


pHost

String pHost
The proxy host name.


pPort

int pPort
The proxy port name.

Class org.purl.sword.client.SWORDClientException extends Exception implements Serializable

Class org.purl.sword.client.SWORDComboBox extends JComboBox implements Serializable

Class org.purl.sword.client.SWORDFormPanel extends JPanel implements Serializable

Serialized Fields

labelConstraints

GridBagConstraints labelConstraints
Constraints used to control the layout on the panel.


controlConstraints

GridBagConstraints controlConstraints
Constraints used to control the layout of the input controls on the panel.


rowIndex

int rowIndex
Index to the next row.


labelTop

Insets labelTop
Insets for the top row of the label column.


controlTop

Insets controlTop
Insets for the top row of the control column.


labelGeneral

Insets labelGeneral
Insets for a general row in the label column.


controlGeneral

Insets controlGeneral
Insets for a general row in the control column.


Package org.purl.sword.server

Class org.purl.sword.server.AtomDocumentServlet extends DepositServlet implements Serializable

Class org.purl.sword.server.DepositServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

myRepository

SWORDServer myRepository
Sword repository


authN

String authN
Authentication type


maxUploadSize

int maxUploadSize
Maximum file upload size in kB


tempDirectory

String tempDirectory
Temp directory

Class org.purl.sword.server.ServiceDocumentServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

myRepository

SWORDServer myRepository
The repository


authN

String authN
Authentication type.


maxUploadSize

int maxUploadSize
Maximum file upload size in kB



Copyright © 2011 DuraSpace. All Rights Reserved.