Searched defs:bind (Results 526 - 550 of 588) sorted by relevance

<<21222324

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeBuiltinLeafInfoImpl.java26 package com.sun.xml.internal.bind.v2.model.impl;
61 import javax.xml.bind.ValidationEvent;
62 import javax.xml.bind.helpers.ValidationEventImpl;
77 import com.sun.xml.internal.bind.DatatypeConverterImpl;
78 import com.sun.xml.internal.bind.WhiteSpaceProcessor;
79 import com.sun.xml.internal.bind.api.AccessorException;
80 import com.sun.xml.internal.bind.v2.TODO;
81 import com.sun.xml.internal.bind.v2.WellKnownNamespace;
82 import com.sun.xml.internal.bind.v2.model.runtime.RuntimeBuiltinLeafInfo;
83 import com.sun.xml.internal.bind
[all...]
H A DTypeInfoSetImpl.java26 package com.sun.xml.internal.bind.v2.model.impl;
34 import javax.xml.bind.JAXBContext;
35 import javax.xml.bind.JAXBException;
36 import javax.xml.bind.Marshaller;
37 import javax.xml.bind.annotation.XmlNs;
38 import javax.xml.bind.annotation.XmlNsForm;
39 import javax.xml.bind.annotation.XmlRegistry;
40 import javax.xml.bind.annotation.XmlSchema;
41 import javax.xml.bind.annotation.XmlTransient;
42 import javax.xml.bind
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DArrayBeanInfoImpl.java26 package com.sun.xml.internal.bind.v2.runtime;
35 import javax.xml.bind.ValidationEvent;
36 import javax.xml.bind.helpers.ValidationEventImpl;
40 import com.sun.xml.internal.bind.v2.model.runtime.RuntimeArrayInfo;
41 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader;
42 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.Receiver;
43 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.TagName;
44 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext;
H A DClassBeanInfoImpl.java26 package com.sun.xml.internal.bind.v2.runtime;
39 import javax.xml.bind.ValidationEvent;
40 import javax.xml.bind.annotation.XmlRootElement;
41 import javax.xml.bind.helpers.ValidationEventImpl;
46 import com.sun.xml.internal.bind.Util;
47 import com.sun.xml.internal.bind.api.AccessorException;
48 import com.sun.xml.internal.bind.v2.ClassFactory;
49 import com.sun.xml.internal.bind.v2.WellKnownNamespace;
50 import com.sun.xml.internal.bind.v2.model.core.ID;
51 import com.sun.xml.internal.bind
[all...]
H A DElementBeanInfoImpl.java26 package com.sun.xml.internal.bind.v2.runtime;
32 import javax.xml.bind.JAXBElement;
33 import javax.xml.bind.JAXBException;
37 import com.sun.xml.internal.bind.api.AccessorException;
38 import com.sun.xml.internal.bind.v2.model.core.PropertyKind;
39 import com.sun.xml.internal.bind.v2.model.nav.Navigator;
40 import com.sun.xml.internal.bind.v2.model.runtime.RuntimeElementInfo;
41 import com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo;
42 import com.sun.xml.internal.bind.v2.runtime.property.Property;
43 import com.sun.xml.internal.bind
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DFastInfosetStreamWriterOutput.java26 package com.sun.xml.internal.bind.v2.runtime.output;
28 import com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl;
29 import com.sun.xml.internal.bind.v2.runtime.Name;
30 import com.sun.xml.internal.bind.v2.runtime.XMLSerializer;
33 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.Base64Data;
40 import javax.xml.bind.JAXBContext;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DSingleMapNodeProperty.java26 package com.sun.xml.internal.bind.v2.runtime.property;
41 import com.sun.xml.internal.bind.api.AccessorException;
42 import com.sun.xml.internal.bind.v2.ClassFactory;
43 import com.sun.xml.internal.bind.v2.util.QNameMap;
44 import com.sun.xml.internal.bind.v2.model.core.PropertyKind;
45 import com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator;
46 import com.sun.xml.internal.bind.v2.model.runtime.RuntimeMapPropertyInfo;
47 import com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl;
48 import com.sun.xml.internal.bind.v2.runtime.JaxBeanInfo;
49 import com.sun.xml.internal.bind
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DAccessor.java26 package com.sun.xml.internal.bind.v2.runtime.reflect;
42 import javax.xml.bind.JAXBElement;
43 import javax.xml.bind.annotation.adapters.XmlAdapter;
46 import com.sun.xml.internal.bind.Util;
47 import com.sun.xml.internal.bind.api.AccessorException;
48 import com.sun.xml.internal.bind.api.JAXBRIContext;
49 import com.sun.xml.internal.bind.v2.model.core.Adapter;
50 import com.sun.xml.internal.bind.v2.model.impl.RuntimeModelBuilder;
51 import com.sun.xml.internal.bind.v2.model.nav.Navigator;
52 import com.sun.xml.internal.bind
[all...]
H A DLister.java26 package com.sun.xml.internal.bind.v2.runtime.reflect;
46 import javax.xml.bind.JAXBException;
49 import com.sun.xml.internal.bind.api.AccessorException;
50 import com.sun.xml.internal.bind.v2.ClassFactory;
51 import com.sun.xml.internal.bind.v2.TODO;
52 import com.sun.xml.internal.bind.v2.model.core.Adapter;
53 import com.sun.xml.internal.bind.v2.model.core.ID;
54 import com.sun.xml.internal.bind.v2.model.nav.Navigator;
55 import com.sun.xml.internal.bind.v2.runtime.XMLSerializer;
56 import com.sun.xml.internal.bind
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DSAXConnector.java26 package com.sun.xml.internal.bind.v2.runtime.unmarshaller;
28 import javax.xml.bind.JAXBException;
29 import javax.xml.bind.UnmarshallerHandler;
31 import com.sun.xml.internal.bind.WhiteSpaceProcessor;
32 import com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl;
H A DUnmarshallerImpl.java26 package com.sun.xml.internal.bind.v2.runtime.unmarshaller;
31 import javax.xml.bind.JAXBContext;
32 import javax.xml.bind.JAXBElement;
33 import javax.xml.bind.JAXBException;
34 import javax.xml.bind.PropertyException;
35 import javax.xml.bind.UnmarshalException;
36 import javax.xml.bind.Unmarshaller;
37 import javax.xml.bind.UnmarshallerHandler;
38 import javax.xml.bind.ValidationEvent;
39 import javax.xml.bind
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/util/
H A DQNameMap.java26 package com.sun.xml.internal.bind.v2.util;
37 import com.sun.xml.internal.bind.v2.runtime.Name;
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DDatatypeConverter.java26 package javax.xml.bind;
H A DDatatypeConverterInterface.java26 package javax.xml.bind;
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/
H A DAbstractMarshallerImpl.java26 package javax.xml.bind.helpers;
28 import javax.xml.bind.JAXBException;
29 import javax.xml.bind.Marshaller;
30 import javax.xml.bind.PropertyException;
31 import javax.xml.bind.ValidationEventHandler;
32 import javax.xml.bind.annotation.adapters.XmlAdapter;
33 import javax.xml.bind.attachment.AttachmentMarshaller;
55 * {@link javax.xml.bind.Marshaller} interface.
64 * @see javax.xml.bind.Marshaller
390 * @see javax.xml.bind
[all...]
/openjdk7/jdk/src/windows/classes/java/net/
H A DTwoStacksPlainDatagramSocketImpl.java95 protected synchronized void bind(int lport, InetAddress laddr) method in class:TwoStacksPlainDatagramSocketImpl
97 super.bind(lport, laddr);
H A DTwoStacksPlainSocketImpl.java107 protected synchronized void bind(InetAddress address, int lport) method in class:TwoStacksPlainSocketImpl
110 super.bind(address, lport);
129 // SO_REUSEADDR emulated when using exclusive bind
144 // SO_REUSEADDR emulated when using exclusive bind
/openjdk7/jdk/test/java/net/Socket/
H A DSocketImplTest.java52 protected void bind(InetAddress host, int port){ method in class:SocketImplTest.MySocketImpl
97 protected void bind(int lport, InetAddress laddr) throws SocketException { method in class:SocketImplTest.MyDatagramSocketImpl
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DBaseSSLSocketImpl.java107 * @see java.net.Socket#bind
109 public void bind(SocketAddress bindpoint) throws IOException { method in class:BaseSSLSocketImpl
114 super.bind(bindpoint);
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DIdentifierExpression.java135 boolean bind(Environment env, Context ctx) { method in class:IdentifierExpression
240 if (bind(env, ctx)) {
254 if (!bind(env, ctx))
267 if (!bind(env, ctx))
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DDatagramSocketAdaptor.java55 // resource allocation in super class and invoking our bind method
87 public void bind(SocketAddress local) throws SocketException { method in class:DatagramSocketAdaptor
91 dc.bind(local);
383 protected void bind(int lport, InetAddress laddr) throws SocketException {}
H A DServerSocketChannelImpl.java139 // SO_REUSEADDR emulated when using exclusive bind
165 // SO_REUSEADDR emulated when using exclusive bind
202 public ServerSocketChannel bind(SocketAddress local, int backlog) throws IOException { method in class:ServerSocketChannelImpl
214 Net.bind(fd, isa.getAddress(), isa.getPort());
H A DSocketAdaptor.java145 public void bind(SocketAddress local) throws IOException { method in class:SocketAdaptor
147 sc.bind(local);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpServerChannelImpl.java95 public SctpServerChannel bind(SocketAddress local, int backlog) method in class:SctpServerChannelImpl
109 Net.bind(fd, isa.getAddress(), isa.getPort());
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/
H A DNamingContextImpl.java62 * The operations bind(), rebind(), bind_context() and rebind_context()
201 public void bind(NameComponent[] n, org.omg.CORBA.Object obj) method in class:NamingContextImpl
212 dprint("bind " + nameToString(n) + " to " + obj);
437 * Create a new NamingContext, bind it in this Naming Context and return
508 * check if a binding already exists (for bind and bind_context), and
511 * the name and the object to bind. Otherwise, the first component
513 * form of bind passed to the resulting NamingContext.
534 * @see bind
561 // Yes: bind object in this context under the name
578 // bind Objec
[all...]

Completed in 47 milliseconds

<<21222324