Package com.germinus.mashupbuilder.services

Examples of com.germinus.mashupbuilder.services.UnitAction


                String mediaType = representation.getMediaType();
                executeMethod.setResponseType(mediaType);
            }
        }

        UnitAction unitAction = new UnitAction();
        unitAction.setType(id);
        unitAction.setLabel(id);
        unitAction.setDescription(id);
        unitAction.setInputs(parameters);
        unitAction.setExecuteMethod(executeMethod);

        return unitAction;
    }
View Full Code Here

TOP

Related Classes of com.germinus.mashupbuilder.services.UnitAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.