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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DW3CWsaServerTube.java107 protected void checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo) { argument
114 if (faultTo != null)
115 faultToValue = faultTo.getAddress();
160 protected void checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo) {
167 if (faultTo != null)
168 faultToValue = faultTo.getAddress();
H A DWsaServerTube.java68 // store the replyTo/faultTo of the message currently being processed.
71 private WSEndpointReference faultTo; field in class:WsaServerTube
108 faultTo = hl.getFaultTo(addressingVersion, soapVersion);
131 if (faultTo == null) faultTo = replyTo;
148 !faultTo.isAnonymous() && request.transportBackChannel != null)
155 !replyTo.isAnonymous() && !faultTo.isAnonymous() &&
166 protected void checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo) { argument
176 WSEndpointReference target = msg.isFault()?faultTo:replyTo;
274 checkAnonymousSemantics(wsdlBoundOperation, replyTo, faultTo);
279 checkNonAnonymousAddresses(WSEndpointReference replyTo, WSEndpointReference faultTo) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DHeaderList.java137 private WSEndpointReference faultTo = null; field in class:HeaderList
159 this.faultTo = that.faultTo;
589 if (faultTo != null) {
590 return faultTo;
600 faultTo = h.readAsEPR(av);
606 return faultTo;

Completed in 251 milliseconds