Package com.sun.xml.ws.rx.testing
Annotation Type PacketFiltering
-
@Target(TYPE) @Retention(RUNTIME) @WebServiceFeatureAnnotation(id="com.sun.xml.ws.rm.runtime.testing.PacketFilteringFeature", bean=PacketFilteringFeature.class) public @interface PacketFiltering
- Author:
- Marek Potociar (marek.potociar at sun.com)
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanenabledSpecifies if this feature is enabled or disabled.Class<? extends PacketFilter>[]filtersProperty to determine the packet filters.
-
-
-
-
filters
Class<? extends PacketFilter>[] filters
Property to determine the packet filters.- Default:
- {}
-
-