Package org.soulwing.prospecto.jaxrs.runtime
Resource location resolver API
-
Interface Summary Interface Description ReflectionService A service that provides reflection (introspection) support.ResourceDescriptor A descriptor for a resource method.ResourceDiscoveryService A service that discovers JAX-RS resources association model path references with resource path templates. -
Class Summary Class Description JaxRsUrlResolverProvider AUrlResolverProviderdesigned for use in a web application that utilizes JAX-RS in a standardServletContext. -
Exception Summary Exception Description ResourceConfigurationException An exception thrown when the annotations applied to the JAX-RS resource for path resolution are incorrectly applied.ResourceNotFoundException An exception thrown to indicate that the path for a referenced resource could not be resolved because the resource was not found.