public abstract class DiscoveryAgentFactory extends Object
| Constructor and Description |
|---|
DiscoveryAgentFactory() |
| Modifier and Type | Method and Description |
|---|---|
static DiscoveryAgent |
createDiscoveryAgent(URI uri) |
protected abstract DiscoveryAgent |
doCreateDiscoveryAgent(URI uri) |
public DiscoveryAgentFactory()
public static DiscoveryAgent createDiscoveryAgent(URI uri) throws IOException
IOExceptionprotected abstract DiscoveryAgent doCreateDiscoveryAgent(URI uri) throws IOException
IOExceptionCopyright © 2005–2020 The Apache Software Foundation. All rights reserved.