|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebServiceEndpoint
This specifies configuration for a web service end point. This web service end point could be JAXRPC or JSR-109 web service. It contains configuration about Monitoring, Transformation rules and Monitoring Log
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Method Summary | |
|---|---|
String |
getJbiEnabled()
Gets the value of the jbiEnabled property. |
String |
getMaxHistorySize()
Gets the value of the maxHistorySize property. |
String |
getMonitoring()
Gets the value of the monitoring property. |
String |
getName()
Gets the value of the name property. |
List<RegistryLocation> |
getRegistryLocation()
Gets the value of the registryLocation property. |
List<TransformationRule> |
getTransformationRule()
Gets the value of the transformationRule property. |
void |
setJbiEnabled(String value)
Sets the value of the jbiEnabled property. |
void |
setMaxHistorySize(String value)
Sets the value of the maxHistorySize property. |
void |
setMonitoring(String value)
Sets the value of the monitoring property. |
void |
setName(String value)
Sets the value of the name 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 |
|---|
@NotNull String getName()
String
void setName(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getMonitoring()
String
void setMonitoring(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=1L) String getMaxHistorySize()
String
void setMaxHistorySize(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getJbiEnabled()
String
void setJbiEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionList<RegistryLocation> getRegistryLocation()
set method for the registryLocation property.
For example, to add a new item, do as follows:
getRegistryLocation().add(newItem);
Objects of the following type(s) are allowed in the list
RegistryLocation
List<TransformationRule> getTransformationRule()
set method for the transformationRule property.
For example, to add a new item, do as follows:
getTransformationRule().add(newItem);
Objects of the following type(s) are allowed in the list
TransformationRule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||