Class NamespaceHandler.SpringServerFactoryBean

  • All Implemented Interfaces:
    InterceptorProvider, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
    Enclosing class:
    NamespaceHandler

    public static class NamespaceHandler.SpringServerFactoryBean
    extends JaxWsServerFactoryBean
    implements org.springframework.context.ApplicationContextAware
    • Constructor Detail

      • SpringServerFactoryBean

        public SpringServerFactoryBean()
    • Method Detail

      • getServer

        public Server getServer()
        Description copied from class: ServerFactoryBean
        For subclasses that hold onto the created Server, this will return the singleton server. Default returns null as the default factories do not hold onto the server and will create a new one for each call to create();
        Overrides:
        getServer in class ServerFactoryBean
        Returns:
      • destroy

        public void destroy()
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext ctx)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException