public class GetXmlProfileHandler extends Object implements net.customware.gwt.dispatch.server.ActionHandler<GetXmlProfile,GetXmlProfileResult>
| Constructor and Description |
|---|
GetXmlProfileHandler(ImportSessionManager importSessionManager) |
| Modifier and Type | Method and Description |
|---|---|
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) |
@Inject public GetXmlProfileHandler(ImportSessionManager importSessionManager)
public Class<GetXmlProfile> getActionType()
getActionType in interface net.customware.gwt.dispatch.server.ActionHandler<GetXmlProfile,GetXmlProfileResult>public GetXmlProfileResult execute(GetXmlProfile action, net.customware.gwt.dispatch.server.ExecutionContext context) throws net.customware.gwt.dispatch.shared.DispatchException
execute in interface net.customware.gwt.dispatch.server.ActionHandler<GetXmlProfile,GetXmlProfileResult>net.customware.gwt.dispatch.shared.DispatchExceptionpublic void rollback(GetXmlProfile action, GetXmlProfileResult result, net.customware.gwt.dispatch.server.ExecutionContext context) throws net.customware.gwt.dispatch.shared.DispatchException
rollback in interface net.customware.gwt.dispatch.server.ActionHandler<GetXmlProfile,GetXmlProfileResult>net.customware.gwt.dispatch.shared.DispatchExceptionCopyright © 2015. All Rights Reserved.