|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface Property
Use this annotation to specify the name and value pair that needs to be set in a message context.
CallbackProperties| Required Element Summary | |
|---|---|
String |
nameName of the property |
| Optional Element Summary | |
|---|---|
String |
valueValue of the property |
| Element Detail |
|---|
public abstract String name
public abstract String value
|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||