public class ProxyLoaderCXF extends Object implements IProxyLoader
ProxyLoader
ARS, DATAACCESS, DCS, FGSMS_AUTH_MODE, JAVAXNETSSLKEY_STORE, JAVAXNETSSLKEY_STORE_PASSWORD, JAVAXNETSSLTRUST_STORE, JAVAXNETSSLTRUST_STORE_PASSWORD, POLICYCONFIG, REPORT_PICKUP_LOCATION, REPORTING, STATUS, UDDIURL_INQUIRY, UDDIURL_PUBLISH, UDDIURL_SECURITY, UDDIUSE_HTTP_CLIENT_CERT, UDDIUSE_HTTP_USERNAME_PASSWORD, UDDIUSE_UDDI_USERNAME_PASSWORD
Constructor and Description |
---|
ProxyLoaderCXF(javax.servlet.ServletContext application) |
Modifier and Type | Method and Description |
---|---|
RemoteAgentCallbackPort |
GetAgentCallBack(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns an instance of the agent callback service.
|
OpStatusService |
GetAgentCallBackOpStat(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns an instance of the agent callback service.
|
AutomatedReportingService |
GetARS(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Constants.AuthMode |
getAuthmode() |
DataAccessService |
GetDAS(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
String |
getKeyStoreTrustStoreDirectory()
returns the directory containing the trust store and key stores
|
OpStatusService |
GetOpStat(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
PCS |
GetPCS(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
PCS |
GetPCSForUsernamePasswordLogin(javax.servlet.ServletContext application,
String username,
String password)
only used from the login page, returns a PCS client proxy that should
only be used for authenticated the user
|
Properties |
getRawConfiguration() |
URL |
getRawConfigurationURL() |
ReportingService |
GetRS(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
StatusService |
GetSS(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
UDDIConfig |
GetUDDIInquiryConfig(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
returns configuration object representing the UDDI's servers
configuration, including client proxies
|
boolean |
isSecure() |
boolean |
uddiConfigured()
returns true if the UDDI browser parameters are currently configured
|
public ProxyLoaderCXF(javax.servlet.ServletContext application) throws MalformedURLException, IOException
MalformedURLException
IOException
public Constants.AuthMode getAuthmode()
getAuthmode
in interface IProxyLoader
public boolean uddiConfigured()
IProxyLoader
uddiConfigured
in interface IProxyLoader
public PCS GetPCSForUsernamePasswordLogin(javax.servlet.ServletContext application, String username, String password)
GetPCSForUsernamePasswordLogin
in interface IProxyLoader
application
- username
- password
- public PCS GetPCS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
GetPCS
in interface IProxyLoader
IOException
public DataAccessService GetDAS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
GetDAS
in interface IProxyLoader
IOException
public ReportingService GetRS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
GetRS
in interface IProxyLoader
IOException
public AutomatedReportingService GetARS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
GetARS
in interface IProxyLoader
IOException
public StatusService GetSS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
GetSS
in interface IProxyLoader
IOException
public UDDIConfig GetUDDIInquiryConfig(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IProxyLoader
GetUDDIInquiryConfig
in interface IProxyLoader
IOException
public String getKeyStoreTrustStoreDirectory()
IProxyLoader
getKeyStoreTrustStoreDirectory
in interface IProxyLoader
public Properties getRawConfiguration()
getRawConfiguration
in interface IProxyLoader
public URL getRawConfigurationURL()
getRawConfigurationURL
in interface IProxyLoader
public OpStatusService GetOpStat(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
GetOpStat
in interface IProxyLoader
IOException
public RemoteAgentCallbackPort GetAgentCallBack(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IProxyLoader
GetAgentCallBack
in interface IProxyLoader
IOException
public OpStatusService GetAgentCallBackOpStat(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IProxyLoader
GetAgentCallBackOpStat
in interface IProxyLoader
IOException
public boolean isSecure()
isSecure
in interface IProxyLoader
Copyright © 2008–2017 MIL-OSS. All rights reserved.