Uses of Class
org.glassfish.api.container.EndpointRegistrationException
-
Packages that use EndpointRegistrationException Package Description com.sun.enterprise.v3.services.impl org.glassfish.admin.rest.adapter org.glassfish.api.container org.glassfish.appclient.server.core.jws -
-
Uses of EndpointRegistrationException in com.sun.enterprise.v3.services.impl
Methods in com.sun.enterprise.v3.services.impl that throw EndpointRegistrationException Modifier and Type Method Description voidEndpointMapper. registerEndpoint(Endpoint endpoint)Registers a new endpoint (proxy implementation) defined by the passedEndpointobject.voidEndpointMapper. registerEndpoint(String contextRoot, Collection<String> vsServers, E adapter, ApplicationContainer container)Registers a new endpoint (proxy implementation) for a particular context-root.voidGrizzlyProxy. registerEndpoint(String contextRoot, Collection<String> vsServers, org.glassfish.grizzly.http.server.HttpHandler endpointService, ApplicationContainer container)voidGrizzlyService. registerEndpoint(Endpoint endpoint)Registers a new endpoint for the given context root at the given port number.voidGrizzlyService. registerEndpoint(String contextRoot, InetAddress address, int port, Collection<String> vsServers, org.glassfish.grizzly.http.server.HttpHandler endpointAdapter, ApplicationContainer container)Registers a new endpoint for the given context root at the given port number.voidGrizzlyService. registerEndpoint(String contextRoot, Collection<String> vsServers, org.glassfish.grizzly.http.server.HttpHandler endpointAdapter, ApplicationContainer container)voidGrizzlyService. registerEndpoint(String contextRoot, org.glassfish.grizzly.http.server.HttpHandler endpointAdapter, ApplicationContainer container)voidGrizzlyService. registerEndpoint(String contextRoot, org.glassfish.grizzly.http.server.HttpHandler endpointAdapter, ApplicationContainer container, String virtualServers)voidEndpointMapper. unregisterEndpoint(Endpoint endpoint)Removes theEndpointfrom our list of endpoints.voidEndpointMapper. unregisterEndpoint(String contextRoot, ApplicationContainer app)Removes the context-root from our list of endpoints.voidGrizzlyProxy. unregisterEndpoint(Endpoint endpoint)Removes theEndpointfrom our list of endpoints.voidGrizzlyProxy. unregisterEndpoint(String contextRoot, ApplicationContainer app)Removes the context-root from our list of endpoints.voidGrizzlyService. unregisterEndpoint(String contextRoot)Removes the context-root from our list of endpoints.voidGrizzlyService. unregisterEndpoint(String contextRoot, ApplicationContainer app)Removes the context-root from our list of endpoints. -
Uses of EndpointRegistrationException in org.glassfish.admin.rest.adapter
Methods in org.glassfish.admin.rest.adapter that throw EndpointRegistrationException Modifier and Type Method Description protected JerseyContainerRestAdapter. exposeContext()dynamically load the class that contains all references to Jersey APIs so that Jersey is not loaded when the RestAdapter is loaded at boot time gain a few 100 millis at GlassFish startup timeprotected JerseyContainerRestCommandAdapter. exposeContext()JerseyContainerJerseyContainerCommandService. getJerseyContainer()org.glassfish.jersey.server.ResourceConfigAbstractRestResourceProvider. getResourceConfig(Set<Class<?>> classes, ServerContext sc, org.glassfish.hk2.api.ServiceLocator habitat, Set<? extends org.glassfish.hk2.utilities.Binder> additionalBinders)org.glassfish.jersey.server.ResourceConfigRestCommandResourceProvider. getResourceConfig(Set<Class<?>> classes, ServerContext sc, org.glassfish.hk2.api.ServiceLocator habitat, Set<? extends org.glassfish.hk2.utilities.Binder> additionalBinders)org.glassfish.jersey.server.ResourceConfigRestManagementResourceProvider. getResourceConfig(Set<Class<?>> classes, ServerContext sc, org.glassfish.hk2.api.ServiceLocator serviceLocator, Set<? extends org.glassfish.hk2.utilities.Binder> additionalBinders)org.glassfish.jersey.server.ResourceConfigRestResourceProvider. getResourceConfig(Set<Class<?>> classes, ServerContext sc, org.glassfish.hk2.api.ServiceLocator habitat, Set<? extends org.glassfish.hk2.utilities.Binder> additionalBinders) -
Uses of EndpointRegistrationException in org.glassfish.api.container
Methods in org.glassfish.api.container that throw EndpointRegistrationException Modifier and Type Method Description voidRequestDispatcher. registerEndpoint(String contextRoot, InetAddress address, int port, Collection<String> vsServers, org.glassfish.grizzly.http.server.HttpHandler endpointAdapter, ApplicationContainer container)Registers a new endpoint for the given context root at the given port number.voidRequestDispatcher. registerEndpoint(String contextRoot, Collection<String> vsServers, org.glassfish.grizzly.http.server.HttpHandler endpointAdapter, ApplicationContainer container)Registers a new endpoint (proxy implementation) for a particular context-root.voidRequestDispatcher. registerEndpoint(String contextRoot, org.glassfish.grizzly.http.server.HttpHandler endpointAdapter, ApplicationContainer container)Registers a new endpoint (proxy implementation) for a particular context-root.voidRequestDispatcher. registerEndpoint(String contextRoot, org.glassfish.grizzly.http.server.HttpHandler endpointAdapter, ApplicationContainer container, String virtualServers)Registers a new endpoint (proxy implementation) for a particular context-root.voidRequestDispatcher. unregisterEndpoint(String contextRoot)Removes the context root from our list of endpoints.voidRequestDispatcher. unregisterEndpoint(String contextRoot, ApplicationContainer app)Removes the context root from our list of endpoints. -
Uses of EndpointRegistrationException in org.glassfish.appclient.server.core.jws
Methods in org.glassfish.appclient.server.core.jws that throw EndpointRegistrationException Modifier and Type Method Description voidJWSAdapterManager. addContentForAppClient(String appName, String clientURIWithinEAR, AppClientServerApplication contributor, Properties tokens, Map<String,StaticContent> staticContent, Map<String,DynamicContent> dynamicContent)Adds content on behalf of a single app client to the HTTP adapters for the client and/or the containing EAR.voidJWSAdapterManager. removeContentForAppClient(String appName, String clientURIWithinEAR, AppClientServerApplication contributor)
-