fedora.client.bmech.data
Class ServiceProfile

java.lang.Object
  extended by fedora.client.bmech.data.ServiceProfile

public class ServiceProfile
extends java.lang.Object

Title: Datastream.java

Description:

Version:
$Id: ServiceProfile.java 3965 2005-04-21 12:52:40Z rlw $
Author:
payette@cs.cornell.edu

Field Summary
 java.lang.String[] inputMIMETypes
           
 java.lang.String msgProtocol
           
 java.lang.String[] outputMIMETypes
           
 java.lang.String serviceLabel
           
 java.lang.String serviceName
           
 java.lang.String serviceTestURL
           
 ServiceSoftware[] software
           
 java.lang.String transProtocol
           
 
Constructor Summary
ServiceProfile()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceName

public java.lang.String serviceName

serviceLabel

public java.lang.String serviceLabel

serviceTestURL

public java.lang.String serviceTestURL

transProtocol

public java.lang.String transProtocol

msgProtocol

public java.lang.String msgProtocol

inputMIMETypes

public java.lang.String[] inputMIMETypes

outputMIMETypes

public java.lang.String[] outputMIMETypes

software

public ServiceSoftware[] software
Constructor Detail

ServiceProfile

public ServiceProfile()