flex.messaging.util
Class MethodMatcher.Match

java.lang.Object
  extended by flex.messaging.util.MethodMatcher.Match
Enclosing class:
MethodMatcher

public static class MethodMatcher.Match
extends Object

A utiltiy class to help rank methods in the search for a best match, given a name and collection of input parameters.


Constructor Summary
MethodMatcher.Match(String name)
           
 
Method Summary
 String listConvertedTypes()
           
 String listExpectedTypes()
           
 String listTypes(Class[] types)
           
 boolean matchedExactlyByName()
           
 boolean matchedLooselyByName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodMatcher.Match

public MethodMatcher.Match(String name)
Method Detail

matchedExactlyByName

public boolean matchedExactlyByName()

matchedLooselyByName

public boolean matchedLooselyByName()

listExpectedTypes

public String listExpectedTypes()

listConvertedTypes

public String listConvertedTypes()

listTypes

public String listTypes(Class[] types)


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/util/MethodMatcher.Match.html