@Event public class ServerCreated extends Object
| Constructor and Description |
|---|
ServerCreated(org.apache.cxf.endpoint.Server server,
org.apache.openejb.AppContext appContext,
org.apache.openejb.core.WebContext webContext,
String mapping) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.openejb.AppContext |
getAppContext() |
String |
getMapping() |
org.apache.cxf.endpoint.Server |
getServer() |
org.apache.openejb.core.WebContext |
getWebContext() |
String |
toString() |
public ServerCreated(org.apache.cxf.endpoint.Server server,
org.apache.openejb.AppContext appContext,
org.apache.openejb.core.WebContext webContext,
String mapping)
public String getMapping()
public org.apache.cxf.endpoint.Server getServer()
public org.apache.openejb.AppContext getAppContext()
public org.apache.openejb.core.WebContext getWebContext()
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.