public interface IiopService extends org.jvnet.hk2.config.ConfigBeanProxy, ConfigExtension
| Modifier and Type | Method and Description |
|---|---|
String |
getClientAuthenticationRequired()
Gets the value of the clientAuthenticationRequired property.
|
List<IiopListener> |
getIiopListener()
Gets the value of the iiopListener property.
|
Orb |
getOrb()
Gets the value of the orb property.
|
SslClientConfig |
getSslClientConfig()
Gets the value of the sslClientConfig property.
|
void |
setClientAuthenticationRequired(String value)
Sets the value of the clientAuthenticationRequired property.
|
void |
setOrb(Orb value)
Sets the value of the orb property.
|
void |
setSslClientConfig(SslClientConfig value)
Sets the value of the sslClientConfig property.
|
String getClientAuthenticationRequired()
Stringvoid setClientAuthenticationRequired(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionvoid setOrb(Orb value) throws PropertyVetoException
value - allowed object is
OrbPropertyVetoExceptionSslClientConfig getSslClientConfig()
SslClientConfigvoid setSslClientConfig(SslClientConfig value) throws PropertyVetoException
value - allowed object is
SslClientConfigPropertyVetoExceptionList<IiopListener> getIiopListener()
set method for the iiopListener property.
For example, to add a new item, do as follows:
getIiopListener().add(newItem);
Objects of the following type(s) are allowed in the list
IiopListenerCopyright © 2017. All rights reserved.