public class RestServiceImpl extends java.lang.Object implements IRestTestService
| Constructor and Description | 
|---|
RestServiceImpl(SecurityContext securityContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
blackHole()
This method blocks 
 | 
byte[] | 
bytearray()  | 
java.lang.String | 
checkType(ComplexRequest value)  | 
ComplexResponse | 
complex(ComplexRequest request)  | 
GenericResponse<ComplexResponse> | 
generic1(GenericResponse<ComplexRequest> req)  | 
java.lang.String | 
longInPathParam(long uid)  | 
java.lang.String | 
mime()  | 
ComplexResponse | 
noRequest()  | 
void | 
noResponse(ComplexRequest request)  | 
ComplexResponse | 
nullResponse(ComplexRequest request)  | 
ComplexResponse | 
param(java.lang.String test,
     java.lang.Long test2,
     ParamEnum test3)  | 
void | 
put(java.lang.String uid,
   ComplexRequest request)  | 
ObjectWithTime | 
putTime(ObjectWithTime time)  | 
java.lang.String | 
sayHello(java.lang.String helloPhrase)  | 
java.lang.String | 
sayHello2(java.lang.String helloPhrase)  | 
java.lang.String | 
sayHelloPath(java.lang.String helloPhrase,
            java.lang.String after)  | 
java.lang.String | 
sayWithQueryParams(java.lang.String lastring,
                  int value,
                  boolean bool)  | 
void | 
throwNullpointer()  | 
void | 
throwSpecificServerFault()  | 
public RestServiceImpl(SecurityContext securityContext)
public java.lang.String sayHello(java.lang.String helloPhrase)
sayHello in interface IRestTestServicepublic java.lang.String sayHello2(java.lang.String helloPhrase)
sayHello2 in interface IRestTestServicepublic ComplexResponse complex(ComplexRequest request)
complex in interface IRestTestServicepublic java.lang.String sayHelloPath(java.lang.String helloPhrase,
                                     java.lang.String after)
sayHelloPath in interface IRestTestServicepublic void noResponse(ComplexRequest request) throws ServerFault
noResponse in interface IRestTestServiceServerFaultpublic ComplexResponse noRequest()
noRequest in interface IRestTestServicepublic GenericResponse<ComplexResponse> generic1(GenericResponse<ComplexRequest> req)
generic1 in interface IRestTestServicepublic void put(java.lang.String uid,
                ComplexRequest request)
         throws ServerFault
put in interface IRestTestServiceServerFaultpublic ComplexResponse param(java.lang.String test, java.lang.Long test2, ParamEnum test3)
param in interface IRestTestServicepublic ObjectWithTime putTime(ObjectWithTime time)
putTime in interface IRestTestServicepublic void throwSpecificServerFault()
                              throws ServerFault
throwSpecificServerFault in interface IRestTestServiceServerFaultpublic java.lang.String sayWithQueryParams(java.lang.String lastring,
                                           int value,
                                           boolean bool)
sayWithQueryParams in interface IRestTestServicepublic java.lang.String mime()
mime in interface IRestTestServicepublic byte[] bytearray()
bytearray in interface IRestTestServicepublic java.lang.String longInPathParam(long uid)
                                 throws ServerFault
longInPathParam in interface IRestTestServiceServerFaultpublic java.lang.String checkType(ComplexRequest value)
checkType in interface IVirtualApi<ComplexRequest>public void throwNullpointer()
                      throws ServerFault
throwNullpointer in interface IRestTestServiceServerFaultpublic ComplexResponse nullResponse(ComplexRequest request) throws ServerFault
nullResponse in interface IRestTestServiceServerFaultpublic void blackHole()
IRestTestServiceblackHole in interface IRestTestServiceCopyright © 2023. All Rights Reserved.