public interface Endpoint<T>
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Returns the path of the endpoint.
|
MediaType[] |
getProduces()
Returns the
MediaType s that this endpoint produces or null . |
T |
invoke()
Called to invoke the endpoint.
|
boolean |
isSensitive()
Returns if the endpoint is sensitive, i.e.
|
String getPath()
boolean isSensitive()
MediaType[] getProduces()
MediaType
s that this endpoint produces or null
.T invoke()
Copyright © 2013. All rights reserved.