com.bea.wli.common.control
Annotation Type Location


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Location

Location of the web service or process. Used by Process Control and Service Broker Control


Optional Element Summary
 String httpUrl
          The httpUrl specifies the URL of the target web service over HTTP.
 String jmsUrl
          The jmsUrl specifies the URL of the target web service over a JMS queue.
 String uri
          URI of the external service
 

uri

public abstract String uri
URI of the external service

Default:
"Not Specified"

httpUrl

public abstract String httpUrl
The httpUrl specifies the URL of the target web service over HTTP.

Default:
"Not Specified"

jmsUrl

public abstract String jmsUrl
The jmsUrl specifies the URL of the target web service over a JMS queue.

Returns:
Default:
"Not Specified"