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, org.apache.commons.configuration.ConfigurationException, javax.wsdl.WSDLException, TransportException
ClassNotFoundExceptionIllegalArgumentExceptionSecurityExceptionInstantiationExceptionIllegalAccessExceptionInvocationTargetExceptionNoSuchMethodExceptionDatatypeConfigurationExceptionMalformedURLExceptionRemoteExceptionorg.apache.commons.configuration.ConfigurationExceptionjavax.wsdl.WSDLExceptionTransportExceptionpublic void shutdown()
throws RemoteException,
org.apache.commons.configuration.ConfigurationException,
TransportException
RemoteExceptionorg.apache.commons.configuration.ConfigurationExceptionTransportExceptionpublic void addService(String serviceKey)
public void removeService(String serviceKey)
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.