|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wfs.capabilities.Transaction_Impl
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.
-----------------------------------------------------
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 |
private java.util.ArrayList dCPType
Constructor Detail |
Transaction_Impl()
Transaction_Impl(DCPType[] dCPType)
Method Detail |
public DCPType[] getDCPType()
getDCPType
in interface Transaction
public void addDCPType(DCPType dCPType)
public void setDCPType(DCPType[] dCPTypes)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |