|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@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 |
public abstract String uri
public abstract String httpUrl
public abstract String jmsUrl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||