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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DModelBuilder.java52 public boolean isRemoteException(TypeDeclaration typeDecl); method in interface:ModelBuilder
H A DWebServiceAP.java343 public boolean isRemoteException(TypeDeclaration typeDecl) { method in class:WebServiceAP
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DIDLTypesUtil.java168 return isCheckedException(c) && !isRemoteException(c) && isValue(c);
171 public boolean isRemoteException(Class c) method in class:IDLTypesUtil
473 !isRemoteException(exception))
497 if (isCheckedException(exception) && !isRemoteException(exception))
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java963 public static boolean isRemoteException (ClassType ex, method in class:CompoundType
993 if (isRemoteException(exceptions[i],env)) {

Completed in 51 milliseconds