Package org.apache.tomee.webservices
Class TomcatRsRegistry
java.lang.Object
org.apache.tomee.webservices.TomcatRsRegistry
- All Implemented Interfaces:
RsRegistry
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.openejb.server.rest.RsRegistry
RsRegistry.AddressInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRsHttpListener(String appId, String webContext, HttpListener listener, ClassLoader classLoader, String completePath, String virtualHost, String auth, String realm) removeListener(String appId, String completePath)
-
Constructor Details
-
TomcatRsRegistry
public TomcatRsRegistry()
-
-
Method Details
-
createRsHttpListener
public RsRegistry.AddressInfo createRsHttpListener(String appId, String webContext, HttpListener listener, ClassLoader classLoader, String completePath, String virtualHost, String auth, String realm) - Specified by:
createRsHttpListenerin interfaceRsRegistry
-
removeListener
- Specified by:
removeListenerin interfaceRsRegistry
-