Package org.jboss.ws.api.annotation
Annotation Type EndpointConfig
-
@Retention(RUNTIME) @Target(TYPE) public @interface EndpointConfig
Defines an endpoint configuration. This annotation is valid on an endpoint implementation bean or a SEI.- Author:
- Alessio Soldano
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringconfigFileThe configFile element is a URL or resource name for the configuration.StringconfigNameThe configName gives the configuration name that must be present in the configuration given by configFile.
-
-
-
Element Detail
-
configName
String configName
The configName gives the configuration name that must be present in the configuration given by configFile. If configName is not specified, the standard endpoint configuration is used.- Returns:
- string
- Default:
- ""
-
-
-
configFile
String configFile
The configFile element is a URL or resource name for the configuration. The default value references the current AS configuration.- Returns:
- string
- Default:
- ""
-
-