|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IiopService
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Method Summary | |
|---|---|
java.lang.String |
getClientAuthenticationRequired()
Gets the value of the clientAuthenticationRequired property. |
java.util.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(java.lang.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. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Method Detail |
|---|
java.lang.String getClientAuthenticationRequired()
String
void setClientAuthenticationRequired(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionOrb getOrb()
Orb
void setOrb(Orb value)
throws java.beans.PropertyVetoException
value - allowed object is
Orb
java.beans.PropertyVetoExceptionSslClientConfig getSslClientConfig()
SslClientConfig
void setSslClientConfig(SslClientConfig value)
throws java.beans.PropertyVetoException
value - allowed object is
SslClientConfig
java.beans.PropertyVetoExceptionjava.util.List<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
IiopListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||