Apache CXF API

org.apache.cxf.annotations
Annotation Type EndpointProperty


@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
 String[] value
          The value(s) of the property
 

Element Detail

value

public abstract String[] value
The value(s) of the property

Returns:
the value of the property

key

public abstract String key
The key to record the property

Returns:
the key for the property

Apache CXF API

Apache CXF