- Inheritance
- < Object
Attributes
| Name | Visibility | R/W | Description |
|---|---|---|---|
| elename | public | R | |
| encodingstyle | public | R | |
| mustunderstand | public | R |
Methods
Class
| Visibility | Signature |
|---|---|
| public | new (elename) |
Instance
| Visibility | Signature |
|---|---|
| public | on_inbound (header, mustunderstand = false) |
| public | on_inbound_headeritem (header) |
| public | on_outbound () |
| public | on_outbound_headeritem () |
Class Method Detail
new(elename)
Instance Method Detail
on_inbound(header, mustunderstand = false)
Given header is a SOAPHeaderItem or nil.
on_inbound_headeritem(header)
on_outbound()
Should return a SOAP/OM, a SOAPHeaderItem or nil.