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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DRuntimeModelerException.java31 * RuntimeModelerException represents an exception that occurred while
38 public class RuntimeModelerException extends JAXWSExceptionBase { class in inherits:JAXWSExceptionBase
40 public RuntimeModelerException(String key, Object... args) { method in class:RuntimeModelerException
44 public RuntimeModelerException(Throwable throwable) { method in class:RuntimeModelerException
48 public RuntimeModelerException(Localizable arg) { method in class:RuntimeModelerException
H A DRuntimeModeler.java192 throw new RuntimeModelerException("runtime.modeler.no.webservice.annotation",
199 throw new RuntimeModelerException("runtime.modeler.endpoint.interface.no.webservice",
226 throw new RuntimeModelerException("runtime.modeler.portname.servicename.namespace.mismatch",
233 throw new RuntimeModelerException("runtime.modeler.no.operations",
260 throw new RuntimeModelerException(errorMessage);
317 throw new RuntimeModelerException("runtime.modeler.invalid.soapbinding.parameterstyle",
384 throw new RuntimeModelerException(ModelerMessages.localizableRUNTIME_MODELER_WEBMETHOD_MUST_BE_NONSTATICFINAL(method));
463 throw new RuntimeModelerException(ModelerMessages.localizableRUNTIME_MODELER_WEBMETHOD_MUST_BE_NONSTATIC(method));
465 throw new RuntimeModelerException(ModelerMessages.localizableRUNTIME_MODELER_WEBMETHOD_MUST_BE_PUBLIC(method));
481 throw new RuntimeModelerException("runtim
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/
H A DWebServiceFeatureList.java35 import com.sun.xml.internal.ws.model.RuntimeModelerException;
120 throw new RuntimeModelerException(ModelerMessages.RUNTIME_MODELER_ADDRESSING_RESPONSES_NOSUCHMETHOD(toJar(Which.which(Addressing.class))));
149 throw new RuntimeModelerException(

Completed in 56 milliseconds