| Modifier and Type | Field and Description |
|---|---|
protected WSEndpoint |
epInstance |
protected ThreadLocal<Object> |
epUnderlyingObjectInstance |
| Constructor and Description |
|---|
EndpointMethodCaller(WSEndpoint epInstance,
Method methodPointer,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHandlers() |
Object |
call() |
void |
setPassword() |
void |
setTargetUrl() |
void |
setUsername() |
void |
visitEnabler() |
protected final ThreadLocal<Object> epUnderlyingObjectInstance
protected final WSEndpoint epInstance
public EndpointMethodCaller(WSEndpoint epInstance, Method methodPointer, Object[] args)
epInstance - A WSEndpointmethodPointer - A Methodargs - An Object arraypublic Object call() throws Exception
call in interface Callable<Object>ExceptionCallable.call()public void visitEnabler()
public void addHandlers()
public void setUsername()
public void setPassword()
public void setTargetUrl()
Copyright © 2008–2016 JBoss.org. All rights reserved.