HttpServletResponse response = (HttpServletResponse)inMessage.get(HTTP_RESPONSE);
return new BackChannelConduit(response);
}
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);
}