Interface SslClientConfig
-
- All Superinterfaces:
ConfigBeanProxy
public interface SslClientConfig extends ConfigBeanProxy
Specifies the SSL configuration when the Application Server is making outbound IIOP/SSL connections.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SslgetSsl()Gets the value of the ssl property.voidsetSsl(Ssl value)Sets the value of the ssl property.-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Method Detail
-
setSsl
void setSsl(Ssl value) throws PropertyVetoException
Sets the value of the ssl property.- Parameters:
value- allowed object isSsl- Throws:
PropertyVetoException
-
-