public class ServiceContainerEndpointRegistry extends Object implements org.jboss.wsf.spi.management.EndpointRegistry
| Constructor and Description |
|---|
ServiceContainerEndpointRegistry() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.wsf.spi.deployment.Endpoint |
getEndpoint(ObjectName epName) |
static org.jboss.wsf.spi.deployment.Endpoint |
getEndpoint(org.jboss.msc.service.ServiceName endpointName) |
Set<ObjectName> |
getEndpoints() |
boolean |
isRegistered(ObjectName epName) |
static void |
register(org.jboss.msc.service.ServiceName endpointName,
org.jboss.wsf.spi.deployment.Endpoint endpoint) |
org.jboss.wsf.spi.deployment.Endpoint |
resolve(org.jboss.wsf.spi.management.EndpointResolver resolver) |
static void |
unregister(org.jboss.msc.service.ServiceName endpointName,
org.jboss.wsf.spi.deployment.Endpoint endpoint) |
public Set<ObjectName> getEndpoints()
getEndpoints in interface org.jboss.wsf.spi.management.EndpointRegistrypublic org.jboss.wsf.spi.deployment.Endpoint getEndpoint(ObjectName epName)
getEndpoint in interface org.jboss.wsf.spi.management.EndpointRegistrypublic org.jboss.wsf.spi.deployment.Endpoint resolve(org.jboss.wsf.spi.management.EndpointResolver resolver)
resolve in interface org.jboss.wsf.spi.management.EndpointRegistrypublic boolean isRegistered(ObjectName epName)
isRegistered in interface org.jboss.wsf.spi.management.EndpointRegistrypublic static void register(org.jboss.msc.service.ServiceName endpointName,
org.jboss.wsf.spi.deployment.Endpoint endpoint)
public static void unregister(org.jboss.msc.service.ServiceName endpointName,
org.jboss.wsf.spi.deployment.Endpoint endpoint)
public static org.jboss.wsf.spi.deployment.Endpoint getEndpoint(org.jboss.msc.service.ServiceName endpointName)
Copyright © 2018 JBoss by Red Hat. All rights reserved.