Serialized Form


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.GuiClient extends JFrame implements Serializable

Serialized Fields

serviceDialog

ServiceDialog serviceDialog
The dialog to get details for the service location.


postDialog

PostDialog postDialog
The post dialog. This is used to determine which file should be posted.


mainPanel

GuiClient.MainPanel mainPanel
The main panel that holds the service details and the message panel.


postAction

GuiClient.PostAction postAction
The action that posts data to a remote collection.


debug

JCheckBoxMenuItem debug
The debug menu item.


serviceAction

Action serviceAction
Action that processes requests to access service documents.


props

Properties props
List of properties.


swordclient

Client swordclient
The connection to the client.


propFile

File propFile

Class org.purl.sword.client.GuiClient.AboutAction extends AbstractAction implements Serializable

Class org.purl.sword.client.GuiClient.AddServiceAction extends AbstractAction implements Serializable

Class org.purl.sword.client.GuiClient.DebugAction extends AbstractAction implements Serializable

Class org.purl.sword.client.GuiClient.EditPropertiesAction extends AbstractAction implements Serializable

Class org.purl.sword.client.GuiClient.HelpAction extends AbstractAction implements Serializable

Class org.purl.sword.client.GuiClient.MainPanel extends JPanel implements Serializable

Serialized Fields

messages

MessageOutputPanel messages
The message output panel. This is displayed in the tabbedMessages pane.


services

ServicePanel services
The service panel. This displayes the list of services and references to posted files.


tabbedMessages

JTabbedPane tabbedMessages
The tabbed pane that contains the messages and debug panels.


debugPanel

MessageOutputPanel debugPanel
The debug output panel. This is displayed in the tabbedMessages pane.


statusLabel

JLabel statusLabel
The status part of the screen.

Class org.purl.sword.client.GuiClient.PostAction extends AbstractAction implements Serializable

Serialized Fields

collection

String collection
The collection location to post to.

Class org.purl.sword.client.GuiClient.QuitAction extends AbstractAction implements Serializable

Class org.purl.sword.client.GuiClient.ValidationInfoAction extends AbstractAction implements Serializable

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 © 2012. All Rights Reserved.