org.deegree_impl.services.wcts.protocol
Class IsTransformableResponse_Impl
java.lang.Object
org.deegree_impl.services.OGCWebServiceResponse_Impl
org.deegree_impl.services.wcts.protocol.IsTransformableResponse_Impl
- All Implemented Interfaces:
- IsTransformableResponse, OGCWebServiceResponse
- public class IsTransformableResponse_Impl
- extends OGCWebServiceResponse_Impl
- implements IsTransformableResponse
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-10
- Author:
- Andreas Poth
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
transformable
private boolean transformable
IsTransformableResponse_Impl
IsTransformableResponse_Impl(OGCWebServiceRequest request,
org.w3c.dom.Document exception,
boolean transformable)
- constructor initializing the response with the <Transformable>
getTransformable
public boolean getTransformable()
- returns the transformable-attribute
- Specified by:
getTransformable
in interface IsTransformableResponse
setTransformable
public void setTransformable(boolean transformable)
- See Also:
getTransformable()
exportAsXML
public org.w3c.dom.Document exportAsXML()
- Returns: