JAX-WS
v2.1

javax.xml.ws
Annotation Type WebServiceRefs


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

The WebServiceRefs annotation allows multiple web service references to be declared at the class level.

Since:
2.0
See Also:
WebServiceRef

Required Element Summary
 WebServiceRef[] value
          Array used for multiple web service reference declarations.
 

Element Detail

value

public abstract WebServiceRef[] value
Array used for multiple web service reference declarations.


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.