With reference to Reusing HTTP client objects
Why would you not build this as a default option vs. requiring to add code like options.setProperty(HTTPConstants.REUSE_HTTP_CLIENT, "true");
AXIS2 being a web service engine framework makes it even more of a candidate to default this functionality.