Module JaxWS
Definitions relating to JAX-WS (Java/Jakarta API for XML Web Services) and JAX-RS (Java/Jakarta API for RESTful Web Services).
Import path
import semmle.code.java.frameworks.JaxWS
Imports
java | Provides all default Java QL imports. |
Predicates
getAJaxRsPackage | Gets a name for the root package of JAX-RS. |
getAJaxRsPackage | Gets a name for package |
getContentTypeString | Gets a constant content-type described by expression |
Classes
JaxRSAnnotation | An annotation from the |
JaxRSConsumesAnnotation | An |
JaxRSProducesAnnotation | An |
JaxRsBeanParamConstructor | A constructor that may be called by a JaxRS container to construct an instance to inject into a resource method or resource class constructor. |
JaxRsClient | The class |
JaxRsInjectionAnnotation | An annotation that is used by JaxRS containers to determine a value to inject into the annotated element. |
JaxRsResourceClass | A JaxRs resource class, annotated with |
JaxRsResourceMethod | A method which is annotated with one or more JaxRS resource type annotations e.g. |
JaxRsResponse | The class |
JaxRsResponseBuilder | The class |
JaxWsEndpoint | A JAX WS endpoint is constructed by the container, and its methods are – where annotated – called remotely. |
MessageBodyReader | The class |
MessageBodyReaderRead | A method that overrides |
MessageBodyReaderReadFrom | The method |
XmlJavaTypeAdapter | The annotation type |