| Package | Description |
|---|---|
| org.everrest.core.wadl | |
| org.everrest.core.wadl.research |
| Modifier and Type | Method and Description |
|---|---|
RepresentationType |
WadlGenerator.createRequestRepresentation(javax.ws.rs.core.MediaType mediaType) |
RepresentationType |
BaseWadlGeneratorImpl.createRequestRepresentation(javax.ws.rs.core.MediaType mediaType) |
RepresentationType |
WadlGenerator.createResponseRepresentation(javax.ws.rs.core.MediaType mediaType) |
RepresentationType |
BaseWadlGeneratorImpl.createResponseRepresentation(javax.ws.rs.core.MediaType mediaType) |
| Modifier and Type | Field and Description |
|---|---|
protected List<RepresentationType> |
Request.representation |
protected List<JAXBElement<RepresentationType>> |
Response.representationOrFault |
| Modifier and Type | Method and Description |
|---|---|
RepresentationType |
ObjectFactory.createRepresentationType()
Create an instance of
RepresentationType |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<RepresentationType> |
ObjectFactory.createFault(RepresentationType value)
|
JAXBElement<RepresentationType> |
ObjectFactory.createRepresentation(RepresentationType value)
|
List<RepresentationType> |
Request.getRepresentation()
Gets the value of the representation property.
|
List<JAXBElement<RepresentationType>> |
Response.getRepresentationOrFault()
Gets the value of the representationOrFault property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<RepresentationType> |
ObjectFactory.createFault(RepresentationType value)
|
JAXBElement<RepresentationType> |
ObjectFactory.createRepresentation(RepresentationType value)
|
Copyright © 2012–2016 Codenvy, S.A.. All rights reserved.