|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3.1.0) B28977-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Deployment
The Deployment
annotation provides additional Oracle specific deployment information for an annotated Web service.
Optional Element Summary | |
---|---|
String |
contextPath The context path of the web service endpoint. |
String |
portName The port name that is used to reference the web service endpoint in a url. |
boolean |
restSupport An optional flag to determine if this web service supports REST. |
String |
uriPath An optional path that is appended to the context path. |
public abstract String contextPath
public abstract String uriPath
public abstract String portName
public abstract boolean restSupport
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |