Searched refs:ExceptionType (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/
H A DExceptionType.java42 public enum ExceptionType { enum
45 ExceptionType(int exceptionType){ method in class:ExceptionType
H A DCheckedException.java93 ExceptionType getExceptionType();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DCheckedExceptionImpl.java31 import com.sun.xml.internal.ws.api.model.ExceptionType;
55 private final ExceptionType exceptionType;
68 * either ExceptionType.UserDefined or
70 public CheckedExceptionImpl(JavaMethodImpl jm, Class exceptionClass, TypeReference detail, ExceptionType exceptionType) {
105 public ExceptionType getExceptionType() {
H A DRuntimeModeler.java34 import com.sun.xml.internal.ws.api.model.ExceptionType;
1047 ExceptionType exceptionType = ExceptionType.WSDLException;
1067 exceptionType = ExceptionType.UserDefined;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/fault/
H A DSOAPFaultBuilder.java35 import com.sun.xml.internal.ws.api.model.ExceptionType;
123 if (ce.getExceptionType().equals(ExceptionType.UserDefined)) {
317 if (ce.getExceptionType().equals(ExceptionType.UserDefined)) {

Completed in 125 milliseconds