org.fcrepo.server.storage.service
Class HTTPOperation
java.lang.Object
org.fcrepo.server.storage.service.AbstractOperation
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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:
HTTPOperation
public HTTPOperation()
Copyright © 2012 DuraSpace. All Rights Reserved.