fedora.server.storage.service
Class Service

java.lang.Object
  extended by fedora.server.storage.service.Service

public class Service
extends java.lang.Object

Title: Service.java

Description: A data structure for holding WSDL Service definition.

Version:
$Id: Service.java 3966 2005-04-21 13:33:01Z rlw $
Author:
payette@cs.cornell.edu

Field Summary
 Port[] ports
           
 PortType portType
           
 java.lang.String serviceName
           
 
Constructor Summary
Service()
           
 
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

portType

public PortType portType

ports

public Port[] ports
Constructor Detail

Service

public Service()