Package nl.nn.adapterframework.http.cxf
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
-
- nl.nn.adapterframework.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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface nl.nn.adapterframework.lifecycle.DynamicRegistration
DynamicRegistration.Servlet, DynamicRegistration.ServletWithParameters
-
-
Field Summary
-
Fields inherited from interface nl.nn.adapterframework.lifecycle.DynamicRegistration
ALL_IBIS_ROLES, ALL_IBIS_USER_ROLES, IBIS_FULL_SERVICE_ACCESS_ROLES
-
-
Constructor Summary
Constructors Constructor Description SoapProviderServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getAccessGrantingRoles()
Map<String,String>
getParameters()
String
getUrlMapping()
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.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 nl.nn.adapterframework.lifecycle.DynamicRegistration
getName, loadOnStartUp
-
Methods inherited from interface nl.nn.adapterframework.lifecycle.DynamicRegistration.Servlet
isEnabled
-
-
-
-
Method Detail
-
setBus
public void setBus(org.apache.cxf.Bus bus)
- Overrides:
setBus
in classorg.apache.cxf.transport.servlet.CXFNonSpringServlet
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
- Specified by:
onApplicationEvent
in interfaceorg.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
- Overrides:
onApplicationEvent
in classorg.apache.cxf.transport.servlet.CXFServlet
-
getAccessGrantingRoles
public String[] getAccessGrantingRoles()
- Specified by:
getAccessGrantingRoles
in interfaceDynamicRegistration.Servlet
-
getUrlMapping
public String getUrlMapping()
- Specified by:
getUrlMapping
in interfaceDynamicRegistration.Servlet
-
getParameters
public Map<String,String> getParameters()
- Specified by:
getParameters
in interfaceDynamicRegistration.ServletWithParameters
-
-