Apache CXF API

org.apache.cxf.annotations
Annotation Type EndpointProperties


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface EndpointProperties

Specifies properties to record for the endpoint


Required Element Summary
 EndpointProperty[] value
          The properties
 

Element Detail

value

public abstract EndpointProperty[] value
The properties

Returns:
the list of properties to set

Apache CXF API

Apache CXF