Package-level declarations

This package contains the Spine web API.

Types

Link copied to clipboard
An servlet filter which appends the CORS headers to HTTP responses.
Link copied to clipboard
public abstract class MessageServlet<I extends Message, O extends Message> extends NonSerializableServlet
An HTTP servlet which accepts POST requests with a message and responds with another message.
Link copied to clipboard
public abstract class NonSerializableServlet
An HttpServlet which cannot be serialized.
Link copied to clipboard
public interface RequestResult<T extends Message>
A result of a request to Spine Web that can be written to a servlet response.