fedora.server.storage.service
Class HTTPBinding

java.lang.Object
  extended by fedora.server.storage.service.Binding
      extended by fedora.server.storage.service.HTTPBinding

public class HTTPBinding
extends Binding

Title: HTTPBinding.java

Description: A data structure for holding a WSDL HTTP Binding for a set of abstract operations.

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

Field Summary
 java.lang.String bindingVerb
           
 HTTPOperation[] operations
           
 
Fields inherited from class fedora.server.storage.service.Binding
bindingName, portTypeLocalName
 
Constructor Summary
HTTPBinding()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bindingVerb

public java.lang.String bindingVerb

operations

public HTTPOperation[] operations
Constructor Detail

HTTPBinding

public HTTPBinding()