Interface WSEjbEndpointRegistry


@Contract public interface WSEjbEndpointRegistry
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerEndpoint(com.sun.enterprise.deployment.WebServiceEndpoint webServiceEndpoint, EjbEndpointFacade ejbContainer, Object servant, Class tieClass)
    This method will register an endpoint the EjbEndpointRegistry
    void
    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

      void unregisterEndpoint(String addressUri)
      This method will unregister an endpoint the EjbEndpointRegistry