org.deegree_impl.services.wfs.capabilities
Class Transaction_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wfs.capabilities.Transaction_Impl
All Implemented Interfaces:
Transaction

class Transaction_Impl
extends java.lang.Object
implements Transaction

The %lt;DescribeFeatureType> tag isused to indicate what schema description languages can be used to describe the schema of a feature type when a client requests such a description. XMLSCHEMA is the only mandatory language that must be available. The SCHEMALANGUAGES entity can be redefined to include vendor specific languages.

-----------------------------------------------------

Version:
$Revision: 1.2 $ $Date: 2004/02/09 08:00:18 $
Author:
Katharina Lupp

Field Summary
private  java.util.ArrayList dCPType
           
 
Constructor Summary
(package private) Transaction_Impl()
          default constructor
(package private) Transaction_Impl(DCPType[] dCPType)
          constructor initializing the class with the
 
Method Summary
 void addDCPType(DCPType dCPType)
          adds the available Distributed Computing Platforms (DCPs) for a operation.
 DCPType[] getDCPType()
          The only available distributed computing platform is HTTP for which two request methods are defined; GET and POST.
 void setDCPType(DCPType[] dCPTypes)
          adds the available Distributed Computing Platforms (DCPs) for a operation.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dCPType

private java.util.ArrayList dCPType
Constructor Detail

Transaction_Impl

Transaction_Impl()
default constructor


Transaction_Impl

Transaction_Impl(DCPType[] dCPType)
constructor initializing the class with the

Method Detail

getDCPType

public DCPType[] getDCPType()
The only available distributed computing platform is HTTP for which two request methods are defined; GET and POST. The onlineResource attribute indicates the URL prefix for HTTP GET requests (everything before the question mark and query string:http://hostname[:port]/path/scriptname); for HTTP POST requests, onlineResource is the complete URL.

Specified by:
getDCPType in interface Transaction

addDCPType

public void addDCPType(DCPType dCPType)
adds the available Distributed Computing Platforms (DCPs) for a operation. At present, only HTTP (GET & POST) is defined.


setDCPType

public void setDCPType(DCPType[] dCPTypes)
adds the available Distributed Computing Platforms (DCPs) for a operation. At present, only HTTP (GET & POST) is defined.


toString

public java.lang.String toString()