mrcode.duckprxy
Class DuckPrxyTest.DelegateOne

java.lang.Object
  extended by mrcode.duckprxy.DuckPrxyTest.DelegateOne
Enclosing class:
DuckPrxyTest

public static class DuckPrxyTest.DelegateOne
extends java.lang.Object


Constructor Summary
DuckPrxyTest.DelegateOne()
           
 
Method Summary
 int barTwo()
           
 int baz()
           
 void foo()
           
 int fooTwo(java.lang.String s)
           
 java.util.List<java.lang.String> getCallRecord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DuckPrxyTest.DelegateOne

public DuckPrxyTest.DelegateOne()
Method Detail

foo

public void foo()

baz

public int baz()

fooTwo

public int fooTwo(java.lang.String s)

barTwo

public int barTwo()

getCallRecord

public java.util.List<java.lang.String> getCallRecord()


Copyright © 2008. All Rights Reserved.