Class ServerFactoryBeanDefinitionParser.BPServerFactoryBean

    • Constructor Detail

      • BPServerFactoryBean

        public BPServerFactoryBean()
      • BPServerFactoryBean

        public BPServerFactoryBean​(org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean fact)
    • Method Detail

      • getServer

        public org.apache.cxf.endpoint.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:
      • init

        public void init()
      • destroy

        public void destroy()