HashMap props = new HashMap();
props.put(PipeConstants.POLICY,map);
props.put(PipeConstants.SEI_MODEL,sei);
props.put(PipeConstants.WSDL_MODEL,port);
props.put(PipeConstants.ENDPOINT,owner);
props.put(PipeConstants.SERVICE_ENDPOINT,endpoint);
props.put(PipeConstants.NEXT_PIPE,tail);
if (WsUtil.isSecurityEnabled(map, port)) {
endpoint.setSecurePipeline();
}
return new CommonServerSecurityPipe(props, tail, isHttpBinding);