|
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 Schema
The Schema annotation provides additional Oracle specific annotations for defining the schema properties of a Web service. This annotation only applies to JAX-RPC webservices.
| Optional Element Summary | |
|---|---|
Schema.ElementForm |
elementFormDefaultThe elementFormDefault attribute of all schemas generated for a web service. |
String |
targetNamespaceThe default targetNamespace for all schemas generated for a web service. |
public abstract Schema.ElementForm elementFormDefault
public abstract String targetNamespace
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||