fedora.server.storage.service
Class PortType

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

public class PortType
extends java.lang.Object

Title: PortType.java

Description: A data structure for holding WSDL Port Type which defines a set of abstract operations.

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

Field Summary
 AbstractOperation[] operations
           
 java.lang.String portTypeName
           
 
Constructor Summary
PortType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portTypeName

public java.lang.String portTypeName

operations

public AbstractOperation[] operations
Constructor Detail

PortType

public PortType()