|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.internal.MsgSendInvocationMapper
public class MsgSendInvocationMapper
A JNA InvocationMapper that maps calls to syntheticSendMessage to a MsgSendHandler. This allows us to dispatch all calls to syntheticSendMessage and have MsgSendHandler call objc_msgSend or objc_msgSend_stret as appropriate, casting the return type appropriately.
Constructor Summary | |
---|---|
MsgSendInvocationMapper()
|
Method Summary | |
---|---|
java.lang.reflect.InvocationHandler |
getInvocationHandler(com.sun.jna.NativeLibrary lib,
java.lang.reflect.Method m)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MsgSendInvocationMapper()
Method Detail |
---|
public java.lang.reflect.InvocationHandler getInvocationHandler(com.sun.jna.NativeLibrary lib, java.lang.reflect.Method m)
getInvocationHandler
in interface com.sun.jna.InvocationMapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |