Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

weblogic.jws.jaxws
Annotation Type AggregateWebServiceFeatureAnnotation


@Target(value=java.lang.annotation.ElementType.ANNOTATION_TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface AggregateWebServiceFeatureAnnotation

Annotation used to identify other annotations as a AggregateWebServiceFeature.


Required Element Summary
 Class<? extends AggregateWebServiceFeature> aggregateBean
          The AggregateWebServiceFeature bean that is associated with the AggregateWebServiceFeature annotation
 Class<? extends WebServiceFeature> featureBean
          The WebServiceFeature bean that is associated with the WebServiceFeature annotation
 

Element Detail

featureBean

public abstract Class<? extends WebServiceFeature> featureBean
The WebServiceFeature bean that is associated with the WebServiceFeature annotation


aggregateBean

public abstract Class<? extends AggregateWebServiceFeature> aggregateBean
The AggregateWebServiceFeature bean that is associated with the AggregateWebServiceFeature annotation


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02