public class EndpointConfigurationInfo extends Object
ServiceFactory and provides access to the services classes for WSRP
invocations.| Constructor and Description |
|---|
EndpointConfigurationInfo() |
EndpointConfigurationInfo(ServiceFactory serviceFactory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRemoteHostAddress() |
String |
getWsdlDefinitionURL() |
int |
getWSOperationTimeOut() |
boolean |
getWSSEnabled() |
boolean |
isAvailable() |
boolean |
isRefreshNeeded() |
boolean |
isWSSAvailable() |
boolean |
refresh() |
void |
setWsdlDefinitionURL(String wsdlDefinitionURL) |
void |
setWSOperationTimeOut(int msBeforeTimeOut)
Number of milliseconds before a WS operation is considered as having timed out.
|
void |
setWSSEnabled(boolean enable) |
void |
start() |
void |
stop() |
public EndpointConfigurationInfo()
public EndpointConfigurationInfo(ServiceFactory serviceFactory)
public String getWsdlDefinitionURL()
public void setWsdlDefinitionURL(String wsdlDefinitionURL)
public boolean isAvailable()
public boolean isRefreshNeeded()
public boolean refresh()
throws org.gatein.pc.api.InvokerUnavailableException
org.gatein.pc.api.InvokerUnavailableExceptionpublic String getRemoteHostAddress()
public void setWSOperationTimeOut(int msBeforeTimeOut)
msBeforeTimeOut - number of milliseconds to wait for a WS operation to return before timing out. Will be set
to ServiceFactory.DEFAULT_TIMEOUT_MS if negative.public int getWSOperationTimeOut()
public boolean getWSSEnabled()
public void setWSSEnabled(boolean enable)
public boolean isWSSAvailable()
Copyright © 2006-2014 GateIn. All Rights Reserved.