org.deegree.services.wcas.protocol
Interface CASDescribeRecordTypeResponse
- All Superinterfaces:
- OGCWebServiceResponse
- All Known Implementing Classes:
- CASDescribeRecordTypeResponse_Impl
- public interface CASDescribeRecordTypeResponse
- extends OGCWebServiceResponse
At the moment only XML-schema definitions are defined as valid responses.
but for possible additional formats to support in future an Object[]
will be returned.
--------------------------------------------------------------------
- Version:
- 2002-04-16
- Author:
- Andreas Poth
|
Method Summary |
java.lang.String |
getRecordTypeSchema()
returns the response to a DescribeRecordType request. |
getRecordTypeSchema
public java.lang.String getRecordTypeSchema()
- returns the response to a DescribeRecordType request. At the moment
only XML-schema definitions are defined as valid responses.