JAX-WS
v2.1

javax.xml.ws
Annotation Type FeatureParameter


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface FeatureParameter

The FeatureParameter annotation is used to specify paramaters for a feature.

Since:
JAX-WS 2.1

Optional Element Summary
 java.lang.String name
          The name of the feature parameter;
 java.lang.String value
          The value of parameter.
 

name

public abstract java.lang.String name
The name of the feature parameter;

Since:
JAX-WS 2.1
Default:
""

value

public abstract java.lang.String value
The value of parameter.

Since:
JAX-WS 2.1
Default:
""

JAX-WS
v2.1


Comments to: jsr224-spec-comments@sun.com
More information at: http://java.sun.com/xml/jax-ws

Copyright © 2006 by Sun Microsystems, Inc., 4150 Network Circle,
Santa Clara, California 95054, U.S.A. All Rights Reserved.