Searched refs:Addressing (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DWebServiceRef.java28 import javax.xml.ws.soap.Addressing;
48 * The annotations (for example, {@link Addressing}) annotated with
57 * have WS-Addressing enabled as specifed by the
58 * {@link Addressing}
63 * @Addressing
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/
H A DAddressing.java42 * This annotation represents the use of WS-Addressing with either
54 * proxy, and endpoint MUST honor the values of the <code>Addressing</code>
66 public @interface Addressing { interface
69 * the endpoint supports WS-Addressing but does not require its use.
72 * 3.1.1 Addressing Assertion</a> must be generated in the generated WSDL.
78 * requires WS-Addressing. If required is true, the endpoint requires
79 * WS-Addressing and WS-Addressing headers MUST
82 * 3.1.1 Addressing Assertion</a> must be generated in the WSDL.
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/
H A DWebServiceFeatureAnnotation.java37 import javax.xml.ws.soap.Addressing;
50 * <code>WebServiceFeature</code> annotations (<code>Addressing</code>,
64 * @see Addressing
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/
H A DWebServiceFeatureList.java44 import javax.xml.ws.soap.Addressing;
114 } else if (a instanceof Addressing) {
115 Addressing addAnn = (Addressing) a;
120 throw new RuntimeModelerException(ModelerMessages.RUNTIME_MODELER_ADDRESSING_RESPONSES_NOSUCHMETHOD(toJar(Which.which(Addressing.class))));

Completed in 40 milliseconds