public class ServiceLocator extends Object
Constructor and Description |
---|
ServiceLocator(UDDIClerk clerk,
URLLocalizer urlLocalizer,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
void |
addService(String serviceKey) |
String |
lookupEndpoint(QName serviceQName,
String portName) |
void |
removeService(String serviceKey) |
void |
shutdown() |
public ServiceLocator(UDDIClerk clerk, URLLocalizer urlLocalizer, Properties properties) throws ClassNotFoundException, IllegalArgumentException, SecurityException, InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchMethodException, DatatypeConfigurationException, MalformedURLException, RemoteException, ConfigurationException, WSDLException, TransportException
public void shutdown() throws RemoteException, ConfigurationException, TransportException
public void addService(String serviceKey)
public void removeService(String serviceKey)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.