Content negotiation enum.
A value of
ContentNegotiation.none means no content negotation at level of the
client transport will be performed to negotiate the encoding of XML infoset.
The default encoding will always be used.
A value of
ContentNegotiation.pessimistic means the client transport will assume
the default encoding of XML infoset for an outbound message unless informed
otherwise by a previously received inbound message.
(The client transport initially and pessimistically assumes that a service
does not support anything other than the default encoding of XML infoset.)
A value of
ContentNegotiation.optimistic means the client transport will assume
a non-default encoding of XML infoset for an outbound message.
(The client transport optimistically assumes that a service
supports the non-default encoding of XML infoset.)
author: Paul.Sandoz@Sun.Com |