public class TG_WSServletContextListener extends Object implements javax.servlet.ServletContextAttributeListener, javax.servlet.ServletContextListener
| Constructor and Description |
|---|
TG_WSServletContextListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPastPathPattern(String pattern) |
void |
addSkipPathPattern(String pattern) |
void |
attributeAdded(javax.servlet.ServletContextAttributeEvent event) |
void |
attributeRemoved(javax.servlet.ServletContextAttributeEvent event) |
void |
attributeReplaced(javax.servlet.ServletContextAttributeEvent event) |
void |
contextDestroyed(javax.servlet.ServletContextEvent event) |
void |
contextInitialized(javax.servlet.ServletContextEvent event) |
protected com.sun.xml.ws.api.server.Container |
createContainer(javax.servlet.ServletContext context)
Creates
Container implementation that hosts the JAX-WS endpoint. |
protected TG_WSServletDelegate |
createDelegate(List<TG_ServletAdapter> adapters,
javax.servlet.ServletContext context)
Creates
WSServletDelegate that does the real work. |
CEPCore |
getCore() |
void |
setCore(CEPCore core) |
public CEPCore getCore()
public void setCore(CEPCore core)
public void attributeAdded(javax.servlet.ServletContextAttributeEvent event)
attributeAdded in interface javax.servlet.ServletContextAttributeListenerpublic void attributeRemoved(javax.servlet.ServletContextAttributeEvent event)
attributeRemoved in interface javax.servlet.ServletContextAttributeListenerpublic void attributeReplaced(javax.servlet.ServletContextAttributeEvent event)
attributeReplaced in interface javax.servlet.ServletContextAttributeListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed in interface javax.servlet.ServletContextListenerpublic void addSkipPathPattern(String pattern)
public void addPastPathPattern(String pattern)
public void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized in interface javax.servlet.ServletContextListener@NotNull protected com.sun.xml.ws.api.server.Container createContainer(javax.servlet.ServletContext context)
Container implementation that hosts the JAX-WS endpoint.@NotNull protected TG_WSServletDelegate createDelegate(List<TG_ServletAdapter> adapters, javax.servlet.ServletContext context)
WSServletDelegate that does the real work.Copyright © 2006–2015 TinyGroup. All rights reserved.