com.sun.enterprise.config.serverbeans
Interface SslClientConfig
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
public interface SslClientConfig
- extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
Specifies the SSL configuration when the Application Server is making
outbound IIOP/SSL connections.
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
|
Method Summary |
com.sun.grizzly.config.dom.Ssl |
getSsl()
Gets the value of the ssl property. |
void |
setSsl(com.sun.grizzly.config.dom.Ssl value)
Sets the value of the ssl property. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
injectedInto |
getSsl
com.sun.grizzly.config.dom.Ssl getSsl()
- Gets the value of the ssl property.
- Returns:
- possible object is
Ssl
setSsl
void setSsl(com.sun.grizzly.config.dom.Ssl value)
throws java.beans.PropertyVetoException
- Sets the value of the ssl property.
- Parameters:
value - allowed object is
Ssl
- Throws:
java.beans.PropertyVetoException
Copyright © 2012 GlassFish Community. All Rights Reserved.