| org.apache.axis2.builder.BuilderUtil.getBuilder(InputStream)
Please use OMXMLBuilderFactory.createOMBuilder(InputStream) instead.
|
| org.apache.axis2.builder.BuilderUtil.getBuilder(InputStream, String)
|
| org.apache.axis2.builder.BuilderUtil.getBuilder(Reader)
If some one really need this method, please shout.
|
org.apache.axis2.builder.BuilderUtil.getCharSetEncoding(PushbackInputStream, String)
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.
|
| org.apache.axis2.description.PolicyInclude.getEffectivePolicy()
|
| org.apache.axis2.description.AxisService.getEndpointURL()
|
| org.apache.axis2.addressing.EndpointReference.getName() |
| org.apache.axis2.description.PolicyInclude.getPolicy()
|
org.apache.axis2.description.PolicyInclude.getPolicyElements(int)
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.
|
| org.apache.axis2.description.AxisDescription.getPolicyInclude()
|
| org.apache.axis2.builder.BuilderUtil.getPOXBuilder(InputStream, String)
|
| org.apache.axis2.context.AbstractContext.getProperties()
|
| org.apache.axis2.builder.BuilderUtil.getPushbackInputStream(InputStream)
|
org.apache.axis2.builder.BuilderUtil.getReader(InputStream, String)
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.
|
| org.apache.axis2.builder.BuilderUtil.getSOAPBuilder(InputStream)
|
| org.apache.axis2.builder.BuilderUtil.getSOAPBuilder(InputStream, String)
|
| org.apache.axis2.context.MessageContext.isHeaderPresent()
The bonus you used to get from this is now built in to SOAPEnvelope.getHeader()
|
| org.apache.axis2.description.PolicyInclude.setEffectivePolicy(Policy)
|
| org.apache.axis2.description.AxisService.setEndpointURL(String)
|
| org.apache.axis2.addressing.EndpointReference.setName(String) |
| org.apache.axis2.description.PolicyInclude.setPolicy(Policy)
|
| org.apache.axis2.description.AxisDescription.setPolicyInclude(PolicyInclude)
|