org.apache.openejb.server.cxf.rs
Class Logs.LogOperationEndpointInfo

java.lang.Object
  extended by org.apache.openejb.server.cxf.rs.Logs.LogOperationEndpointInfo
All Implemented Interfaces:
Comparable<Logs.LogOperationEndpointInfo>
Enclosing class:
Logs

public static class Logs.LogOperationEndpointInfo
extends Object
implements Comparable<Logs.LogOperationEndpointInfo>


Field Summary
 String address
           
 String http
           
 String method
           
 
Constructor Summary
Logs.LogOperationEndpointInfo(String http, String address, String method)
           
 
Method Summary
 int compareTo(Logs.LogOperationEndpointInfo o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

http

public final String http

address

public final String address

method

public final String method
Constructor Detail

Logs.LogOperationEndpointInfo

public Logs.LogOperationEndpointInfo(String http,
                                     String address,
                                     String method)
Method Detail

compareTo

public int compareTo(Logs.LogOperationEndpointInfo o)
Specified by:
compareTo in interface Comparable<Logs.LogOperationEndpointInfo>


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.