Searched refs:WebServiceFeatureAnnotation (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/developer/
H A DStreamingAttachment.java28 import javax.xml.ws.spi.WebServiceFeatureAnnotation;
53 @WebServiceFeatureAnnotation(id = StreamingAttachmentFeature.ID, bean = StreamingAttachmentFeature.class)
H A DUsesJAXBContext.java28 import javax.xml.ws.spi.WebServiceFeatureAnnotation;
61 @WebServiceFeatureAnnotation(id=UsesJAXBContextFeature.ID,bean=UsesJAXBContextFeature.class)
H A DMemberSubmissionAddressing.java34 import javax.xml.ws.spi.WebServiceFeatureAnnotation;
79 @WebServiceFeatureAnnotation(id= MemberSubmissionAddressingFeature.ID,bean=MemberSubmissionAddressingFeature.class)
H A DSchemaValidation.java33 import javax.xml.ws.spi.WebServiceFeatureAnnotation;
65 @WebServiceFeatureAnnotation(id = SchemaValidationFeature.ID, bean = SchemaValidationFeature.class)
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DRespectBinding.java33 import javax.xml.ws.spi.WebServiceFeatureAnnotation;
62 @WebServiceFeatureAnnotation(id=RespectBindingFeature.ID,bean=RespectBindingFeature.class)
H A DWebServiceRef.java29 import javax.xml.ws.spi.WebServiceFeatureAnnotation;
49 * meta-annotation {@link WebServiceFeatureAnnotation}
72 * annotation annotated with the <code>WebServiceFeatureAnnotation</code>
76 * @see WebServiceFeatureAnnotation
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/
H A DAddressing.java39 import javax.xml.ws.spi.WebServiceFeatureAnnotation;
65 @WebServiceFeatureAnnotation(id=AddressingFeature.ID,bean=AddressingFeature.class)
H A DMTOM.java34 import javax.xml.ws.spi.WebServiceFeatureAnnotation;
62 @WebServiceFeatureAnnotation(id=MTOMFeature.ID,bean=MTOMFeature.class)
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/
H A DWebServiceFeatureAnnotation.java54 * Annotations annotated with <code>WebServiceFeatureAnnotation</code> MUST
60 * with the <code>WebServiceFeatureAnnotation</code> that it does not
73 public @interface WebServiceFeatureAnnotation { interface
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/
H A DWebServiceFeatureList.java48 import javax.xml.ws.spi.WebServiceFeatureAnnotation;
90 * which have {@link WebServiceFeatureAnnotation} meta annotation)
105 * {@link WebServiceFeatureAnnotation} meta annotation)
112 if (!(a.annotationType().isAnnotationPresent(WebServiceFeatureAnnotation.class))) {
135 * Reads {@link WebServiceFeatureAnnotation feature annotations} on a class
169 WebServiceFeatureAnnotation wsfa = a.annotationType().getAnnotation(WebServiceFeatureAnnotation.class);

Completed in 67 milliseconds