Transport class
Utility class for interacting through the SOAP protocol
- Mixed in types
- Available Extensions
Constructors
Properties
Methods
-
getEnvelope(
Body body) → Envelope - XML for the SOAP envelope
-
getSecuredEnvelope(
Body body, [Authorization? authorization]) → Envelope - XML for the SOAP envelope
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
request(
Uri uri, Body body) → Future< Envelope> -
securedRequest(
Uri uri, Body body) → Future< Envelope> -
sendRequest(
Uri uri, XmlDocument requestData) → Future< Envelope> -
Send the SOAP
requestData
to the given url endpoint. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- builder → XmlBuilder
-
final
- timeDelta ↔ Duration
-
getter/setter pair
Static Methods
-
probe(
String messageId) → XmlDocument -
quickTag(
String tagName, String nameSpace) → XmlDocumentFragment