Class ServiceContainerEndpointRegistry

  • All Implemented Interfaces:
    org.jboss.wsf.spi.management.EndpointRegistry

    public class ServiceContainerEndpointRegistry
    extends Object
    implements org.jboss.wsf.spi.management.EndpointRegistry
    Author:
    Jim Ma, Richard Opalka
    • Constructor Detail

      • ServiceContainerEndpointRegistry

        public ServiceContainerEndpointRegistry()
    • Method Detail

      • getEndpoints

        public Set<ObjectName> getEndpoints()
        Specified by:
        getEndpoints in interface org.jboss.wsf.spi.management.EndpointRegistry
      • getEndpoint

        public org.jboss.wsf.spi.deployment.Endpoint getEndpoint​(ObjectName epName)
        Specified by:
        getEndpoint in interface org.jboss.wsf.spi.management.EndpointRegistry
      • resolve

        public org.jboss.wsf.spi.deployment.Endpoint resolve​(org.jboss.wsf.spi.management.EndpointResolver resolver)
        Specified by:
        resolve in interface org.jboss.wsf.spi.management.EndpointRegistry
      • isRegistered

        public boolean isRegistered​(ObjectName epName)
        Specified by:
        isRegistered in interface org.jboss.wsf.spi.management.EndpointRegistry
      • register

        public static void register​(org.jboss.msc.service.ServiceName endpointName,
                                    org.jboss.wsf.spi.deployment.Endpoint endpoint)
      • unregister

        public static void unregister​(org.jboss.msc.service.ServiceName endpointName,
                                      org.jboss.wsf.spi.deployment.Endpoint endpoint)
      • getEndpoint

        public static org.jboss.wsf.spi.deployment.Endpoint getEndpoint​(org.jboss.msc.service.ServiceName endpointName)