org.jboss.ws.api.annotation
Annotation Type EndpointConfig


@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.

Author:
Alessio Soldano

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.
 

configName

public abstract 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.

Default:
""

configFile

public abstract String configFile
The configFile element is a URL or resource name for the configuration. The default value references the current AS configuration.

Default:
""


Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.