From fa34913381d58a33b5efcb10b7434fa01c091156 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 8 Apr 2010 10:41:59 +0000 Subject: Update sca-api with latest OASIS code, these ones have only formatiing and javadoc changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931861 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/client/SCAClientFactoryFinder.java | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'sca-java-2.x/trunk/modules/sca-api/src/main/java/org/oasisopen/sca/client/SCAClientFactoryFinder.java') diff --git a/sca-java-2.x/trunk/modules/sca-api/src/main/java/org/oasisopen/sca/client/SCAClientFactoryFinder.java b/sca-java-2.x/trunk/modules/sca-api/src/main/java/org/oasisopen/sca/client/SCAClientFactoryFinder.java index d9cd780424..795fe30714 100644 --- a/sca-java-2.x/trunk/modules/sca-api/src/main/java/org/oasisopen/sca/client/SCAClientFactoryFinder.java +++ b/sca-java-2.x/trunk/modules/sca-api/src/main/java/org/oasisopen/sca/client/SCAClientFactoryFinder.java @@ -1,5 +1,5 @@ /* - * Copyright(C) OASIS(R) 2005,2009. All Rights Reserved. + * Copyright(C) OASIS(R) 2005,2010. All Rights Reserved. * OASIS trademark, IPR and other policies apply. */ @@ -17,19 +17,19 @@ import org.oasisopen.sca.NoSuchDomainException; */ public interface SCAClientFactoryFinder { - /** - * Method for finding the SCAClientFactory for a given Domain URI using - * a specified set of properties and a a specified ClassLoader - * @param properties - properties to use - may be null - * @param classLoader - ClassLoader to use - may be null - * @param domainURI - the Domain URI - must be a valid SCA Domain URI - * @return - the SCAClientFactory or null if the factory could not be - * @throws - NoSuchDomainException if the domainURI does not reference - * a valid SCA Domain - * found - */ + /** + * Method for finding the SCAClientFactory for a given Domain URI using + * a specified set of properties and a a specified ClassLoader + * @param properties - properties to use - may be null + * @param classLoader - ClassLoader to use - may be null + * @param domainURI - the Domain URI - must be a valid SCA Domain URI + * @return - the SCAClientFactory or null if the factory could not be + * @throws - NoSuchDomainException if the domainURI does not reference + * a valid SCA Domain + * found + */ SCAClientFactory find(Properties properties, ClassLoader classLoader, URI domainURI ) - throws NoSuchDomainException ; + throws NoSuchDomainException ; } -- cgit v1.2.3