}
private void initConfig() {
PolicyDataEngine pde = bus.getExtension(PolicyDataEngine.class);
if (pde != null) {
server = pde.getServerEndpointPolicy(endpointInfo, this, new ServerPolicyCalculator());
}
if (null == server && WSDLLibrary.isAvailable()) {
server = endpointInfo.getTraversedExtensor(
new HTTPServerPolicy(), HTTPServerPolicy.class);
}