org.apache.axis2.description.java2wsdl
Class DefaultSchemaGenerator.MathodComparator

java.lang.Object
  extended by org.apache.axis2.description.java2wsdl.DefaultSchemaGenerator.MathodComparator
All Implemented Interfaces:
java.util.Comparator<java.lang.reflect.Method>
Enclosing class:
DefaultSchemaGenerator

public class DefaultSchemaGenerator.MathodComparator
extends java.lang.Object
implements java.util.Comparator<java.lang.reflect.Method>


Constructor Summary
DefaultSchemaGenerator.MathodComparator()
           
 
Method Summary
 int compare(java.lang.reflect.Method method1, java.lang.reflect.Method method2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

DefaultSchemaGenerator.MathodComparator

public DefaultSchemaGenerator.MathodComparator()
Method Detail

compare

public int compare(java.lang.reflect.Method method1,
                   java.lang.reflect.Method method2)
Specified by:
compare in interface java.util.Comparator<java.lang.reflect.Method>


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.