From 50c635e7fb1e7a0580e2cdc0350286002342aa91 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Thu, 23 Jun 2005 14:41:17 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build-SPSS_1_2_1'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build-SPSS_1_2_1@361 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/spss/server/invoke/ProfileMapper.html | 352 --------------------- 1 file changed, 352 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/ProfileMapper.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/ProfileMapper.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/ProfileMapper.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/ProfileMapper.html deleted file mode 100644 index 6f5b0a8cd..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/ProfileMapper.html +++ /dev/null @@ -1,352 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class ProfileMapper - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.invoke -
-Class ProfileMapper

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.invoke.ProfileMapper
-
-
-
-
public class ProfileMapper
extends Object
- -

-Map ProfileID objects to their explicit represantation. -

-

-
Version:
$Id$
-
Author:
Patrick Peck
-
-
- -

- - - - - - - - - - - - - - - - -
-Constructor Summary
ProfileMapper() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
-static at.gv.egovernment.moa.spss.api.xmlsign.CreateSignatureEnvironmentProfileExplicitmapCreateSignatureEnvironmentProfile(at.gv.egovernment.moa.spss.api.xmlsign.CreateSignatureEnvironmentProfile profile, - ConfigurationProvider config) - -
-          Map a CreateSignatureEnvironmentProfile to a - CreateSignatureEnvironmentProfileExplicit.
-static at.gv.egovernment.moa.spss.api.xmlsign.CreateTransformsInfoProfileExplicitmapCreateTransformsInfoProfile(at.gv.egovernment.moa.spss.api.xmlsign.CreateTransformsInfoProfile profile, - ConfigurationProvider config) - -
-          Map a CreateTransformsInfoProfile to a - CreateTransformsInfoProfileExplicit.
-static at.gv.egovernment.moa.spss.api.xmlverify.SupplementProfileExplicitmapSupplementProfile(at.gv.egovernment.moa.spss.api.xmlverify.SupplementProfile profile, - ConfigurationProvider config) - -
-          Map a SupplementProfile to a - SupplementProfileExplicit.
-static ListmapSupplementProfiles(List profiles, - ConfigurationProvider config) - -
-          Map a List of SupplementProfiles to their - explicit representation.
-static at.gv.egovernment.moa.spss.api.xmlverify.VerifyTransformsInfoProfileExplicitmapVerifyTransformsInfoProfile(at.gv.egovernment.moa.spss.api.xmlverify.VerifyTransformsInfoProfile profile, - ConfigurationProvider config) - -
-          Map a VerifyTransformsInfoProfile to a - VerifyTransformsInfoProfileExplicit.
-static ListmapVerifyTransformsInfoProfiles(List profiles, - ConfigurationProvider config) - -
-          Map a List of VerifyTransformsInfoProfiles to - their explicit representation.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-ProfileMapper

-
-public ProfileMapper()
-
-
- - - - - - - - -
-Method Detail
- -

-mapCreateTransformsInfoProfile

-
-public static at.gv.egovernment.moa.spss.api.xmlsign.CreateTransformsInfoProfileExplicit mapCreateTransformsInfoProfile(at.gv.egovernment.moa.spss.api.xmlsign.CreateTransformsInfoProfile profile,
-                                                                                                                        ConfigurationProvider config)
-                                                                                                                 throws MOAApplicationException
-
-
Map a CreateTransformsInfoProfile to a - CreateTransformsInfoProfileExplicit.
-
Parameters:
profile - The profile object to map.
config - The MOA configuration to use for looking up the profile.
Returns:
profile, if the given profile is of type - EXPLICIT_CREATETRANSFORMSINFOPROFILE, otherwise the profile - that is looked up and parsed from the configuration.
Throws:
MOAApplicationException - An error occurred parsing the profile.
-
-
-
- -

-mapCreateSignatureEnvironmentProfile

-
-public static at.gv.egovernment.moa.spss.api.xmlsign.CreateSignatureEnvironmentProfileExplicit mapCreateSignatureEnvironmentProfile(at.gv.egovernment.moa.spss.api.xmlsign.CreateSignatureEnvironmentProfile profile,
-                                                                                                                                    ConfigurationProvider config)
-                                                                                                                             throws MOAApplicationException
-
-
Map a CreateSignatureEnvironmentProfile to a - CreateSignatureEnvironmentProfileExplicit.
-
Parameters:
profile - The profile object to map.
config - The MOA configuration to use for looking up the profile.
Returns:
profile, if the given profile is of type - EXPLICIT_CREATESIGNATUREENVIRONMENTPROFILE, otherwise the - profile that is looked up and parsed from the configuration.
Throws:
MOAApplicationException - An error occurred parsing the profile.
-
-
-
- -

-mapSupplementProfiles

-
-public static List mapSupplementProfiles(List profiles,
-                                         ConfigurationProvider config)
-                                  throws MOAApplicationException
-
-
Map a List of SupplementProfiles to their - explicit representation.
-
Parameters:
profiles - The profiles to map.
config - The MOA configuration to use for looking up profiles.
Returns:
The mapped profiles.
Throws:
MOAApplicationException - An error occurred mapping one of the - profiles.
-
-
-
- -

-mapSupplementProfile

-
-public static at.gv.egovernment.moa.spss.api.xmlverify.SupplementProfileExplicit mapSupplementProfile(at.gv.egovernment.moa.spss.api.xmlverify.SupplementProfile profile,
-                                                                                                      ConfigurationProvider config)
-                                                                                               throws MOAApplicationException
-
-
Map a SupplementProfile to a - SupplementProfileExplicit.
-
Parameters:
profile - The profile object to map.
config - The MOA configuration to use for looking up the profile.
Returns:
profile, if the given profile is of type - EXPLICIT_SUPPLEMENTPROFILE, otherwise the - profile that is looked up and parsed from the configuration.
Throws:
MOAApplicationException - An error occurred parsing the profile.
-
-
-
- -

-mapVerifyTransformsInfoProfiles

-
-public static List mapVerifyTransformsInfoProfiles(List profiles,
-                                                   ConfigurationProvider config)
-                                            throws MOAApplicationException
-
-
Map a List of VerifyTransformsInfoProfiles to - their explicit representation.
-
Parameters:
profiles - The profiles to map.
config - The MOA configuration to use for looking up profiles.
Returns:
The mapped profiles.
Throws:
MOAApplicationException - An error occurred mapping one of the - profiles.
-
-
-
- -

-mapVerifyTransformsInfoProfile

-
-public static at.gv.egovernment.moa.spss.api.xmlverify.VerifyTransformsInfoProfileExplicit mapVerifyTransformsInfoProfile(at.gv.egovernment.moa.spss.api.xmlverify.VerifyTransformsInfoProfile profile,
-                                                                                                                          ConfigurationProvider config)
-                                                                                                                   throws MOAApplicationException
-
-
Map a VerifyTransformsInfoProfile to a - VerifyTransformsInfoProfileExplicit.
-
Parameters:
profile - The profile object to map.
config - The MOA configuration to use for looking up the profile.
Returns:
profile, if the given profile is of type - EXPLICIT_VERIFYTRANSFORMSINFOPROFILE, otherwise the - profile that is looked up and parsed from the configuration.
Throws:
MOAApplicationException - An error occurred parsing the profile.
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3