| Package | Description |
|---|---|
| com.sun.enterprise.security.webservices | |
| org.glassfish.webservices | |
| org.glassfish.webservices.transport.tcp |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SecurityServiceImpl.doSecurity(javax.servlet.http.HttpServletRequest hreq,
EjbRuntimeEndpointInfo epInfo,
String realmName,
WebServiceContextImpl context) |
| Modifier and Type | Class and Description |
|---|---|
class |
Ejb2RuntimeEndpointInfo
Runtime dispatch information about one ejb web service
endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
EjbRuntimeEndpointInfo |
WebServiceEjbEndpointRegistry.createEjbEndpointInfo(WebServiceEndpoint webServiceEndpoint,
EjbEndpointFacade ejbContainer,
Object servant,
Class tieClass)
Creates a new EjbRuntimeEndpointInfo instance depending on the type
and version of the web service implementation.
|
EjbRuntimeEndpointInfo |
WebServiceEjbEndpointRegistry.getEjbWebServiceEndpoint(String uriRaw,
String method,
String query) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SecurityService.doSecurity(javax.servlet.http.HttpServletRequest hreq,
EjbRuntimeEndpointInfo ejbEndpoint,
String realmName,
WebServiceContextImpl context) |
void |
EjbMessageDispatcher.invoke(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.ServletContext ctxt,
EjbRuntimeEndpointInfo endpointInfo) |
void |
EjbWebServiceDispatcher.invoke(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.ServletContext ctxt,
EjbRuntimeEndpointInfo endpointInfo) |
void |
Ejb3MessageDispatcher.invoke(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.ServletContext ctxt,
EjbRuntimeEndpointInfo endpointInfo) |
| Modifier and Type | Method and Description |
|---|---|
EjbRuntimeEndpointInfo |
AppServRegistry.getEjbRuntimeEndpointInfo(String wsPath)
Method is used by WS invoker to clear some EJB invoker state ???
|
| Constructor and Description |
|---|
Ejb109Adapter(String name,
String urlPattern,
com.sun.xml.ws.api.server.WSEndpoint endpoint,
ServletFakeArtifactSet servletFakeArtifactSet,
EjbRuntimeEndpointInfo ejbRuntimeEndpointInfo,
AdapterInvocationInfo adapterInfo) |
Copyright © 2017. All rights reserved.