Searched refs:ProviderApiMessages (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/spi/
H A DProviderImpl.java44 import com.sun.xml.internal.ws.resources.ProviderApiMessages;
159 throw new WebServiceException(ProviderApiMessages.NULL_EPR());
180 throw new IllegalStateException(ProviderApiMessages.NULL_ADDRESS_SERVICE_ENDPOINT());
201 throw new IllegalStateException(ProviderApiMessages.NULL_ADDRESS());
205 throw new IllegalStateException(ProviderApiMessages.NULL_SERVICE());
219 throw new IllegalStateException(ProviderApiMessages.NOTFOUND_SERVICE_IN_WSDL(
224 throw new IllegalStateException(ProviderApiMessages.NOTFOUND_PORT_IN_WSDL(
233 throw new IllegalStateException(ProviderApiMessages.ERROR_WSDL(wsdlDocumentLocation),e);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/
H A DProviderApiMessages.java38 public final class ProviderApiMessages { class
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DWSServiceDelegate.java55 import com.sun.xml.internal.ws.resources.ProviderApiMessages;
307 throw new WebServiceException(ProviderApiMessages.NO_WSDL_NO_PORT(portInterface.getName()));
342 throw new WebServiceException(ProviderApiMessages.NO_WSDL_NO_PORT(portInterface.getName()));
460 throw new WebServiceException(ProviderApiMessages.NULL_EPR());
498 throw new WebServiceException(ProviderApiMessages.NULL_WSDL());
520 throw new WebServiceException(ProviderApiMessages.NULL_PORTNAME());

Completed in 49 milliseconds