Uses of Class
org.glassfish.webservices.WebServiceContextImpl
-
Packages that use WebServiceContextImpl Package Description com.sun.enterprise.security.webservices org.glassfish.webservices -
-
Uses of WebServiceContextImpl in com.sun.enterprise.security.webservices
Methods in com.sun.enterprise.security.webservices with parameters of type WebServiceContextImpl Modifier and Type Method Description booleanSecurityServiceImpl. doSecurity(jakarta.servlet.http.HttpServletRequest hreq, EjbRuntimeEndpointInfo epInfo, String realmName, WebServiceContextImpl context) -
Uses of WebServiceContextImpl in org.glassfish.webservices
Fields in org.glassfish.webservices declared as WebServiceContextImpl Modifier and Type Field Description protected WebServiceContextImplInvokerImpl. injectedWSCtxtMethods in org.glassfish.webservices with parameters of type WebServiceContextImpl Modifier and Type Method Description booleanSecurityService. doSecurity(jakarta.servlet.http.HttpServletRequest hreq, EjbRuntimeEndpointInfo ejbEndpoint, String realmName, WebServiceContextImpl context)Constructors in org.glassfish.webservices with parameters of type WebServiceContextImpl Constructor Description EjbInvokerImpl(Class endpointImpl, com.sun.xml.ws.api.server.Invoker core, Object inv, WebServiceContextImpl w)InvokerImpl(com.sun.xml.ws.api.server.Invoker core, Object inv, WebServiceContextImpl wsc)
-