Class SpringService

java.lang.Object
org.pentaho.platform.web.jaxws.spring.SpringService
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware

public class SpringService extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.web.context.ServletContextAware, org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • SpringService

      public SpringService()
  • Method Details

    • setServletContext

      public void setServletContext(jakarta.servlet.ServletContext servletContext)
      Specified by:
      setServletContext in interface org.springframework.web.context.ServletContextAware
    • setImpl

      public void setImpl(Class implType)
    • setBean

      public void setBean(Object sei)
    • setInvoker

      public void setInvoker(com.sun.xml.ws.api.server.Invoker invoker)
    • setAssembler

      public void setAssembler(Object assembler)
    • setServiceName

      public void setServiceName(QName serviceName)
    • setPortName

      public void setPortName(QName portName)
    • setContainer

      public void setContainer(com.sun.xml.ws.api.server.Container container)
    • setBinding

      public void setBinding(com.sun.xml.ws.api.WSBinding binding)
    • setBindingID

      public void setBindingID(String id)
    • setFeatures

      public void setFeatures(List<jakarta.xml.ws.WebServiceFeature> features)
    • setHandlers

      public void setHandlers(List<jakarta.xml.ws.handler.Handler> handlers)
    • setPrimaryWsdl

      public void setPrimaryWsdl(Object primaryWsdl) throws IOException
      Throws:
      IOException
    • setMetadata

      public void setMetadata(Collection<Object> metadata)
    • setResolver

      public void setResolver(EntityResolver resolver)
    • getObject

      public com.sun.xml.ws.api.server.WSEndpoint getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean
      Throws:
      Exception
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean
    • getObjectType

      public Class getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean