|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.ksb.messaging.serviceexporters.ServiceExportManagerImpl.ServiceNameFinder
protected static class ServiceExportManagerImpl.ServiceNameFinder
Looks up service QNameS based on URL StringS. API is Map-like, but non-service specific portions of the URL are trimmed prior to accessing its internal Map.
Constructor Summary | |
---|---|
protected |
ServiceExportManagerImpl.ServiceNameFinder()
|
Method Summary | |
---|---|
QName |
lookup(String serviceUrl)
gets the QName for the service |
void |
register(ServiceDefinition serviceDefinition)
adds a mapping from the service specific portion of the service URL to the service name. |
void |
remove(URL endpointUrl)
removes the mapping (if one exists) for the service specific portion of this url. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ServiceExportManagerImpl.ServiceNameFinder()
Method Detail |
---|
public void register(ServiceDefinition serviceDefinition)
public void remove(URL endpointUrl)
public QName lookup(String serviceUrl)
serviceUrl
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |