|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface EndpointProperty
Specifies a property to record for the endpoint
Required Element Summary | |
---|---|
String |
key
The key to record the property |
Optional Element Summary | |
---|---|
Class<?> |
beanClass
The class for the property. |
String |
ref
Reference to a named bean that is looked up from the configuration associated with the application. |
String[] |
value
The value(s) of the property |
Element Detail |
---|
public abstract String key
public abstract String[] value
public abstract String ref
public abstract Class<?> beanClass
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |