Package net.officefloor.woof.mock
Annotation Type MockWoofServer.MockWoofInput
-
@Retention(RUNTIME) @Target(METHOD) public static @interface MockWoofServer.MockWoofInputAnnotates service methods for theClassSectionSource.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringmethodHttpMethodfor servicing.java.lang.StringpathURL path to service.booleansecureIndicates if service from secure port.
-
-
-
-
method
java.lang.String method
HttpMethodfor servicing.- Default:
- "GET"
-
-