Skip to main content

Module handler

Module handler 

Source

Structs§

FnHandler
Wraps a closure as a SoapHandler for ergonomic registration.

Traits§

SoapHandler
A SOAP operation handler that receives the Body first child element as self-contained XML bytes (all ancestor namespace declarations re-emitted on the root) and returns response body XML bytes or a SoapFault.