org.gcube.portlets.admin.software_upload_wizard.server.rpc.handlers
Class GetXmlProfileHandler

java.lang.Object
  extended by org.gcube.portlets.admin.software_upload_wizard.server.rpc.handlers.GetXmlProfileHandler
All Implemented Interfaces:
net.customware.gwt.dispatch.server.ActionHandler<GetXmlProfile,GetXmlProfileResult>

public class GetXmlProfileHandler
extends Object
implements net.customware.gwt.dispatch.server.ActionHandler<GetXmlProfile,GetXmlProfileResult>


Constructor Summary
GetXmlProfileHandler(ImportSessionManager importSessionManager)
           
 
Method Summary
 GetXmlProfileResult execute(GetXmlProfile action, net.customware.gwt.dispatch.server.ExecutionContext context)
           
 Class<GetXmlProfile> getActionType()
           
 void rollback(GetXmlProfile action, GetXmlProfileResult result, net.customware.gwt.dispatch.server.ExecutionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetXmlProfileHandler

@Inject
public GetXmlProfileHandler(ImportSessionManager importSessionManager)
Method Detail

getActionType

public Class<GetXmlProfile> getActionType()
Specified by:
getActionType in interface net.customware.gwt.dispatch.server.ActionHandler<GetXmlProfile,GetXmlProfileResult>

execute

public GetXmlProfileResult execute(GetXmlProfile action,
                                   net.customware.gwt.dispatch.server.ExecutionContext context)
                            throws net.customware.gwt.dispatch.shared.DispatchException
Specified by:
execute in interface net.customware.gwt.dispatch.server.ActionHandler<GetXmlProfile,GetXmlProfileResult>
Throws:
net.customware.gwt.dispatch.shared.DispatchException

rollback

public void rollback(GetXmlProfile action,
                     GetXmlProfileResult result,
                     net.customware.gwt.dispatch.server.ExecutionContext context)
              throws net.customware.gwt.dispatch.shared.DispatchException
Specified by:
rollback in interface net.customware.gwt.dispatch.server.ActionHandler<GetXmlProfile,GetXmlProfileResult>
Throws:
net.customware.gwt.dispatch.shared.DispatchException


Copyright © 2013. All Rights Reserved.