|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfedora.server.storage.service.AbstractOperation
fedora.server.storage.service.HTTPOperation
public class HTTPOperation
Title: HTTPOperation.java
Description: A data structure for holding WSDL HTTP binding information for an operation.
| 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 |
|---|
public java.lang.String operationLocation
public HTTPOperationInOut inputBinding
public HTTPOperationInOut outputBinding
| Constructor Detail |
|---|
public HTTPOperation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||