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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/dispatch/
H A DDispatchImpl.java47 import com.sun.xml.internal.ws.resources.DispatchMessages;
188 throw new DeserializationException(DispatchMessages.INVALID_RESPONSE_DESERIALIZATION(),e);
245 throw new WebServiceException(DispatchMessages.INVALID_NULLARG_XMLHTTP_REQUEST_METHOD(HTTP_REQUEST_METHOD_POST, HTTP_REQUEST_METHOD_GET));
248 throw new WebServiceException(DispatchMessages.INVALID_NULLARG_SOAP_MSGMODE(mode.name(), Service.Mode.PAYLOAD.toString()));
262 throw new WebServiceException(DispatchMessages.INVALID_SOAPMESSAGE_DISPATCH_BINDING(HTTPBinding.HTTP_BINDING, SOAPBinding.SOAP11HTTP_BINDING + " or " + SOAPBinding.SOAP12HTTP_BINDING));
264 throw new WebServiceException(DispatchMessages.INVALID_SOAPMESSAGE_DISPATCH_MSGMODE(mode.name(), Service.Mode.MESSAGE.toString()));
270 throw new WebServiceException(DispatchMessages.INVALID_DATASOURCE_DISPATCH_BINDING("SOAP/HTTP", HTTPBinding.HTTP_BINDING));
272 throw new WebServiceException(DispatchMessages.INVALID_DATASOURCE_DISPATCH_MSGMODE(mode.name(), Service.Mode.MESSAGE.toString()));
304 throw new WebServiceException(DispatchMessages.INVALID_URI(endpoint));
321 throw new WebServiceException(DispatchMessages
[all...]
H A DSOAPMessageDispatch.java36 import com.sun.xml.internal.ws.resources.DispatchMessages;
86 throw new WebServiceException(DispatchMessages.INVALID_RESPONSE());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/
H A DDispatchMessages.java38 public final class DispatchMessages { class
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DWSServiceDelegate.java54 import com.sun.xml.internal.ws.resources.DispatchMessages;
364 throw new WebServiceException(DispatchMessages.DUPLICATE_PORT(portName.toString()));

Completed in 35 milliseconds