Searched refs:service (Results 51 - 75 of 103) sorted by relevance

12345

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/dispatch/
H A DMessageDispatch.java49 public MessageDispatch(QName port, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr) { argument
50 super(port, Mode.MESSAGE, service, pipe, binding, epr);
H A DDataSourceDispatch.java52 public DataSourceDispatch(QName port, Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr) { argument
53 super(port, mode, service, pipe, binding, epr );
H A DJAXBDispatch.java52 * for the dynamic invocation of a service endpoint operation using
65 public JAXBDispatch(QName port, JAXBContext jc, Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr) { argument
66 super(port, mode, service, pipe, binding, epr);
/openjdk7/jdk/test/java/beans/beancontext/
H A DTest4328406.java69 service) {
102 public void releaseService(BeanContextServices bcs, Object requestor, Object service) { argument
68 releaseService(BeanContextServices bcs, Object requestor, Object service) argument
/openjdk7/jdk/src/share/sample/nio/server/
H A DRequestServicer.java72 private void service() throws IOException { method in class:RequestServicer
116 service();
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintServiceLookup.java62 /* The singleton win32 print lookup service.
101 /* Want the PrintService which is default print service to have
181 boolean matchingService(PrintService service, argument
188 = service.getAttribute((Class<PrintServiceAttribute>)attrs[i].getCategory());
224 * (by name) then we can save time by getting just that service
230 PrintService service = getPrintServiceByName(name.getValue());
231 if (service == null || !matchingService(service, serviceSet)) {
235 services[0] = service;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DServiceGenerator.java84 public void visit(Service service) { argument
85 JavaInterface intf = service.getJavaInterface();
96 receiver.error(service.getLocator(), GeneratorMessages.GENERATOR_SERVICE_CLASS_ALREADY_EXIST(className, service.getName()));
101 String serviceFieldName = JAXBRIContext.mangleNameToClassName(service.getName().getLocalPart()).toUpperCase();
110 JExpr._new(cm.ref(QName.class)).arg(service.getName().getNamespaceURI()).arg(service.getName().getLocalPart()));
129 if (service.getJavaDoc() != null) {
130 comment.add(service.getJavaDoc());
191 writeWebServiceClientAnnotation(service, webServiceClientAn
367 writeWebServiceClientAnnotation(Service service, JAnnotationUse wsa) argument
[all...]
H A DGeneratorBase.java100 for (Service service : model.getServices()) {
101 service.accept(this);
105 public void visit(Service service) throws Exception { argument
106 for (Port port : service.getPorts()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLParserExtension.java392 public boolean serviceElements(final WSDLService service, final XMLStreamReader reader) { argument
394 final boolean result = processSubelement(service, reader, getHandlers4ServiceMap());
400 public void serviceAttributes(final WSDLService service, final XMLStreamReader reader) { argument
402 processAttributes(service, reader, getHandlers4ServiceMap());
702 for (WSDLService service : context.getWSDLModel().getServices().values()) {
703 if (getHandlers4ServiceMap().containsKey(service)) {
705 getPolicyURIs(getHandlers4ServiceMap().get(service),modelContext)
707 ,service
708 ,service.getName()));
710 // end service scop
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSStreamPrintJob.java73 private PSStreamPrintService service; field in class:PSStreamPrintJob
94 PSStreamPrintJob(PSStreamPrintService service) { argument
95 this.service = service;
99 return service;
287 if (flavor == null || (!service.isDocFlavorSupported(flavor))) {
510 if (!service.isAttributeCategorySupported(category)) {
515 (!service.isAttributeValueSupported(attr, flavor, null)) {
527 service.isAttributeValueSupported(attr, null, null)) {
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DSSL.java61 // Run this after KDC, so our own DNS service can be started
75 PrincipalName service = new PrincipalName(
77 ktab.addEntry(service, "pass1".toCharArray(), 1, true);
78 ktab.addEntry(service, "pass2".toCharArray(), 2, true);
79 ktab.addEntry(service, "pass3".toCharArray(), 3, true);
127 PrincipalName service = new PrincipalName(
129 ktab.addEntry(service, "pass1".toCharArray(), 1);
130 ktab.addEntry(service, "pass2".toCharArray(), 2);
131 ktab.addEntry(service, "pass3".toCharArray(), 3);
144 ktab.addEntry(service, "pass
[all...]
H A DKDC.java105 * A service principal's name should look like "host/f.q.d.n". The second form
317 * @param user the principal's name. For a service principal, use the
330 * @param user the principal's name. For a service principal, use the
437 * Returns the service port of the KDC server.
438 * @return the KDC service port
456 * A constructor that starts the KDC service also.
562 // For service whose password ending with a number, use it as kvno.
648 PrincipalName service = tgsReq.reqBody.sname;
650 service = new PrincipalName(service
[all...]
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/
H A DSSLSecurity.java76 Service service) throws NoSuchAlgorithmException
78 Provider provider = service.getProvider();
79 String className = service.getClassName();
168 obj = service.newInstance(null);
198 Service service;
206 service = prov.getService(engineType, algName);
208 service = getService(engineType, algName);
210 if (service == null) {
214 return getImpl1(algName, engineType, service);
229 Service service
75 getImpl1(String algName, String engineType, Service service) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/
H A DCMSManager.java63 PCMM service = null;
66 service = cmm;
71 return service;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/parser/
H A DWSDLParserExtension.java127 * by using the standard service look up mechanism, in particular looking for
144 public void serviceAttributes(WSDLService service, XMLStreamReader reader) { argument
148 public boolean serviceElements(WSDLService service, XMLStreamReader reader) { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DDelegatingParserExtension.java51 public void serviceAttributes(WSDLService service, XMLStreamReader reader) { argument
52 core.serviceAttributes(service, reader);
55 public boolean serviceElements(WSDLService service, XMLStreamReader reader) { argument
56 return core.serviceElements(service, reader);
H A DFoolProofParserExtension.java76 public boolean serviceElements(WSDLService service, XMLStreamReader reader) { argument
77 return post(pre(reader),reader,super.serviceElements(service, reader));
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintServiceLookup.java181 /* Want the PrintService which is default print service to have
326 private boolean matchesAttributes(PrintService service, argument
333 = service.getAttribute((Class<PrintServiceAttribute>)attrs[i].getCategory());
407 /* Typically expect that if a service attribute is specified that
409 * Directly retrieve that service and confirm
435 /* Its not the default service */
436 PrintService service = getServiceByName(name);
437 if (service != null &&
438 matchesAttributes(service, serviceSet)) {
440 services[0] = service;
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJob.java72 * service is selected, and user choice of printers will be restricted
79 * the PrintService for this PrinterJob to reflect the new service
513 PrintService service = getPrintService();
514 if (service == null) return null;
515 return service.getName();
523 PrintService service = services[i];
525 if (printerName.equals(service.getName())) {
527 setPrintService(service);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DAnnotationProcessorContext.java90 for (Service service : model.getServices()) {
91 for (Port port : service.getPorts()) {
H A DModelBuilder.java46 public void setService(Service service); argument
55 * Checks if the TypeDeclaration is a service specific exception
57 * @return true if is not a service specifc excpetion as defined by JAX-WS specification
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DWSDLGeneratorExtensionFacade.java69 public void addServiceExtension(TypedXmlWriter service) { argument
71 e.addServiceExtension(service);
/openjdk7/langtools/test/tools/javac/6341866/
H A DT6341866.java192 static File services(Class<?> service) { argument
198 return new File(dir, service.getName());
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5NameElement.java116 String service = components[0];
120 String principal = getHostBasedInstance(service, hostName);
146 // Look for @ as in service@host
151 // of the principal name or service name
178 // A lack of "@" defaults to the service being on the local
257 * host/service@REALM but with the following contraints that are
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/writer/
H A DWSDLGeneratorExtension.java102 * This method is invoked so that extensions to a <code>wsdl:service</code>
105 * @param service This is the <code>wsdl:service</code> element that the extension can be added to.
107 public void addServiceExtension(TypedXmlWriter service) { argument

Completed in 71 milliseconds

12345