Searched refs:jm (Results 1 - 11 of 11) sorted by relevance

/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/
H A DSOAPSEIModel.java55 for(JavaMethodImpl jm : getJavaMethods()){
56 put(jm.getMethod(), jm);
58 for(ParameterImpl p:jm.getRequestParameters()){
61 put(p.getName(), jm);
66 put(emptyBodyName, jm);
67 // System.out.println("added empty body for: "+jm.getMethod().getName());
H A DExternalMetadataReader.java168 JavaMethod jm = getJavaMethod(m, reader);
169 return (jm == null) ? new Annotation[0] : getAnnotations(jm.getMethodAnnotation());
183 JavaMethod jm = getJavaMethod(m, reader);
184 return Util.annotation(jm, annType);
197 JavaMethod jm = getJavaMethod(m, reader);
200 if (jm == null) continue;
201 JavaParam jp = jm.getJavaParams().getJavaParam().get(i);
231 JavaMethod jm = getJavaMethod(m, r);
232 Element[] e = Util.annotation(jm);
499 annotation(JavaMethod jm, Class<T> anntype) argument
513 annotation(JavaMethod jm) argument
[all...]
H A DCheckedExceptionImpl.java60 * @param jm {@link JavaMethodImpl} that throws this exception
69 public CheckedExceptionImpl(JavaMethodImpl jm, Class exceptionClass, TypeInfo detail, ExceptionType exceptionType) { argument
73 this.javaMethod = jm;
H A DAbstractSEIModelImpl.java278 JavaMethodImpl jm = getJavaMethod(m);
279 for (CheckedExceptionImpl ce : jm.getCheckedExceptions()) {
308 * JavaMethod jm.
313 public QName getQNameForJM(JavaMethodImpl jm) { argument
316 if (jmethod.getOperationName().equals(jm.getOperationName())){
331 void addJavaMethod(JavaMethodImpl jm) { argument
332 if (jm != null)
333 javaMethods.add(jm);
392 void put(QName name, JavaMethodImpl jm) { argument
393 nameToJM.put(name, jm);
396 put(Method method, JavaMethodImpl jm) argument
400 putOp(QName opName, JavaMethodImpl jm) argument
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/client/sei/
H A DSyncMethodHandler.java69 SyncMethodHandler(SEIStub owner, JavaMethodImpl jm) { argument
70 super(owner, jm.getMethod());
71 javaMethod = jm;
72 isVoid = void.class.equals(jm.getMethod().getReturnType());
73 isOneway = jm.getMEP().isOneWay();
H A DStubAsyncHandler.java41 public StubAsyncHandler(JavaMethodImpl jm, JavaMethodImpl sync, MessageContextFactory mcf) { argument
62 rp = jm.getResponseParameters();
H A DSEIStub.java103 for (JavaMethodImpl jm : seiModel.getJavaMethods()) {
104 JavaMethodImpl sync = syncs.get(jm.getOperation());
105 if (jm.getMEP() == MEP.ASYNC_CALLBACK) {
106 Method m = jm.getMethod();
111 if (jm.getMEP() == MEP.ASYNC_POLL) {
112 Method m = jm.getMethod();
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/db/
H A DDatabindingImpl.java102 for (JavaMethodImpl jm : seiModel.getJavaMethods()) {
103 if (!jm.isAsync()) {
104 TieHandler th = new TieHandler(jm, seiModel.getWSBinding(), packetFactory);
105 wsdlOpMap.put(jm, th);
152 for (JavaMethodImpl jm : seiModel.getJavaMethods()) {
153 JavaMethodImpl sync = syncs.get(jm.getOperationSignature());
154 if (jm.getMEP() == MEP.ASYNC_CALLBACK || jm.getMEP() == MEP.ASYNC_POLL) {
155 Method m = jm.getMethod();
156 StubAsyncHandler handler = new StubAsyncHandler(jm, syn
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/addressing/
H A DWsaTubeHelper.java121 JavaMethodImpl jm = (wsdlOp != null) ? (JavaMethodImpl)wsdlOp.getJavaMethod() : null;
122 if (jm != null) {
123 for (CheckedExceptionImpl ce : jm.getCheckedExceptions()) {
270 JavaMethodImpl jm = (JavaMethodImpl) javaMethod;
271 if (jm != null && jm.getOutputAction() != null && !jm.getOutputAction().equals("")) {
272 return jm.getOutputAction();
/openjdk10/jdk/make/src/classes/build/tools/cldrconverter/
H A DCLDRConverter.java654 .filter(jm -> Arrays.deepEquals(data, jm.getKey()))
/openjdk10/nashorn/test/script/basic/
H A DJDK-8017084.js304 jm: 273,

Completed in 81 milliseconds