Home
last modified time | relevance | path

Searched refs:javaMethod (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/
H A DWSDLOperationFinder.java92 private JavaMethod javaMethod; field in WSDLOperationFinder.WSDLOperationMappingImpl
95 WSDLOperationMappingImpl(WSDLBoundOperation wsdlOperation, JavaMethodImpl javaMethod) { in WSDLOperationMappingImpl() argument
97 this.javaMethod = javaMethod; in WSDLOperationMappingImpl()
98 … operationName = (javaMethod != null) ? javaMethod.getOperationQName() : wsdlOperation.getName(); in WSDLOperationMappingImpl()
106 return javaMethod; in getJavaMethod()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotJVMCIReflection.java55 abstract ResolvedJavaMethod.Parameter[] getParameters(HotSpotResolvedJavaMethodImpl javaMethod); in getParameters() argument
57 abstract Annotation[][] getParameterAnnotations(HotSpotResolvedJavaMethodImpl javaMethod); in getParameterAnnotations() argument
59 abstract Type[] getGenericParameterTypes(HotSpotResolvedJavaMethodImpl javaMethod); in getGenericParameterTypes() argument
61 abstract Annotation[] getFieldAnnotations(HotSpotResolvedJavaFieldImpl javaMethod); in getFieldAnnotations() argument
65 abstract Annotation[] getMethodDeclaredAnnotations(HotSpotResolvedJavaMethodImpl javaMethod); in getMethodDeclaredAnnotations() argument
67 abstract Annotation[] getFieldDeclaredAnnotations(HotSpotResolvedJavaFieldImpl javaMethod); in getFieldDeclaredAnnotations() argument
69 …abstract <T extends Annotation> T getMethodAnnotation(HotSpotResolvedJavaMethodImpl javaMethod, Cl… in getMethodAnnotation() argument
H A DSharedLibraryJVMCIReflection.java97 ResolvedJavaMethod.Parameter[] getParameters(HotSpotResolvedJavaMethodImpl javaMethod) { in getParameters() argument
129 Annotation[][] getParameterAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getParameterAnnotations() argument
130 …otation[][] annotations = getParameterAnnotations(javaMethod.getDeclaringClass().getName(), javaMe… in getParameterAnnotations()
132 return new Annotation[javaMethod.signature.getParameterCount(false)][0]; in getParameterAnnotations()
138 Type[] getGenericParameterTypes(HotSpotResolvedJavaMethodImpl javaMethod) { in getGenericParameterTypes() argument
148 Annotation[] getMethodAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getMethodAnnotations() argument
149 Annotation[] annotations = getMethodAnnotationsInternal(javaMethod); in getMethodAnnotations()
155 Annotation[] methodAnnotations = getMethodAnnotations(javaMethod); in getMethodAnnotation()
168 private static Annotation[] getMethodAnnotationsInternal(ResolvedJavaMethod javaMethod) { in getMethodAnnotationsInternal() argument
173 Annotation[] getMethodDeclaredAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getMethodDeclaredAnnotations() argument
[all …]
H A DHotSpotJDKReflection.java115 ResolvedJavaMethod.Parameter[] getParameters(HotSpotResolvedJavaMethodImpl javaMethod) { in getParameters() argument
116 java.lang.reflect.Parameter[] javaParameters = getMethod(javaMethod).getParameters(); in getParameters()
127 Annotation[][] getParameterAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getParameterAnnotations() argument
128 return getMethod(javaMethod).getParameterAnnotations(); in getParameterAnnotations()
132 Type[] getGenericParameterTypes(HotSpotResolvedJavaMethodImpl javaMethod) { in getGenericParameterTypes() argument
133 return getMethod(javaMethod).getGenericParameterTypes(); in getGenericParameterTypes()
142 Annotation[] getMethodAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getMethodAnnotations() argument
143 return getMethod(javaMethod).getAnnotations(); in getMethodAnnotations()
147 Annotation[] getMethodDeclaredAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getMethodDeclaredAnnotations() argument
148 return getMethod(javaMethod).getDeclaredAnnotations(); in getMethodDeclaredAnnotations()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/
H A DWSDLOperationFinder.java92 private JavaMethod javaMethod; field in WSDLOperationFinder.WSDLOperationMappingImpl
95 WSDLOperationMappingImpl(WSDLBoundOperation wsdlOperation, JavaMethodImpl javaMethod) { in WSDLOperationMappingImpl() argument
97 this.javaMethod = javaMethod; in WSDLOperationMappingImpl()
98 … operationName = (javaMethod != null) ? javaMethod.getOperationQName() : wsdlOperation.getName(); in WSDLOperationMappingImpl()
106 return javaMethod; in getJavaMethod()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/deopt/
H A DCompiledMethodTest.java62 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethod"); in test1() local
63 final StructuredGraph graph = parseEager(javaMethod, AllowAssumptions.NO); in test1()
73 InstalledCode compiledMethod = getCode(javaMethod, graph, true); in test1()
87 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethod"); in test3() local
88 InstalledCode compiledMethod = getCode(javaMethod); in test3()
99 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethodVirtual"); in test4() local
100 InstalledCode compiledMethod = getCode(javaMethod); in test4()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/deopt/
H A DCompiledMethodTest.java62 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethod"); in test1() local
63 final StructuredGraph graph = parseEager(javaMethod, AllowAssumptions.NO); in test1()
73 InstalledCode compiledMethod = getCode(javaMethod, graph, true); in test1()
87 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethod"); in test3() local
88 InstalledCode compiledMethod = getCode(javaMethod); in test3()
99 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethodVirtual"); in test4() local
100 InstalledCode compiledMethod = getCode(javaMethod); in test4()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/deopt/
H A DCompiledMethodTest.java62 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethod"); in test1() local
63 final StructuredGraph graph = parseEager(javaMethod, AllowAssumptions.NO); in test1()
73 InstalledCode compiledMethod = getCode(javaMethod, graph, true); in test1()
87 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethod"); in test3() local
88 InstalledCode compiledMethod = getCode(javaMethod); in test3()
99 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethodVirtual"); in test4() local
100 InstalledCode compiledMethod = getCode(javaMethod); in test4()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DReflectiveTie.java130 Method javaMethod = null ; in _invoke() local
136 javaMethod = classData.getIDLNameTranslator().getMethod( method ) ; in _invoke()
137 if (javaMethod == null) in _invoke()
141 dmm = pm.getDynamicMethodMarshaller( javaMethod ) ; in _invoke()
145 Object result = javaMethod.invoke( target, args ) ; in _invoke()
154 javaMethod.getName(), in _invoke()
155 javaMethod.getDeclaringClass().getName() ) ; in _invoke()
158 javaMethod.getName(), in _invoke()
159 javaMethod.getDeclaringClass().getName() ) ; in _invoke()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DReflectiveTie.java130 Method javaMethod = null ; in _invoke() local
136 javaMethod = classData.getIDLNameTranslator().getMethod( method ) ; in _invoke()
137 if (javaMethod == null) in _invoke()
141 dmm = pm.getDynamicMethodMarshaller( javaMethod ) ; in _invoke()
145 Object result = javaMethod.invoke( target, args ) ; in _invoke()
154 javaMethod.getName(), in _invoke()
155 javaMethod.getDeclaringClass().getName() ) ; in _invoke()
158 javaMethod.getName(), in _invoke()
159 javaMethod.getDeclaringClass().getName() ) ; in _invoke()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/deopt/
H A DCompiledMethodTest.java64 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethod"); in test1() local
65 final StructuredGraph graph = parseEager(javaMethod, AllowAssumptions.NO); in test1()
75 InstalledCode compiledMethod = getCode(javaMethod, graph); in test1()
89 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethod"); in test3() local
90 InstalledCode compiledMethod = getCode(javaMethod); in test3()
101 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethodVirtual"); in test4() local
102 InstalledCode compiledMethod = getCode(javaMethod); in test4()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/deopt/
H A DCompiledMethodTest.java64 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethod"); in test1() local
65 final StructuredGraph graph = parseEager(javaMethod, AllowAssumptions.NO); in test1()
75 InstalledCode compiledMethod = getCode(javaMethod, graph); in test1()
89 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethod"); in test3() local
90 InstalledCode compiledMethod = getCode(javaMethod); in test3()
101 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethodVirtual"); in test4() local
102 InstalledCode compiledMethod = getCode(javaMethod); in test4()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/deopt/
H A DCompiledMethodTest.java64 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethod"); in test1() local
65 final StructuredGraph graph = parseEager(javaMethod, AllowAssumptions.NO); in test1()
75 InstalledCode compiledMethod = getCode(javaMethod, graph); in test1()
89 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethod"); in test3() local
90 InstalledCode compiledMethod = getCode(javaMethod); in test3()
101 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethodVirtual"); in test4() local
102 InstalledCode compiledMethod = getCode(javaMethod); in test4()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/deopt/
H A DCompiledMethodTest.java64 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethod"); in test1() local
65 final StructuredGraph graph = parseEager(javaMethod, AllowAssumptions.NO); in test1()
75 InstalledCode compiledMethod = getCode(javaMethod, graph); in test1()
89 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethod"); in test3() local
90 InstalledCode compiledMethod = getCode(javaMethod); in test3()
101 final ResolvedJavaMethod javaMethod = getResolvedJavaMethod("testMethodVirtual"); in test4() local
102 InstalledCode compiledMethod = getCode(javaMethod); in test4()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DSharedLibraryJVMCIReflection.java126 ResolvedJavaMethod.Parameter[] getParameters(HotSpotResolvedJavaMethodImpl javaMethod) { in getParameters() argument
158 Annotation[][] getParameterAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getParameterAnnotations() argument
159 …otation[][] annotations = getParameterAnnotations(javaMethod.getDeclaringClass().getName(), javaMe… in getParameterAnnotations()
161 return new Annotation[javaMethod.signature.getParameterCount(false)][0]; in getParameterAnnotations()
167 Type[] getGenericParameterTypes(HotSpotResolvedJavaMethodImpl javaMethod) { in getGenericParameterTypes() argument
177 Annotation[] getMethodAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getMethodAnnotations() argument
178 Annotation[] annotations = getMethodAnnotationsInternal(javaMethod); in getMethodAnnotations()
184 Annotation[] methodAnnotations = getMethodAnnotations(javaMethod); in getMethodAnnotation()
197 private static Annotation[] getMethodAnnotationsInternal(ResolvedJavaMethod javaMethod) { in getMethodAnnotationsInternal() argument
202 Annotation[] getMethodDeclaredAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getMethodDeclaredAnnotations() argument
[all …]
H A DHotSpotJVMCIReflection.java62 abstract ResolvedJavaMethod.Parameter[] getParameters(HotSpotResolvedJavaMethodImpl javaMethod); in getParameters() argument
64 abstract Annotation[][] getParameterAnnotations(HotSpotResolvedJavaMethodImpl javaMethod); in getParameterAnnotations() argument
66 abstract Type[] getGenericParameterTypes(HotSpotResolvedJavaMethodImpl javaMethod); in getGenericParameterTypes() argument
68 abstract Annotation[] getFieldAnnotations(HotSpotResolvedJavaFieldImpl javaMethod); in getFieldAnnotations() argument
72 abstract Annotation[] getMethodDeclaredAnnotations(HotSpotResolvedJavaMethodImpl javaMethod); in getMethodDeclaredAnnotations() argument
74 abstract Annotation[] getFieldDeclaredAnnotations(HotSpotResolvedJavaFieldImpl javaMethod); in getFieldDeclaredAnnotations() argument
76 …abstract <T extends Annotation> T getMethodAnnotation(HotSpotResolvedJavaMethodImpl javaMethod, Cl… in getMethodAnnotation() argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DSharedLibraryJVMCIReflection.java126 ResolvedJavaMethod.Parameter[] getParameters(HotSpotResolvedJavaMethodImpl javaMethod) { in getParameters() argument
158 Annotation[][] getParameterAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getParameterAnnotations() argument
159 …otation[][] annotations = getParameterAnnotations(javaMethod.getDeclaringClass().getName(), javaMe… in getParameterAnnotations()
161 return new Annotation[javaMethod.signature.getParameterCount(false)][0]; in getParameterAnnotations()
167 Type[] getGenericParameterTypes(HotSpotResolvedJavaMethodImpl javaMethod) { in getGenericParameterTypes() argument
177 Annotation[] getMethodAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getMethodAnnotations() argument
178 Annotation[] annotations = getMethodAnnotationsInternal(javaMethod); in getMethodAnnotations()
184 Annotation[] methodAnnotations = getMethodAnnotations(javaMethod); in getMethodAnnotation()
197 private static Annotation[] getMethodAnnotationsInternal(ResolvedJavaMethod javaMethod) { in getMethodAnnotationsInternal() argument
202 Annotation[] getMethodDeclaredAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getMethodDeclaredAnnotations() argument
[all …]
H A DHotSpotJVMCIReflection.java62 abstract ResolvedJavaMethod.Parameter[] getParameters(HotSpotResolvedJavaMethodImpl javaMethod); in getParameters() argument
64 abstract Annotation[][] getParameterAnnotations(HotSpotResolvedJavaMethodImpl javaMethod); in getParameterAnnotations() argument
66 abstract Type[] getGenericParameterTypes(HotSpotResolvedJavaMethodImpl javaMethod); in getGenericParameterTypes() argument
68 abstract Annotation[] getFieldAnnotations(HotSpotResolvedJavaFieldImpl javaMethod); in getFieldAnnotations() argument
72 abstract Annotation[] getMethodDeclaredAnnotations(HotSpotResolvedJavaMethodImpl javaMethod); in getMethodDeclaredAnnotations() argument
74 abstract Annotation[] getFieldDeclaredAnnotations(HotSpotResolvedJavaFieldImpl javaMethod); in getFieldDeclaredAnnotations() argument
76 …abstract <T extends Annotation> T getMethodAnnotation(HotSpotResolvedJavaMethodImpl javaMethod, Cl… in getMethodAnnotation() argument
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DSharedLibraryJVMCIReflection.java126 ResolvedJavaMethod.Parameter[] getParameters(HotSpotResolvedJavaMethodImpl javaMethod) { in getParameters() argument
158 Annotation[][] getParameterAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getParameterAnnotations() argument
159 …otation[][] annotations = getParameterAnnotations(javaMethod.getDeclaringClass().getName(), javaMe… in getParameterAnnotations()
161 return new Annotation[javaMethod.signature.getParameterCount(false)][0]; in getParameterAnnotations()
167 Type[] getGenericParameterTypes(HotSpotResolvedJavaMethodImpl javaMethod) { in getGenericParameterTypes() argument
177 Annotation[] getMethodAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getMethodAnnotations() argument
178 Annotation[] annotations = getMethodAnnotationsInternal(javaMethod); in getMethodAnnotations()
184 Annotation[] methodAnnotations = getMethodAnnotations(javaMethod); in getMethodAnnotation()
197 private static Annotation[] getMethodAnnotationsInternal(ResolvedJavaMethod javaMethod) { in getMethodAnnotationsInternal() argument
202 Annotation[] getMethodDeclaredAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getMethodDeclaredAnnotations() argument
[all …]
H A DHotSpotJVMCIReflection.java62 abstract ResolvedJavaMethod.Parameter[] getParameters(HotSpotResolvedJavaMethodImpl javaMethod); in getParameters() argument
64 abstract Annotation[][] getParameterAnnotations(HotSpotResolvedJavaMethodImpl javaMethod); in getParameterAnnotations() argument
66 abstract Type[] getGenericParameterTypes(HotSpotResolvedJavaMethodImpl javaMethod); in getGenericParameterTypes() argument
68 abstract Annotation[] getFieldAnnotations(HotSpotResolvedJavaFieldImpl javaMethod); in getFieldAnnotations() argument
72 abstract Annotation[] getMethodDeclaredAnnotations(HotSpotResolvedJavaMethodImpl javaMethod); in getMethodDeclaredAnnotations() argument
74 abstract Annotation[] getFieldDeclaredAnnotations(HotSpotResolvedJavaFieldImpl javaMethod); in getFieldDeclaredAnnotations() argument
76 …abstract <T extends Annotation> T getMethodAnnotation(HotSpotResolvedJavaMethodImpl javaMethod, Cl… in getMethodAnnotation() argument
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DSharedLibraryJVMCIReflection.java126 ResolvedJavaMethod.Parameter[] getParameters(HotSpotResolvedJavaMethodImpl javaMethod) { in getParameters() argument
158 Annotation[][] getParameterAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getParameterAnnotations() argument
159 …otation[][] annotations = getParameterAnnotations(javaMethod.getDeclaringClass().getName(), javaMe… in getParameterAnnotations()
161 return new Annotation[javaMethod.signature.getParameterCount(false)][0]; in getParameterAnnotations()
167 Type[] getGenericParameterTypes(HotSpotResolvedJavaMethodImpl javaMethod) { in getGenericParameterTypes() argument
177 Annotation[] getMethodAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getMethodAnnotations() argument
178 Annotation[] annotations = getMethodAnnotationsInternal(javaMethod); in getMethodAnnotations()
184 Annotation[] methodAnnotations = getMethodAnnotations(javaMethod); in getMethodAnnotation()
197 private static Annotation[] getMethodAnnotationsInternal(ResolvedJavaMethod javaMethod) { in getMethodAnnotationsInternal() argument
202 Annotation[] getMethodDeclaredAnnotations(HotSpotResolvedJavaMethodImpl javaMethod) { in getMethodDeclaredAnnotations() argument
[all …]
H A DHotSpotJVMCIReflection.java62 abstract ResolvedJavaMethod.Parameter[] getParameters(HotSpotResolvedJavaMethodImpl javaMethod); in getParameters() argument
64 abstract Annotation[][] getParameterAnnotations(HotSpotResolvedJavaMethodImpl javaMethod); in getParameterAnnotations() argument
66 abstract Type[] getGenericParameterTypes(HotSpotResolvedJavaMethodImpl javaMethod); in getGenericParameterTypes() argument
68 abstract Annotation[] getFieldAnnotations(HotSpotResolvedJavaFieldImpl javaMethod); in getFieldAnnotations() argument
72 abstract Annotation[] getMethodDeclaredAnnotations(HotSpotResolvedJavaMethodImpl javaMethod); in getMethodDeclaredAnnotations() argument
74 abstract Annotation[] getFieldDeclaredAnnotations(HotSpotResolvedJavaFieldImpl javaMethod); in getFieldDeclaredAnnotations() argument
76 …abstract <T extends Annotation> T getMethodAnnotation(HotSpotResolvedJavaMethodImpl javaMethod, Cl… in getMethodAnnotation() argument
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DRuntimeModeler.java630 JavaMethodImpl javaMethod; in processMethod() local
649 javaMethod.setMEP(mep); in processMethod()
710 javaMethod.setBinding(sb); in processMethod()
720 model.addJavaMethod(javaMethod); in processMethod()
847 if(javaMethod.isAsync()){ in processDocWrappedMethod()
953 processExceptions(javaMethod, method); in processDocWrappedMethod()
1053 if(javaMethod.isAsync()){ in processRpcMethod()
1192 processExceptions(javaMethod, method); in processRpcMethod()
1302 if(javaMethod.isAsync()){ in processDocBareMethod()
1400 javaMethod.addParameter(param); in processDocBareMethod()
[all …]
H A DCheckedExceptionImpl.java52 private final JavaMethodImpl javaMethod; field in CheckedExceptionImpl
70 this.javaMethod = jm; in CheckedExceptionImpl()
74 return javaMethod.owner; in getOwner()
78 return javaMethod; in getParent()
127 return WsaActionUtil.getDefaultFaultAction(javaMethod,this); in getDefaultFaultAction()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DRuntimeModeler.java630 JavaMethodImpl javaMethod; in processMethod() local
649 javaMethod.setMEP(mep); in processMethod()
710 javaMethod.setBinding(sb); in processMethod()
720 model.addJavaMethod(javaMethod); in processMethod()
847 if(javaMethod.isAsync()){ in processDocWrappedMethod()
953 processExceptions(javaMethod, method); in processDocWrappedMethod()
1053 if(javaMethod.isAsync()){ in processRpcMethod()
1192 processExceptions(javaMethod, method); in processRpcMethod()
1302 if(javaMethod.isAsync()){ in processDocBareMethod()
1400 javaMethod.addParameter(param); in processDocBareMethod()
[all …]

12345678910>>...13