Interface | Description |
---|---|
HeaderFilter |
Filter for headers.
|
Class | Description |
---|---|
HeaderFilter.Composite |
A composite header filter.
|
MessageHeader |
A message header.
|
MessageProtocol |
A message protocol.
|
Method |
A transport method.
|
RequestHeader |
A request header.
|
ResponseHeader |
This header may or may not be mapped down onto HTTP.
|
TransportErrorCode |
An error code that gets translated into an appropriate underlying error code.
|
Exception | Description |
---|---|
BadRequest |
Thrown when the request is bad.
|
Forbidden |
Exception thrown when a service call is forbidden.
|
NotAcceptable |
Thrown when a protocol requested by the client cannot be negotiated.
|
NotFound |
Exception thrown when the resource was not found.
|
PayloadTooLarge |
Thrown when the payload is too large.
|
PolicyViolation |
Exception thrown when there was a generic client error.
|
TransportException |
An exception that can be translated down to a specific error in the transport.
|
UnsupportedMediaType |
Exception thrown when a message can't be deserialized because its media type is not known.
|