com.bea.control
Annotation Type ServiceControl.Location


@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public static @interface ServiceControl.Location

The Location annotation provides the location URL for the target service. Multiple URLs may be specified and first URL of the appropriate scheme will be used. This annotation can be applied to the control field on the client to override the values specified in the service control.


Optional Element Summary
 String[] urls
          URLs to be used to access the service endpoint.
 

urls

public abstract String[] urls
URLs to be used to access the service endpoint. It is recommended that only absolute urls be used here.

Default:
{}