Example usage for org.apache.commons.logging Wrapper subclass-usage

List of usage examples for org.apache.commons.logging Wrapper subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.logging Wrapper subclass-usage.

Usage

From source file com.softlysoftware.jxero.Response.java

/**
* Corresponds to the root element on the XML repsonses to API calls.
*/
@XmlRootElement(name = "Response")
@XmlAccessorType(XmlAccessType.NONE)
public class Response extends Wrapper {

From source file com.softlysoftware.jxero.Endpoint.java

/**
* Models one of the endpoints of the Xero API, e.g. "Contacts".
*/
public abstract class Endpoint extends Wrapper {

    private static Log log = LogFactory.getLog("jxero.endpoint");