fedora.server.storage.service
Class HTTPOperation

java.lang.Object
  extended by fedora.server.storage.service.AbstractOperation
      extended by fedora.server.storage.service.HTTPOperation

public class HTTPOperation
extends AbstractOperation

Title: HTTPOperation.java

Description: A data structure for holding WSDL HTTP binding information for an operation.

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

Field Summary
 HTTPOperationInOut inputBinding
          inputBinding:
 java.lang.String operationLocation
          operationLocation: a relative URI for the operation.
 HTTPOperationInOut outputBinding
          outputBinding:
 
Fields inherited from class fedora.server.storage.service.AbstractOperation
inputMessage, operationName, outputMessage
 
Constructor Summary
HTTPOperation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operationLocation

public java.lang.String operationLocation
operationLocation: a relative URI for the operation. The URI is ultimately combined with the URI in the http:address element to (see Port object) form the full URI for the HTTP request.


inputBinding

public HTTPOperationInOut inputBinding
inputBinding:


outputBinding

public HTTPOperationInOut outputBinding
outputBinding:

Constructor Detail

HTTPOperation

public HTTPOperation()