|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface EndpointConfig
Defines an endpoint configuration. This annotation is valid on an endpoint implementation bean or a SEI.
Optional Element Summary | |
---|---|
String |
configFile
The configFile element is a URL or resource name for the configuration. |
String |
configName
The configName gives the configuration name that must be present in the configuration given by configFile. |
public abstract String configName
public abstract String configFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |