8990919293949596
public CommonServerSecurityPipe(Map props, final Pipe next, boolean isHttpBinding) { super(next); props.put(PipeConstants.SECURITY_PIPE, this); this.helper = new PipeHelper(PipeConstants.SOAP_LAYER,props,null); this.isHttpBinding = isHttpBinding; }