org.fcrepo.server.storage.service
Class HTTPOperation

java.lang.Object
  extended by org.fcrepo.server.storage.service.AbstractOperation
      extended by org.fcrepo.server.storage.service.HTTPOperation

public class HTTPOperation
extends AbstractOperation

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

Author:
Sandy Payette

Field Summary
 HTTPOperationInOut inputBinding
          inputBinding:
 String operationLocation
          operationLocation: a relative URI for the operation.
 HTTPOperationInOut outputBinding
          outputBinding:
 
Fields inherited from class org.fcrepo.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 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()


Copyright © 2011 DuraSpace. All Rights Reserved.