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
- methodPointer
- args
- public Object call() throws Exception
call
in interface Callable<Object>
Exception
Callable.call()
public void visitEnabler()
public void addHandlers()
public void setUsername()
public void setPassword()
public void setTargetUrl()
Copyright © 2008–2013 JBoss.org. All rights reserved.