|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) public @interface WebMethod
Each method in a public web-service interface must be annotated with this annotation.
This allows uk.ac.soton.itinnovation.grid.comms.client.RemoteResourceProxy to know which methods to invoke as SOAP operations
and can also provide extra information required to invoke the method.
| Optional Element Summary | |
|---|---|
boolean |
destroy
If this operation returns successfully, the resource can no longer be used. |
boolean |
documentStyle
Method is document-style. |
String |
returnElementName
Allows specification of the return element QName for this method. |
String |
returnNamespace
|
boolean |
serverReturnDocumentStyleHack
DO NOT USE THIS. |
boolean |
usesBillingHeader
This operation may require an account or SLA to be specified. |
public abstract boolean destroy
public abstract boolean documentStyle
public abstract boolean usesBillingHeader
uk.ac.soton.itinnovation.grid.client.helpers.BillingHelper
to be used to create any required headers.
public abstract boolean serverReturnDocumentStyleHack
public abstract String returnElementName
public abstract String returnNamespace
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||