27282930313233
import javax.servlet.http.HttpServletRequest; public class HTTPPAOS11Binding extends HTTPSOAP11Binding { public HTTPPAOS11Binding(ParserPool parserPool) { super(new HTTPPAOS11Decoder(parserPool), new HTTPPAOS11Encoder()); }