T - the type parameterpublic interface ResponseBuilder<T extends WebApplicationService>
extends java.io.Serializable, org.springframework.core.Ordered
| Modifier and Type | Method and Description |
|---|---|
Response |
build(T service,
java.lang.String serviceTicketId)
Build response.
|
boolean |
supports(T service)
Supports this service.
|
Response build(T service, java.lang.String serviceTicketId)
service - the serviceserviceTicketId - the service ticket idboolean supports(T service)
service - the service