Searched defs:create (Results 126 - 150 of 313) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DHeaders.java53 * This class provides various methods to create different
75 * Use {@link #create(JAXBRIContext, Object)} instead.
77 public static Header create(SOAPVersion soapVersion, Marshaller m, Object o) { method in class:Headers
84 public static Header create(JAXBRIContext context, Object o) { method in class:Headers
91 * See {@link #create(SOAPVersion, Marshaller, Object)} for the meaning
99 public static Header create(SOAPVersion soapVersion, Marshaller m, QName tagName, Object o) { method in class:Headers
100 return create(soapVersion,m,new JAXBElement(tagName,o.getClass(),o));
106 public static Header create(Bridge bridge, Object jaxbObject) { method in class:Headers
113 public static Header create(SOAPHeaderElement header) { method in class:Headers
120 public static Header create( Elemen method in class:Headers
128 public static Header create( SOAPVersion soapVersion, Element node ) { method in class:Headers
139 public static Header create( SOAPVersion soapVersion, XMLStreamReader reader ) throws XMLStreamException { method in class:Headers
157 public static Header create(QName name, String value) { method in class:Headers
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DTubelineAssemblerFactory.java42 * To create a tubeline,
46 * and the first valid {@link TubelineAssembler} returned will be used to create
64 * Use {@link #create(ClassLoader, BindingID, Container)}
66 public static TubelineAssembler create(ClassLoader classLoader, BindingID bindingId) { method in class:TubelineAssemblerFactory
67 return create(classLoader,bindingId,null);
71 * Locates {@link TubelineAssemblerFactory}s and create
81 public static TubelineAssembler create(ClassLoader classLoader, BindingID bindingId, @Nullable Container container) { method in class:TubelineAssemblerFactory
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/provider/
H A DProviderArgumentsBuilder.java76 public static ProviderArgumentsBuilder<?> create(ProviderEndpointModel model, WSBinding binding) { method in class:ProviderArgumentsBuilder
77 return (binding instanceof SOAPBinding) ? SOAPProviderArgumentBuilder.create(model, binding.getSOAPVersion())
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DPool.java41 * are expensive to create (such as JAXB objects, StAX parsers, {@link Tube} instances.)
67 return create();
104 protected abstract T create(); method in class:Pool
117 protected javax.xml.bind.Marshaller create() { method in class:Pool.Marshaller
137 protected javax.xml.bind.Unmarshaller create() { method in class:Pool.Unmarshaller
158 protected Tube create() { method in class:Pool.TubePool
H A DVersion.java57 public static Version create(InputStream is) { method in class:Version
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DSCD.java73 public static SCD create(String path, NamespaceContext nsContext) throws java.text.ParseException { method in class:SCD
173 * Returns the textual SCD representation as given to {@link SCD#create(String, NamespaceContext)}.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DDomAnnotationParserFactory.java59 public AnnotationParser create() { method in class:DomAnnotationParserFactory
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWButtonPeer.java63 native void create(WComponentPeer peer); method in class:WButtonPeer
H A DWCanvasPeer.java44 native void create(WComponentPeer parent); method in class:WCanvasPeer
H A DWCheckboxPeer.java67 native void create(WComponentPeer parent); method in class:WCheckboxPeer
H A DWLabelPeer.java63 native void create(WComponentPeer parent); method in class:WLabelPeer
H A DWTextFieldPeer.java86 native void create(WComponentPeer parent); method in class:WTextFieldPeer
/openjdk7/jdk/test/java/io/StreamTokenizer/
H A DReadAhead.java96 /* Interface for objects that can create new StreamTokenizers
99 public StreamTokenizer create(String input, int limit); method in interface:ReadAhead.StreamTokenizerMaker
116 test(stm.create("foo\nx", 4));
117 test(stm.create("foo\r\nx", 4));
125 public StreamTokenizer create(String input, int limit) {
131 public StreamTokenizer create(String input, int limit) {
/openjdk7/jdk/test/java/net/MulticastSocket/
H A DSetOutgoingIf.java75 NetIf netIf = NetIf.create(nic);
228 static NetIf create(NetworkInterface nic) { method in class:NetIf
/openjdk7/jdk/src/share/classes/sun/text/
H A DCodePointIterator.java51 public static CodePointIterator create(char[] text) { method in class:CodePointIterator
55 public static CodePointIterator create(char[] text, int start, int limit) { method in class:CodePointIterator
59 public static CodePointIterator create(CharSequence text) { method in class:CodePointIterator
63 public static CodePointIterator create(CharacterIterator iter) { method in class:CodePointIterator
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DOutputViewer.java46 System.setOut(PipeListener.create("System.out"));
47 System.setErr(PipeListener.create("System.err"));
89 public static PrintStream create(String name) { method in class:OutputViewer.PipeListener
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DProxyArrayCalls.java72 public Remote create() throws RemoteException { method in class:ProxyArrayCalls.ServerFactory
103 Server stub = (Server) bsrv.create(new ServerFactory());
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DMBeanServerNotificationTest.java83 public MBeanServerNotification create(ObjectName name) { method in class:MBeanServerNotificationTest.Registration
99 failures = reg.test(reg.create(name), name);
/openjdk7/jdk/test/javax/swing/JInternalFrame/
H A DTest6325652.java55 desktop.add(create(0));
56 desktop.add(this.internal = create(1));
95 private static JInternalFrame create(int index) { method in class:Test6325652
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DThreadLocalCoders.java51 abstract Object create(Object name); method in class:ThreadLocalCoders.Cache
81 Object ob = create(name);
97 Object create(Object name) {
121 Object create(Object name) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DObjectKeyFactoryImpl.java113 // and modify create(InputStream,Handler,OctetSeqHolder)
115 // 6. Modify create( byte[] ) and createTemplate( InputStream )
116 // to create an instance of HandlerFinder: something like:
185 private ObjectKeyTemplate create( InputStream is, Handler handler, method in class:ObjectKeyFactoryImpl
217 public ObjectKey create( byte[] key ) method in class:ObjectKeyFactoryImpl
222 ObjectKeyTemplate oktemp = create( is, fullKey, osh ) ;
232 ObjectKeyTemplate oktemp = create( is, oktempOnly, null ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DIIOPProfileTemplateImpl.java84 public TaggedProfile create( ObjectKeyTemplate oktemp, ObjectId id ) method in class:IIOPProfileTemplateImpl
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DJVMState.java74 public static JVMState create(Address addr) { method in class:JVMState
92 return create(callerField.getValue(getAddress()));
/openjdk7/jdk/src/share/classes/java/beans/
H A DEventHandler.java70 * the <code>EventHandler</code> <code>create</code> methods to make
85 * <code>create</code> methods to create
92 * The following section gives examples of how to create listener
93 * objects using the <code>create</code> methods.
99 * In the following example we create an <code>ActionListener</code>
106 * (ActionListener)EventHandler.create(ActionListener.class, frame, "toFront"));
131 * In the following example we create an <code>ActionListener</code> that
137 *EventHandler.create(ActionListener.class, myButton, "nextFocusableComponent", "source")
154 * It's also possible to create a
530 public static <T> T create(Class<T> listenerInterface, method in class:EventHandler
587 public static <T> T create(Class<T> listenerInterface, method in class:EventHandler
677 public static <T> T create(Class<T> listenerInterface, method in class:EventHandler
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskThread.hpp52 // Factory create and destroy methods.
53 static GCTaskThread* create(GCTaskManager* manager, function in class:GCTaskThread

Completed in 428 milliseconds

1234567891011>>