public class FindHttpProtocolResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Dom |
entity |
protected org.glassfish.hk2.api.ServiceLocator |
injector |
protected javax.ws.rs.core.HttpHeaders |
requestHeaders |
protected javax.ws.rs.core.UriInfo |
uriInfo |
| Constructor and Description |
|---|
FindHttpProtocolResource() |
| Modifier and Type | Method and Description |
|---|---|
ActionReportResult |
get() |
Dom |
getEntity() |
void |
setEntity(Dom p) |
@Context protected javax.ws.rs.core.HttpHeaders requestHeaders
@Context protected javax.ws.rs.core.UriInfo uriInfo
@Context protected org.glassfish.hk2.api.ServiceLocator injector
protected Dom entity
public void setEntity(Dom p)
public Dom getEntity()
@GET
@Produces(value={"text/html","application/json","application/xml","application/x-www-form-urlencoded"})
@Consumes(value={"application/json","application/xml","application/x-www-form-urlencoded"})
public ActionReportResult get()
Copyright © 2019. All rights reserved.