org.apache.geronimo.corba
Interface ORBConfiguration

All Known Implementing Classes:
CORBABean, CSSBean

public interface ORBConfiguration

Interface implemented by both CORBABean and CSSBean to provide common configuration information to ConfigAdapter instances.


Method Summary
 SSLConfig getSslConfig()
          Provide the SSLConfig information to the ConfigAdapter.
 TSSConfig getTssConfig()
          Retrieve the TSSConfig settings to a ConfigAdapter instance.
 

Method Detail

getSslConfig

SSLConfig getSslConfig()
Provide the SSLConfig information to the ConfigAdapter.

Returns:
A configured SSLConfig GBean.

getTssConfig

TSSConfig getTssConfig()
Retrieve the TSSConfig settings to a ConfigAdapter instance.

Returns:
An appropriate TSSConfig object containing transport-level security information.


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.