001    //$HeadURL: svn+ssh://rbezema@svn.wald.intevation.org/deegree/base/tags/2.1/src/org/deegree/ogcwebservices/wass/was/capabilities/WASCapabilities.java $
002    /*----------------    FILE HEADER  ------------------------------------------
003    
004     This file is part of deegree.
005     Copyright (C) 2001-2004 by:
006     EXSE, Department of Geography, University of Bonn
007     http://www.giub.uni-bonn.de/exse/
008     lat/lon GmbH
009     http://www.lat-lon.de
010    
011     This library is free software; you can redistribute it and/or
012     modify it under the terms of the GNU Lesser General Public
013     License as published by the Free Software Foundation; either
014     version 2.1 of the License, or (at your option) any later version.
015    
016     This library is distributed in the hope that it will be useful,
017     but WITHOUT ANY WARRANTY; without even the implied warranty of
018     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
019     Lesser General Public License for more details.
020    
021     You should have received a copy of the GNU Lesser General Public
022     License along with this library; if not, write to the Free Software
023     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
024    
025     Contact:
026    
027     Andreas Poth
028     lat/lon GmbH
029     Meckenheimer Allee 176
030     53115 Bonn
031     Germany
032     E-Mail: poth@lat-lon.de
033    
034     Prof. Dr. Klaus Greve
035     Department of Geography
036     University of Bonn
037     Meckenheimer Allee 166
038     53115 Bonn
039     Germany
040     E-Mail: greve@giub.uni-bonn.de
041    
042     ---------------------------------------------------------------------------*/
043    
044    package org.deegree.ogcwebservices.wass.was.capabilities;
045    
046    import java.util.ArrayList;
047    
048    import org.deegree.ogcwebservices.getcapabilities.ServiceIdentification;
049    import org.deegree.ogcwebservices.getcapabilities.ServiceProvider;
050    import org.deegree.ogcwebservices.wass.common.OWSCapabilitiesBaseType_1_0;
051    import org.deegree.ogcwebservices.wass.common.OperationsMetadata_1_0;
052    import org.deegree.ogcwebservices.wass.common.SupportedAuthenticationMethod;
053    
054    /**
055     * Encapsulates: GDI NRW WAS capabilities according to V1.0
056     * 
057     * Namespace: http://www.gdi-nrw.org/was
058     * 
059     * This class does not really contain any special data and is only used for consistent interface
060     * reasons.
061     * 
062     * @author <a href="mailto:bezema@lat-lon.de">Rutger Bezema</a>
063     * @author last edited by: $Author: bezema $
064     * 
065     * @version 2.0, $Revision: 6259 $, $Date: 2007-03-20 10:15:15 +0100 (Di, 20 Mär 2007) $
066     * 
067     * @since 2.0
068     */
069    public class WASCapabilities extends OWSCapabilitiesBaseType_1_0 {
070    
071        private static final long serialVersionUID = 4049719938261335584L;
072    
073        /**
074         * Constructs new one from given values.
075         * 
076         * @param version
077         * @param updateSequence
078         * @param serviceIdentification
079         * @param serviceProvider
080         * @param operationsMetadata
081         * @param supportedAuthenticationMethods
082         */
083        public WASCapabilities( String version, String updateSequence,
084                               ServiceIdentification serviceIdentification,
085                               ServiceProvider serviceProvider, OperationsMetadata_1_0 operationsMetadata,
086                               ArrayList<SupportedAuthenticationMethod> supportedAuthenticationMethods ) {
087            super( version, updateSequence, serviceIdentification, serviceProvider, operationsMetadata,
088                   supportedAuthenticationMethods );
089        }
090    
091    }
092    
093    /***************************************************************************************************
094     * Changes to this class. What the people have been up to: $Log$
095     * Changes to this class. What the people have been up to: Revision 1.7  2006/06/27 13:10:47  bezema
096     * Changes to this class. What the people have been up to: Finished the last bits of the configuration of the wass.
097     * Changes to this class. What the people have been up to:
098     * Changes to this class. What the people have been up to: Revision 1.6  2006/06/23 10:23:50  schmitz
099     * Changes to this class. What the people have been up to: Completed the WAS, GetSession and CloseSession work.
100     * Changes to this class. What the people have been up to: Changes to this class. What the
101     * people have been up to: Revision 1.5 2006/05/30 09:17:02 schmitz Changes to this class. What the
102     * people have been up to: Docu test Changes to this class. What the people have been up to: Changes
103     * to this class. What the people have been up to: Revision 1.4 2006/05/30 08:54:30 schmitz Changes
104     * to this class. What the people have been up to: und mehr Changes to this class. What the people
105     * have been up to: Changes to this class. What the people have been up to: Revision 1.3 2006/05/30
106     * 08:54:07 schmitz Changes to this class. What the people have been up to: cvs test Changes to this
107     * class. What the people have been up to: Changes to this class. What the people have been up to:
108     * Revision 1.2 2006/05/30 08:44:48 bezema Changes to this class. What the people have been up to:
109     * Reararranging the layout (again) to use features of OOP. The owscommonDocument is the real
110     * baseclass now. Changes to this class. What the people have been up to: Changes to this class.
111     * What the people have been up to: Revision 1.1 2006/05/29 12:00:58 bezema Changes to this class.
112     * What the people have been up to: Refactored the security and authentication webservices into one
113     * package WASS (Web Authentication -and- Security Services), also created a common package and a
114     * saml package which could be updated to work in the future. Changes to this class. What the people
115     * have been up to: Changes to this class. What the people have been up to: Revision 1.4 2006/05/26
116     * 14:38:32 schmitz Changes to this class. What the people have been up to: Added some KVP
117     * constructors to WAS operations. Changes to this class. What the people have been up to: Added
118     * some comments, updated the plan. Changes to this class. What the people have been up to:
119     * Restructured WAS operations by adding an AbstractRequest base class. Changes to this class. What
120     * the people have been up to: Changes to this class. What the people have been up to: Revision 1.3
121     * 2006/05/22 15:47:05 bezema Changes to this class. What the people have been up to: Cleaning up
122     * redundant Documents Changes to this class. What the people have been up to: Changes to this
123     * class. What the people have been up to: Revision 1.2 2006/05/19 15:35:35 schmitz Changes to this
124     * class. What the people have been up to: Updated the documentation, added the GetCapabilities
125     * operation and implemented a rough WAService outline. Fixed some warnings. Changes to this class.
126     * What the people have been up to: Changes to this class. What the people have been up to: Revision
127     * 1.1 2006/05/15 09:54:16 bezema Changes to this class. What the people have been up to: New
128     * approach to the nrw:gdi specs. Including ows_1_0 spec and saml spec Changes to this class. What
129     * the people have been up to:
130     * 
131     **************************************************************************************************/