It's the role of the XML parser to determine the charset encoding and/or byte
order using the algorithm described in the "Autodetection of Character Encodings"
appendix of the XML spec. If you need this method, then something is wrong:
probably you are using a Reader where you should use an
InputStream.
Instead of using this method, you should probably pass the InputStream
directly to the XML parser. If the stream is not XML, you shouldn't be using this
method anyway.
As of 1.4 release. The policy element type is no longer
required since we maintain a complete binding description
hierarchy for the static description the service. Hence use
#getAttachedPolicyComponents() on
appropriate description object.
As of 1.4 release. You can't override a policies that
applicable for the current policy scope via
#setEffectivePolicy(Policy). In case
you need to make a policy the only policy that is within the
policy cache of an AxisDescription please use
#clear() and
#attachPolicy(Policy) accordingly.