9293949596979899
WSDLPort wsdlModel = (WSDLPort)props.get(PipeConstants.WSDL_MODEL); if (wsdlModel != null) { props.put(PipeConstants.WSDL_SERVICE, wsdlModel.getOwner().getName()); } this.helper = new PipeHelper(PipeConstants.SOAP_LAYER,props,null); }
979899100101102103104
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; }