Class JaxWsServerFactoryBean

    • Field Detail

      • doInit

        protected boolean doInit
      • handlers

        protected List<javax.xml.ws.handler.Handler> handlers
    • Constructor Detail

      • JaxWsServerFactoryBean

        public JaxWsServerFactoryBean()
    • Method Detail

      • setHandlers

        public void setHandlers​(List<javax.xml.ws.handler.Handler> h)
      • addHandlers

        public void addHandlers​(List<javax.xml.ws.handler.Handler> h)
      • getHandlers

        public List<javax.xml.ws.handler.Handler> getHandlers()
      • injectResources

        protected void injectResources​(Object instance)
        Parameters:
        instance -
      • setBlockPostConstruct

        public void setBlockPostConstruct​(boolean blockPostConstruct)
        Parameters:
        blockPostConstruct -
      • setBlockInjection

        public void setBlockInjection​(boolean b)
        No injection or PostConstruct will be called if this is set to true. If the container has already handled the injection, this should be set to true.
        Parameters:
        b -