-
Deprecated Classes
-
Deprecated MethodsMethodDescriptionIt'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
Readerwhere you should use anInputStream.If you need aPushbackInputStreamjust construct one (with the appropriate size).Instead of using this method, you should probably pass theInputStreamdirectly to the XML parser. If the stream is not XML, you shouldn't be using this method anyway.The bonus you used to get from this is now built in to SOAPEnvelope.getHeader()As of release 1.4, replaced byAxisDescription.getPolicySubject()As of release 1.4, if you want to access the policy cache of a particular AxisDescription object useAxisDescription.getPolicySubject()instead.As of 1.4 release. Use#getEffectivePolicy()or#getEffectivePolicy()when applicable.As of 1.4 release. If you need to calculate merged policy of all policies that are in the policy cache ofAxisDescription, use#getAttachedPolicyComponents() and #getMergedPolicy(List, AxisDescription)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 anAxisDescriptionplease use#clear()and#attachPolicy(Policy)accordingly.As of 1.4 release, replaced by#attachPolicy(Policy)Use#clear()beforehand effective policy ofAxisDescriptionhas to be set as the argument.
MessageProcessorSelector.getMessageBuilder(String, MessageContext).