org.fcrepo.server.storage.types
Class DatastreamMediation

java.lang.Object
  extended by org.fcrepo.server.storage.types.DatastreamMediation

public class DatastreamMediation
extends Object

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

Author:
Ross Wayland

Field Summary
 boolean callbackBasicAuth
           
 String callbackRole
           
 boolean callbackSSL
           
 boolean callBasicAuth
           
 String callPassword
           
 boolean callSSL
           
 String callUsername
           
 String dsControlGroupType
           
 String dsLocation
           
 String mediatedDatastreamID
           
 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 String mediatedDatastreamID

dsLocation

public String dsLocation

dsControlGroupType

public String dsControlGroupType

callbackRole

public String callbackRole

callUsername

public String callUsername

callPassword

public String callPassword

methodName

public String methodName

callBasicAuth

public boolean callBasicAuth

callbackBasicAuth

public boolean callbackBasicAuth

callSSL

public boolean callSSL

callbackSSL

public boolean callbackSSL
Constructor Detail

DatastreamMediation

public DatastreamMediation()


Copyright © 2011 DuraSpace. All Rights Reserved.