Constructor and Description |
---|
ServiceContainerEndpointRegistry() |
Modifier and Type | Method and Description |
---|---|
org.jboss.wsf.spi.deployment.Endpoint |
getEndpoint(ObjectName epName) |
Set<ObjectName> |
getEndpoints() |
boolean |
isRegistered(ObjectName epName) |
void |
register(org.jboss.wsf.spi.deployment.Endpoint endpoint) |
org.jboss.wsf.spi.deployment.Endpoint |
resolve(org.jboss.wsf.spi.management.EndpointResolver resolver) |
void |
unregister(org.jboss.wsf.spi.deployment.Endpoint endpoint) |
public Set<ObjectName> getEndpoints()
getEndpoints
in interface org.jboss.wsf.spi.management.EndpointRegistry
public org.jboss.wsf.spi.deployment.Endpoint getEndpoint(ObjectName epName)
getEndpoint
in interface org.jboss.wsf.spi.management.EndpointRegistry
public org.jboss.wsf.spi.deployment.Endpoint resolve(org.jboss.wsf.spi.management.EndpointResolver resolver)
resolve
in interface org.jboss.wsf.spi.management.EndpointRegistry
public boolean isRegistered(ObjectName epName)
isRegistered
in interface org.jboss.wsf.spi.management.EndpointRegistry
public void register(org.jboss.wsf.spi.deployment.Endpoint endpoint)
register
in interface org.jboss.wsf.spi.management.EndpointRegistry
public void unregister(org.jboss.wsf.spi.deployment.Endpoint endpoint)
unregister
in interface org.jboss.wsf.spi.management.EndpointRegistry
Copyright © 2015 JBoss by Red Hat. All rights reserved.