Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-04


oracle.webservices.annotations
Annotation Type Property


@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.

See Also:
CallbackProperties

Required Element Summary
 String name
          Name of the property

 

Optional Element Summary
 String value
          Value of the property

 

Element Detail

name

public abstract String name
Name of the property

value

public abstract String value
Value of the property
Default:
""

Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-04


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved..