Searched defs:classDecl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceVisitor.java238 TypeDeclaration classDecl) {
243 builder.onError(bindingDecl.getPosition(), WebserviceapMessages.localizableWEBSERVICEAP_MIXED_BINDING_STYLE(classDecl.getQualifiedName()));
249 builder.onError(bindingDecl.getPosition(), WebserviceapMessages.localizableWEBSERVICEAP_RPC_LITERAL_MUST_NOT_BE_BARE(classDecl.getQualifiedName()));
263 builder.onError(bindingDecl.getPosition(), WebserviceapMessages.localizableWEBSERVICE_ENCODED_NOT_SUPPORTED(classDecl.getQualifiedName(), style));
313 protected boolean shouldProcessWebService(WebService webService, ClassDeclaration classDecl) { argument
316 hasWebMethods = hasWebMethods(classDecl);
317 SOAPBinding soapBinding = classDecl.getAnnotation(SOAPBinding.class);
319 builder.onError(classDecl.getPosition(), WebserviceapMessages.localizableWEBSERVICEAP_INVALID_SOAPBINDING_PARAMETERSTYLE(soapBinding, classDecl));
322 return isLegalImplementation(webService, classDecl);
237 pushSOAPBinding(SOAPBinding soapBinding, Declaration bindingDecl, TypeDeclaration classDecl) argument
484 isLegalImplementation(WebService webService, ClassDeclaration classDecl) argument
530 isStateful(ClassDeclaration classDecl) argument
540 classImplementsSEI(ClassDeclaration classDecl, InterfaceDeclaration intfDecl) argument
604 methodsAreLegal(ClassDeclaration classDecl) argument
[all...]
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java64 protected ClassDeclaration classDecl; field in class:CompoundType
193 String sig = classDecl.getType().getTypeSignature();
204 return classDecl;
308 classDecl = null;
596 classDecl = classDef.getClassDeclaration();
618 isCORBAObject = env.defCorbaObject.implementedBy(env,classDecl);
619 isIDLEntity = env.defIDLEntity.implementedBy(env,classDecl);
620 isValueBase = env.defValueBase.implementedBy(env,classDecl);
625 isCORBAUserException = (classDecl.getName() == idCorbaUserException);
629 if (env.defThrowable.implementedBy(env, classDecl)) {
[all...]

Completed in 42 milliseconds