Uses of Interface
org.glassfish.ejb.api.EjbEndpointFacade
-
Packages that use EjbEndpointFacade Package Description com.sun.ejb.containers org.glassfish.ejb.spi org.glassfish.webservices -
-
Uses of EjbEndpointFacade in com.sun.ejb.containers
Classes in com.sun.ejb.containers that implement EjbEndpointFacade Modifier and Type Class Description classEjbEndpointFacadeImpl -
Uses of EjbEndpointFacade in org.glassfish.ejb.spi
Methods in org.glassfish.ejb.spi with parameters of type EjbEndpointFacade Modifier and Type Method Description voidWSEjbEndpointRegistry. registerEndpoint(WebServiceEndpoint webServiceEndpoint, EjbEndpointFacade ejbContainer, Object servant, Class tieClass)This method will register an endpoint the EjbEndpointRegistry -
Uses of EjbEndpointFacade in org.glassfish.webservices
Fields in org.glassfish.webservices declared as EjbEndpointFacade Modifier and Type Field Description protected EjbEndpointFacadeEjbRuntimeEndpointInfo. containerMethods in org.glassfish.webservices that return EjbEndpointFacade Modifier and Type Method Description EjbEndpointFacadeEjbRuntimeEndpointInfo. getContainer()Methods in org.glassfish.webservices with parameters of type EjbEndpointFacade 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.voidWebServiceEjbEndpointRegistry. registerEndpoint(WebServiceEndpoint webserviceEndpoint, EjbEndpointFacade ejbContainer, Object servant, Class tieClass)Constructors in org.glassfish.webservices with parameters of type EjbEndpointFacade Constructor Description EjbRuntimeEndpointInfo(WebServiceEndpoint webServiceEndpoint, EjbEndpointFacade ejbContainer, Object servant)
-