fedora.server.storage.types
Class DatastreamMediation

java.lang.Object
  extended by fedora.server.storage.types.DatastreamMediation

public class DatastreamMediation
extends java.lang.Object

Title: DatastreraMediation.java

Description: A data structure containing information needed for the datastream mediation service.

Version:
$Id: DatastreamMediation.java 4176 2005-05-31 13:20:51Z rlw $
Author:
rlw@virginia.edu

Field Summary
 boolean callbackBasicAuth
           
 java.lang.String callbackRole
           
 boolean callbackSSL
           
 boolean callBasicAuth
           
 java.lang.String callPassword
           
 boolean callSSL
           
 java.lang.String callUsername
           
 java.lang.String dsControlGroupType
           
 java.lang.String dsLocation
           
 java.lang.String mediatedDatastreamID
           
 java.lang.String methodName
           
 
Constructor Summary
DatastreamMediation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mediatedDatastreamID

public java.lang.String mediatedDatastreamID

dsLocation

public java.lang.String dsLocation

dsControlGroupType

public java.lang.String dsControlGroupType

callbackRole

public java.lang.String callbackRole

callUsername

public java.lang.String callUsername

callPassword

public java.lang.String callPassword

methodName

public java.lang.String methodName

callBasicAuth

public boolean callBasicAuth

callbackBasicAuth

public boolean callbackBasicAuth

callSSL

public boolean callSSL

callbackSSL

public boolean callbackSSL
Constructor Detail

DatastreamMediation

public DatastreamMediation()