Class SoapProviderServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.cxf.transport.servlet.AbstractHTTPServlet
org.apache.cxf.transport.servlet.CXFNonSpringServlet
org.apache.cxf.transport.servlet.CXFServlet
org.frankframework.http.cxf.SoapProviderServlet
All Implemented Interfaces:
Serializable, EventListener, javax.servlet.Filter, javax.servlet.Servlet, javax.servlet.ServletConfig, DynamicRegistration, DynamicRegistration.Servlet, DynamicRegistration.ServletWithParameters, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

@IbisInitializer public class SoapProviderServlet extends org.apache.cxf.transport.servlet.CXFServlet implements DynamicRegistration.ServletWithParameters
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.frankframework.lifecycle.DynamicRegistration

    DynamicRegistration.Servlet, DynamicRegistration.ServletWithParameters
  • Field Summary

    Fields inherited from class org.apache.cxf.transport.servlet.CXFNonSpringServlet

    bus, TRANSPORT_ID

    Fields inherited from interface org.frankframework.lifecycle.DynamicRegistration

    ALL_IBIS_ROLES, ALL_IBIS_USER_ROLES, IBIS_FULL_SERVICE_ACCESS_ROLES
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    void
    onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
     
    void
    setBus(org.apache.cxf.Bus bus)
     

    Methods inherited from class org.apache.cxf.transport.servlet.CXFServlet

    addListener, destroyBus, loadBus

    Methods inherited from class org.apache.cxf.transport.servlet.CXFNonSpringServlet

    createServletController, destroy, doFilter, finalizeServletInit, getBus, getDestinationRegistryFromBusOrDefault, init, initClassLoader, invoke, registerServletContextResolver

    Methods inherited from class org.apache.cxf.transport.servlet.AbstractHTTPServlet

    checkXForwardedHeaders, doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getResourceAsStream, getStaticResourceContentType, handleRequest, init, parseListSequence, parseMapSequence, redirect, serveStaticContent, service

    Methods inherited from class javax.servlet.http.HttpServlet

    getLastModified, service

    Methods inherited from class javax.servlet.GenericServlet

    getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.frankframework.lifecycle.DynamicRegistration

    getName, loadOnStartUp

    Methods inherited from interface org.frankframework.lifecycle.DynamicRegistration.Servlet

    isEnabled

    Methods inherited from interface javax.servlet.Servlet

    destroy, getServletConfig, getServletInfo, init, service
  • Constructor Details

    • SoapProviderServlet

      public SoapProviderServlet()
  • Method Details

    • setBus

      public void setBus(org.apache.cxf.Bus bus)
      Overrides:
      setBus in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
    • onApplicationEvent

      public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
      Overrides:
      onApplicationEvent in class org.apache.cxf.transport.servlet.CXFServlet
    • getAccessGrantingRoles

      public String[] getAccessGrantingRoles()
      Specified by:
      getAccessGrantingRoles in interface DynamicRegistration.Servlet
    • getUrlMapping

      public String getUrlMapping()
      Specified by:
      getUrlMapping in interface DynamicRegistration.Servlet
    • getParameters

      public Map<String,String> getParameters()
      Specified by:
      getParameters in interface DynamicRegistration.ServletWithParameters