Searched refs:factory (Results 126 - 150 of 371) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/spi/
H A DWSToolsObjectFactory.java35 * Singleton abstract factory used to produce JAX-WS tools related objects.
41 private static final WSToolsObjectFactory factory = new WSToolsObjectFactoryImpl(); field in class:WSToolsObjectFactory
44 * Obtain an instance of a factory. Don't worry about synchronization(at the
45 * most, one more factory is created).
48 return factory;
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ServerHandshaker/
H A DGetPeerHostClient.java44 SSLSocketFactory factory = (SSLSocketFactory)SSLSocketFactory
47 s = (SSLSocket) factory.createSocket(server, 9999);
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/rsa/
H A DBrokenRSAPrivateCrtKey.java58 KeyFactory factory = KeyFactory.getInstance("RSA", "SunJSSE");
60 PrivateKey privatekey2 = factory.generatePrivate(spec);
/openjdk7/jdk/test/java/security/cert/CertificateFactory/
H A DReturnStream.java58 CertificateFactory factory = CertificateFactory.getInstance("X.509");
59 if (factory.generateCertificates(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DParserPool.java44 private SAXParserFactory factory; field in class:ParserPool
50 //factory = SAXParserFactory.newInstance();
51 factory = new com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl();
52 factory.setNamespaceAware(true);
55 queue.put(factory.newSAXParser());
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubFactoryProxyImpl.java48 InvocationHandlerFactory factory = classData.getInvocationHandlerFactory() ;
50 (LinkedInvocationHandler)factory.getInvocationHandler() ;
51 Class[] interfaces = factory.getProxyInterfaces() ;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DV9RegisterBranchDecoder.java47 public Instruction decode(int instruction, SPARCInstructionFactory factory) { argument
48 SPARCV9InstructionFactory v9factory = (SPARCV9InstructionFactory) factory;
51 return factory.newIllegalInstruction(instruction);
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DXMLSignatureFactory.java53 * A factory for creating {@link XMLSignature} objects from scratch or
65 * XMLSignatureFactory factory = XMLSignatureFactory.getInstance("DOM");
68 * <p>The objects that this factory produces will be based
92 * <p>Also, the <code>XMLStructure</code>s that are created by this factory
112 * XMLSignature signature = factory.unmarshalXMLSignature(context);
116 * <code>XMLValidateContext</code> types for that factory type, but may support
122 * Each <code>XMLSignature</code> created by the factory can also be
200 XMLSignatureFactory factory = (XMLSignatureFactory) instance.impl;
201 factory.mechanismType = mechanismType;
202 factory
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpMsgProcessingModel.java47 * @param factory The pdu factory to use to encode and decode pdu.
50 public SnmpOutgoingRequest getOutgoingRequest(SnmpPduFactory factory); argument
53 * @param factory The pdu factory to use to encode and decode pdu.
56 public SnmpIncomingRequest getIncomingRequest(SnmpPduFactory factory); argument
60 * @param factory The pdu factory to use to encode and decode pdu.
63 public SnmpIncomingResponse getIncomingResponse(SnmpPduFactory factory); argument
H A DSnmpMsgProcessingSubSystem.java60 * @param factory The pdu factory to use to encode and decode pdu.
64 SnmpPduFactory factory)
69 * @param factory The pdu factory to use to encode and decode pdu.
73 SnmpPduFactory factory) throws SnmpUnknownMsgProcModelException ;
85 * @param factory The pdu factory to use to decode pdu.
89 SnmpPduFactory factory) throws SnmpUnknownMsgProcModelException;
63 getIncomingRequest(int model, SnmpPduFactory factory) argument
72 getOutgoingRequest(int model, SnmpPduFactory factory) argument
88 getIncomingResponse(int model, SnmpPduFactory factory) argument
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPFactory.java33 * <code>SOAPFactory</code> is a factory for creating various objects
173 * This factory method creates <code>Detail</code> objects for use in
207 * This factory method creates <code>Name</code> objects for use in
228 * This factory method creates <code>Name</code> objects for use in
264 SOAPFactory factory = (SOAPFactory) FactoryFinder.find(SOAP_FACTORY_PROPERTY, DEFAULT_SOAP_FACTORY, false);
265 if (factory != null)
266 return factory;
283 * specified SOAP factory implementation. May be
/openjdk7/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A DAsExecutor.java35 ThreadFactory factory = new PrivilegedThreadFactory();
37 .withFixedThreadPool(5, factory);
39 .withCachedThreadPool(Executors.newCachedThreadPool(factory), 0);
H A DRestart.java58 ThreadFactory factory = new ThreadFactory() {
70 AsynchronousChannelGroup.withFixedThreadPool(nThreads, factory);
75 ExecutorService pool = Executors.newCachedThreadPool(factory);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DDelegateImpl.java41 private POAFactory factory; field in class:DelegateImpl
43 public DelegateImpl(ORB orb, POAFactory factory){ argument
47 this.factory = factory;
96 POA returnValue = factory.lookupPOA(self);
116 return factory.getRootPOA();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DFloatGRPDecoder.java143 public Instruction decode(byte[] bytesArray, int index, int instrStartIndex, int segmentOverride, int prefixes, X86InstructionFactory factory) { argument
156 instr = instrDecoder.decode(bytesArray, byteIndex, instrStartIndex, segmentOverride, prefixes, factory);
159 instr = factory.newIllegalInstruction();
H A DFPInstructionDecoder.java42 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSList.java37 this.factory = fac;
115 return factory.newJSJavaWrapper(obj);
119 private final JSJavaFactory factory; field in class:JSList
H A DJSMap.java37 this.factory = fac;
89 return factory.newJSJavaWrapper(obj);
93 private final JSJavaFactory factory; field in class:JSMap
/openjdk7/jdk/test/sun/security/smartcardio/
H A DTestConnect.java41 TerminalFactory factory = TerminalFactory.getInstance("PC/SC", null, "SunPCSC");
42 System.out.println(factory);
44 List<CardTerminal> terminals = factory.terminals().list();
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/GenSSLConfigs/
H A DServerThread.java32 private SSLServerSocketFactory factory; field in class:ServerThread
54 factory = ctx.getServerSocketFactory();
101 factory.createServerSocket(port, backlog);
/openjdk7/jdk/test/sun/security/ssl/sanity/interop/
H A DJSSEServer.java45 SSLServerSocketFactory factory = (SSLServerSocketFactory)serverContext.getServerSocketFactory();
46 serverSocket = (SSLServerSocket)factory.createServerSocket(cipherTest.serverPort);
48 serverSocket.setEnabledCipherSuites(factory.getSupportedCipherSuites());
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DJSSEServer.java44 SSLServerSocketFactory factory = (SSLServerSocketFactory)serverContext.getServerSocketFactory();
45 serverSocket = (SSLServerSocket)factory.createServerSocket(cipherTest.serverPort);
47 serverSocket.setEnabledCipherSuites(factory.getSupportedCipherSuites());
/openjdk7/jdk/test/sun/security/pkcs11/sslecc/
H A DJSSEServer.java44 SSLServerSocketFactory factory = (SSLServerSocketFactory)serverContext.getServerSocketFactory();
45 serverSocket = (SSLServerSocket)factory.createServerSocket(cipherTest.serverPort);
47 serverSocket.setEnabledCipherSuites(factory.getSupportedCipherSuites());
/openjdk7/jdk/src/share/classes/javax/print/
H A DStreamPrintServiceFactory.java40 * A <code>StreamPrintServiceFactory</code> is the factory for
55 * factory in place of a <code>PrintService</code> which represents a
116 /** Queries the factory for the document format that is emitted
117 * by printers obtained from this factory.
124 * Queries the factory for the document flavors that can be accepted
125 * by printers obtained from this factory.
222 StreamPrintServiceFactory factory =
225 outType.equalsIgnoreCase(factory.getOutputFormat())) &&
227 isMember(flavor, factory.getSupportedDocFlavors()))) {
228 list.add(factory);
[all...]
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DStartTlsResponse.java151 * Negotiates a TLS session using the default SSL socket factory.
164 * Negotiates a TLS session using an SSL socket factory.
166 * Creates an SSL socket using the supplied SSL socket factory and
185 * @param factory The possibly null SSL socket factory to use.
186 * If null, the default SSL socket factory is used.
193 public abstract SSLSession negotiate(SSLSocketFactory factory) argument

Completed in 78 milliseconds

1234567891011>>