org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker.kxml
Class KFeedback

java.lang.Object
  extended by org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker.kxml.KFeedback

public class KFeedback
extends java.lang.Object

Feedback for deployment plans. It uses the KXML library to create the feedback information.

Author:
Manuele Simi (ISTI-CNR)

Constructor Summary
KFeedback()
           
 
Method Summary
static java.lang.String create(Session session)
          Creates the feedback information for the Broker Service
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KFeedback

public KFeedback()
Method Detail

create

public static java.lang.String create(Session session)
                               throws java.io.IOException
Creates the feedback information for the Broker Service

Parameters:
session - the current session
Returns:
the XML representation of the feedback information
Throws:
java.io.IOException - if the feedback information cannot be created