org.fcrepo.server.storage.service
Class HTTPBinding

java.lang.Object
  extended by org.fcrepo.server.storage.service.Binding
      extended by org.fcrepo.server.storage.service.HTTPBinding

public class HTTPBinding
extends Binding

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

Author:
Sandy Payette

Field Summary
 String bindingVerb
           
 HTTPOperation[] operations
           
 
Fields inherited from class org.fcrepo.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 String bindingVerb

operations

public HTTPOperation[] operations
Constructor Detail

HTTPBinding

public HTTPBinding()


Copyright © 2011 DuraSpace. All Rights Reserved.