Package org.jboss.ws.api.annotation
Annotation 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 ElementsModifier and TypeOptional ElementDescriptionThe configFile element is a URL or resource name for the configuration.The configName gives the configuration name that must be present in the configuration given by configFile.
-
Element Details
-
configName
String configNameThe 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 configFileThe configFile element is a URL or resource name for the configuration. The default value references the current AS configuration.- Returns:
- string
- Default:
- ""
-