Example usage for com.liferay.portal.kernel.xmlrpc Method interface-usage

List of usage examples for com.liferay.portal.kernel.xmlrpc Method interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.xmlrpc Method interface-usage.

Usage

From source file com.liferay.blogs.internal.util.PingbackMethodImpl.java

/**
 * @author Alexander Chow
 */
@Component
public class PingbackMethodImpl implements Method {

From source file com.liferay.portlet.blogs.util.PingbackMethodImpl.java

/**
 * @author Alexander Chow
 */
public class PingbackMethodImpl implements Method {

    public static int ACCESS_DENIED = 49;