org.deegree.services.wcts.protocol
Interface IsTransformableResponse

All Superinterfaces:
OGCWebServiceResponse
All Known Implementing Classes:
IsTransformableResponse_Impl

public interface IsTransformableResponse
extends OGCWebServiceResponse

The response to a IsTransformable Request returns only ' true ' or ' false '; whether a transformation is possible or not an error arises during the treatment request and only then an exception is returned.

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

Version:
2002-07-19
Author:
Andreas Poth

Method Summary
 boolean getTransformable()
          returns the transformable-attribute
 
Methods inherited from interface org.deegree.services.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

Method Detail

getTransformable

public boolean getTransformable()
returns the transformable-attribute