|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| 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 |
contextPathThe context path of the web service endpoint. |
String |
portNameDeprecated. Please use @WebService.portName instead. The port name that is used to reference the web service endpoint in a url. The portName is appended to the uriPath to form a complete URL for the service endpoint. |
boolean |
restSupportDeprecated. Please use @BindingType(javax.xml.ws.http.HTTPBinding.HTTP_BINDING) instead. An optional flag to determine if this web service supports REST. |
String |
uriPathAn 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 | |||||||||