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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceVisitor.java68 protected String endpointInterfaceName; field in class:WebServiceVisitor
100 if (endpointInterfaceName != null && !endpointInterfaceName.equals(d.getQualifiedName())) {
101 builder.onError(d.getPosition(), WebserviceapMessages.localizableWEBSERVICEAP_ENDPOINTINTERFACES_DO_NOT_MATCH(endpointInterfaceName, d.getQualifiedName()));
104 endpointInterfaceName = d.getQualifiedName();
121 String endpointInterfaceName = webService != null ? webService.endpointInterface() : null;
122 if (endpointInterfaceName != null && endpointInterfaceName.length() > 0) {
129 inspectEndpointInterface(endpointInterfaceName, d);
384 private InterfaceDeclaration getEndpointInterfaceDecl(String endpointInterfaceName, argument
405 inspectEndpointInterface(String endpointInterfaceName, ClassDeclaration d) argument
[all...]

Completed in 69 milliseconds