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

12345

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java214 // emit a warning if there are no service definitions
230 Service service =
235 setDocumentationIfPresent(service, wsdlService.getDocumentation());
241 service,
249 model.addService(service);
257 Service service, WSDLDocument document) {
481 service.addPort(port);
256 processPort(com.sun.tools.internal.ws.wsdl.document.Port wsdlPort, Service service, WSDLDocument document) argument
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java2176 * {@code service} allows you to provide the initial
2250 * @param service initial {@code PrintService}, or {@code null} for the
2271 final PrintService service,
2293 if (service != null) {
2294 job.setPrintService(service);
2268 print(final MessageFormat headerFormat, final MessageFormat footerFormat, final boolean showPrintDialog, final PrintService service, final PrintRequestAttributeSet attributes, final boolean interactive) argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java6071 * method, with the default printer specified as the print service.
6178 * @param service the destination <code>PrintService</code>,
6201 PrintService service) throws PrinterException,
6252 if (service != null) {
6253 job.setPrintService(service);
6195 print(PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat, boolean showPrintDialog, PrintRequestAttributeSet attr, boolean interactive, PrintService service) argument

Completed in 72 milliseconds

12345