Searched defs:OneWayFeature (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DOneWayFeature.java55 public class OneWayFeature extends WebServiceFeature { class in inherits:WebServiceFeature
57 * Constant value identifying the {@link OneWayFeature}
66 * Create an {@link OneWayFeature}. The instance created will be enabled.
68 public OneWayFeature() { method in class:OneWayFeature
73 * Create an {@link OneWayFeature}
78 public OneWayFeature(boolean enabled) { method in class:OneWayFeature
83 * Create an {@link OneWayFeature}
88 public OneWayFeature(boolean enabled, WSEndpointReference replyTo) { method in class:OneWayFeature
94 * Create an {@link OneWayFeature}
102 public OneWayFeature(boolea method in class:OneWayFeature
[all...]

Completed in 28 milliseconds