fedora.server.storage.service
Class PortType

java.lang.Object
  extended byfedora.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,v 1.8 2005/04/21 13:14:20 rlw Exp $
Author:
payette@cs.cornell.edu

Field Summary
 AbstractOperation[] operations
           
 java.lang.String portTypeName
           
 
Constructor Summary
PortType()
           
 
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()