org.deegree_impl.services.wcts.protocol
Class IsTransformableResponse_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceResponse_Impl
      extended byorg.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

Field Summary
private  boolean transformable
           
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
 
Constructor Summary
(package private) IsTransformableResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, boolean transformable)
          constructor initializing the response with the <Transformable>
 
Method Summary
 org.w3c.dom.Document exportAsXML()
           
 boolean getTransformable()
          returns the transformable-attribute
 void setTransformable(boolean transformable)
           
 
Methods inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
getException, getRequest, setException, setRequest, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.deegree.services.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

Field Detail

transformable

private boolean transformable
Constructor Detail

IsTransformableResponse_Impl

IsTransformableResponse_Impl(OGCWebServiceRequest request,
                             org.w3c.dom.Document exception,
                             boolean transformable)
constructor initializing the response with the <Transformable>

Method Detail

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: