Searched refs:jMethod (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DJavaGeneratorExtensionFacade.java43 public void writeMethodAnnotations(TWSDLOperation wsdlOperation, JMethod jMethod) { argument
45 e.writeMethodAnnotations(wsdlOperation, jMethod);
H A DW3CAddressingJavaGeneratorExtension.java49 public void writeMethodAnnotations(TWSDLOperation two, JMethod jMethod) { argument
60 actionAnn = jMethod.annotate(Action.class);
68 actionAnn = jMethod.annotate(Action.class);
86 actionAnn = jMethod.annotate(Action.class);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/api/
H A DTJavaGeneratorExtension.java44 * @param jMethod non-null {@link JMethod}
46 public abstract void writeMethodAnnotations(TWSDLOperation wsdlOperation, JMethod jMethod); argument
/openjdk7/jdk/src/macosx/native/jobjc/src/core/native/
H A DSubclassing.m179 JNFJObjectWrapper *jMethod;
213 (JNIEnv *env, jclass clazz, jlong jClass, jstring jSelName, jobject jMethod,
219 user_data->jMethod = [[JNFJObjectWrapper alloc] initWithJObject:jMethod withEnv:env];
224 [user_data->jMethod release];
249 [user_data->jMethod release];
274 jobject jMethod = [jmeta->jMethod jObject];
288 jMethod,
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c959 jmethodID jMethod; local
1071 jMethod = (*env)->GetMethodID(env, jObjectClass, "getClass", "()Ljava/lang/Class;");
1072 if (jMethod == NULL) { return; }
1073 jClassObject = (*env)->CallObjectMethod(env, jObject, jMethod);
1077 jMethod = (*env)->GetMethodID(env, jClassClass, "getName", "()Ljava/lang/String;");
1078 if (jMethod == NULL) { return; }
1080 (*env)->CallObjectMethod(env, jClassObject, jMethod);
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DSubclassing.java40 static native boolean addMethod(long cls, String name, Method jMethod, CIF cif, long cifPtr, String objCEncodedType); argument

Completed in 42 milliseconds