Package com.rf1m.image2css.ioc

Source Code of com.rf1m.image2css.ioc.WebObjectFactory

package com.rf1m.image2css.ioc;

import com.rf1m.image2css.domain.ErrorResponse;

public class WebObjectFactory {

    public ErrorResponse newErrorResponse(final String message) {
        return new ErrorResponse(message);
    }
}
TOP

Related Classes of com.rf1m.image2css.ioc.WebObjectFactory

TOP
Copyright © 2018 www.massapi.com. 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.