@Path(value="/securetest")
public interface IRestSecuredTestService
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
helloMaster()  | 
java.lang.String | 
helloSimple()  | 
java.lang.String | 
helloSlave()  | 
@GET
 @Path(value="master")
java.lang.String helloMaster()
                                                  throws ServerFault
ServerFault@GET
 @Path(value="slave")
java.lang.String helloSlave()
                                                throws ServerFault
ServerFault@GET
 @Path(value="simple")
java.lang.String helloSimple()
                                                  throws ServerFault
ServerFaultCopyright © 2023. All Rights Reserved.