JBoss Wise API

org.jboss.wise.core.client.impl.reflection
Class EndpointMethodCaller

java.lang.Object
  extended by org.jboss.wise.core.client.impl.reflection.EndpointMethodCaller
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Object>

public class EndpointMethodCaller
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Object>


Field Summary
protected  WSEndpoint epInstance
           
 
Constructor Summary
EndpointMethodCaller(WSEndpoint epInstance, java.lang.reflect.Method methodPointer, java.lang.Object[] args)
           
 
Method Summary
 void addHandlers()
           
 java.lang.Object call()
          
 void setPassword()
           
 void setTargetUrl()
           
 void setUsername()
           
 void visitEnabler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

epInstance

protected final WSEndpoint epInstance
Constructor Detail

EndpointMethodCaller

public EndpointMethodCaller(WSEndpoint epInstance,
                            java.lang.reflect.Method methodPointer,
                            java.lang.Object[] args)
Parameters:
epInstance -
methodPointer -
args -
Method Detail

call

public java.lang.Object call()
                      throws java.lang.Exception

Specified by:
call in interface java.util.concurrent.Callable<java.lang.Object>
Throws:
java.lang.Exception
See Also:
Callable.call()

visitEnabler

public void visitEnabler()

addHandlers

public void addHandlers()

setUsername

public void setUsername()

setPassword

public void setPassword()

setTargetUrl

public void setTargetUrl()

JBoss Wise API

Copyright © 2008-2009 Jboss.org. All Rights Reserved.