GetMapDelegate
wich is actually processing it, and has been obtained when execute(Request)
was called
@param out the output to where the map must be written
@throws ServiceException if the delegate throws a ServiceException inside its writeTo(OuptutStream)
, mostly due to
@throws IOException if the delegate throws an IOException inside its writeTo(OuptutStream)
, mostly due to
@throws IllegalStateException if this method is called before execute(Request)
has succeed
|
|
|
|