Package org.glassfish.ejb.spi
Interface WSEjbEndpointRegistry
@Contract
public interface WSEjbEndpointRegistry
-
Method Summary
Modifier and TypeMethodDescriptionvoidregisterEndpoint(com.sun.enterprise.deployment.WebServiceEndpoint webServiceEndpoint, EjbEndpointFacade ejbContainer, Object servant, Class tieClass) This method will register an endpoint the EjbEndpointRegistryvoidunregisterEndpoint(String addressUri) This method will unregister an endpoint the EjbEndpointRegistry
-
Method Details
-
registerEndpoint
void registerEndpoint(com.sun.enterprise.deployment.WebServiceEndpoint webServiceEndpoint, EjbEndpointFacade ejbContainer, Object servant, Class tieClass) This method will register an endpoint the EjbEndpointRegistry -
unregisterEndpoint
This method will unregister an endpoint the EjbEndpointRegistry
-