// element, if present) and this alias must not be used
for( ComponentService service : theServices ) {
String partnerlinkName = implementation.getServicePartnerlinkName( service.getName() );
// MJE 14/07/2009 - added componentURI to the service name to get unique service name
provideEndpoints.put( partnerlinkName,
new Endpoint( new QName( TUSCANY_NAMESPACE, componentURI + service.getName() ),
"ServicePort"));
} // end for
} // end if
return provideEndpoints;
} // end getProvideEndpoints