Uses of Class
org.glassfish.webservices.EjbRuntimeEndpointInfo
-
Packages that use EjbRuntimeEndpointInfo Package Description com.sun.enterprise.security.webservices org.glassfish.webservices org.glassfish.webservices.transport.tcp -
-
Uses of EjbRuntimeEndpointInfo in com.sun.enterprise.security.webservices
Methods in com.sun.enterprise.security.webservices with parameters of type EjbRuntimeEndpointInfo Modifier and Type Method Description booleanSecurityServiceImpl. doSecurity(jakarta.servlet.http.HttpServletRequest hreq, EjbRuntimeEndpointInfo epInfo, String realmName, WebServiceContextImpl context) -
Uses of EjbRuntimeEndpointInfo in org.glassfish.webservices
Methods in org.glassfish.webservices that return EjbRuntimeEndpointInfo Modifier and Type Method Description EjbRuntimeEndpointInfoWebServiceEjbEndpointRegistry. createEjbEndpointInfo(WebServiceEndpoint webServiceEndpoint, EjbEndpointFacade ejbContainer, Object servant)Creates a new EjbRuntimeEndpointInfo instance depending on the type and version of the web service implementation.EjbRuntimeEndpointInfoWebServiceEjbEndpointRegistry. getEjbWebServiceEndpoint(String uriRaw, String method, String query)Methods in org.glassfish.webservices with parameters of type EjbRuntimeEndpointInfo Modifier and Type Method Description booleanSecurityService. doSecurity(jakarta.servlet.http.HttpServletRequest hreq, EjbRuntimeEndpointInfo ejbEndpoint, String realmName, WebServiceContextImpl context)voidEjb3MessageDispatcher. invoke(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, jakarta.servlet.ServletContext ctxt, EjbRuntimeEndpointInfo endpointInfo)voidEjbMessageDispatcher. invoke(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, jakarta.servlet.ServletContext ctxt, EjbRuntimeEndpointInfo endpointInfo) -
Uses of EjbRuntimeEndpointInfo in org.glassfish.webservices.transport.tcp
Methods in org.glassfish.webservices.transport.tcp that return EjbRuntimeEndpointInfo Modifier and Type Method Description EjbRuntimeEndpointInfoAppServRegistry. getEjbRuntimeEndpointInfo(String wsPath)Method is used by WS invoker to clear some EJB invoker state ???Constructors in org.glassfish.webservices.transport.tcp with parameters of type EjbRuntimeEndpointInfo Constructor Description Ejb109Adapter(String name, String urlPattern, com.sun.xml.ws.api.server.WSEndpoint endpoint, ServletFakeArtifactSet servletFakeArtifactSet, EjbRuntimeEndpointInfo ejbRuntimeEndpointInfo, AdapterInvocationInfo adapterInfo)
-