Searched defs:bind (Results 451 - 475 of 588) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DSctpChannel.java256 * The local address to bind the socket, or {@code null} to
257 * bind the socket to an automatically assigned socket address
279 public abstract SctpChannel bind(SocketAddress local) method in class:SctpChannel
288 * The channel must be first bound using {@link #bind bind} before
290 * java.nio.channels.NotYetBoundException} is thrown. The {@link #bind bind}
335 * The channel must be first bound using {@link #bind bind} before
342 * #bind bin
[all...]
H A DSctpMultiChannel.java47 * unbound channel will cause it to first invoke the {@link #bind bind} method.
217 * The local address to bind the socket, or {@code null} to
218 * bind the socket to an automatically assigned socket address
242 public abstract SctpMultiChannel bind(SocketAddress local, method in class:SctpMultiChannel
253 * bind(local, 0);
257 * The local address to bind the socket, or {@code null} to
258 * bind the socket to an automatically assigned socket address
279 public final SctpMultiChannel bind(SocketAddress local) method in class:SctpMultiChannel
281 return bind(loca
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DSchemaCompilerImpl.java55 import com.sun.xml.internal.bind.unmarshaller.DOMScanner;
71 * This class builds a {@link DOMForest} until the {@link #bind()} method,
204 public JAXBModelImpl bind() { method in class:SchemaCompilerImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/
H A DElement.java46 import com.sun.xml.internal.bind.v2.model.core.ID;
47 import com.sun.xml.internal.bind.v2.model.core.WildcardMode;
217 void bind() { method in class:Element
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/
H A DDataWriter.java30 package com.sun.xml.internal.bind.marshaller;
H A DSAX2DOMEx.java31 package com.sun.xml.internal.bind.marshaller;
38 import com.sun.xml.internal.bind.util.Which;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/
H A DDOMScanner.java26 package com.sun.xml.internal.bind.unmarshaller;
30 import javax.xml.bind.ValidationEventLocator;
31 import javax.xml.bind.helpers.AbstractUnmarshallerImpl;
32 import javax.xml.bind.helpers.ValidationEventLocatorImpl;
34 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.LocatorEx;
54 * The javax.xml.bind.helpers package is generally a wrong place to put
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/util/
H A DAttributesImpl.java30 package com.sun.xml.internal.bind.util;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DAnnotationReader.java26 package com.sun.xml.internal.bind.v2.model.annotation;
32 import javax.xml.bind.annotation.XmlTransient;
35 import com.sun.xml.internal.bind.v2.model.core.ErrorHandler;
H A DRuntimeInlineAnnotationReader.java26 package com.sun.xml.internal.bind.v2.model.annotation;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DTypeInfoSet.java26 package com.sun.xml.internal.bind.v2.model.core;
30 import javax.xml.bind.JAXBException;
31 import javax.xml.bind.annotation.XmlSchema;
32 import javax.xml.bind.annotation.XmlNsForm;
36 import com.sun.xml.internal.bind.v2.model.nav.Navigator;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DEnumLeafInfoImpl.java26 package com.sun.xml.internal.bind.v2.model.impl;
30 import javax.xml.bind.annotation.XmlEnum;
31 import javax.xml.bind.annotation.XmlEnumValue;
32 import javax.xml.bind.annotation.XmlRootElement;
35 import com.sun.xml.internal.bind.v2.model.annotation.Locatable;
36 import com.sun.xml.internal.bind.v2.model.core.EnumConstant;
37 import com.sun.xml.internal.bind.v2.model.core.EnumLeafInfo;
38 import com.sun.xml.internal.bind.v2.model.core.NonElement;
39 import com.sun.xml.internal.bind.v2.model.core.Element;
40 import com.sun.xml.internal.bind
[all...]
H A DReferencePropertyInfoImpl.java26 package com.sun.xml.internal.bind.v2.model.impl;
32 import javax.xml.bind.JAXBElement;
33 import javax.xml.bind.annotation.XmlAnyElement;
34 import javax.xml.bind.annotation.XmlElementRef;
35 import javax.xml.bind.annotation.XmlElementRefs;
36 import javax.xml.bind.annotation.XmlMixed;
37 import javax.xml.bind.annotation.XmlSchema;
38 import javax.xml.bind.annotation.XmlNsForm;
41 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
42 import com.sun.xml.internal.bind
[all...]
H A DRuntimeEnumLeafInfoImpl.java26 package com.sun.xml.internal.bind.v2.model.impl;
39 import com.sun.xml.internal.bind.api.AccessorException;
40 import com.sun.xml.internal.bind.v2.model.annotation.FieldLocatable;
41 import com.sun.xml.internal.bind.v2.model.annotation.Locatable;
42 import com.sun.xml.internal.bind.v2.model.runtime.RuntimeEnumLeafInfo;
43 import com.sun.xml.internal.bind.v2.model.runtime.RuntimeNonElement;
44 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
45 import com.sun.xml.internal.bind.v2.runtime.Name;
46 import com.sun.xml.internal.bind.v2.runtime.Transducer;
47 import com.sun.xml.internal.bind
[all...]
H A DRuntimeModelBuilder.java26 package com.sun.xml.internal.bind.v2.model.impl;
35 import com.sun.xml.internal.bind.WhiteSpaceProcessor;
36 import com.sun.xml.internal.bind.api.AccessorException;
37 import com.sun.xml.internal.bind.v2.model.annotation.Locatable;
38 import com.sun.xml.internal.bind.v2.model.annotation.RuntimeAnnotationReader;
39 import com.sun.xml.internal.bind.v2.model.core.ID;
40 import com.sun.xml.internal.bind.v2.model.nav.Navigator;
41 import com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator;
42 import com.sun.xml.internal.bind.v2.model.runtime.RuntimeNonElement;
43 import com.sun.xml.internal.bind
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DAnyTypeBeanInfo.java26 package com.sun.xml.internal.bind.v2.runtime;
30 import javax.xml.bind.annotation.W3CDomHandler;
31 import javax.xml.bind.helpers.ValidationEventImpl;
32 import javax.xml.bind.ValidationEvent;
36 import com.sun.xml.internal.bind.v2.WellKnownNamespace;
37 import com.sun.xml.internal.bind.v2.model.runtime.RuntimeTypeInfo;
38 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext;
39 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.DomLoader;
40 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader;
41 import com.sun.xml.internal.bind
[all...]
H A DBinderImpl.java26 package com.sun.xml.internal.bind.v2.runtime;
28 import javax.xml.bind.Binder;
29 import javax.xml.bind.JAXBElement;
30 import javax.xml.bind.JAXBException;
31 import javax.xml.bind.PropertyException;
32 import javax.xml.bind.ValidationEventHandler;
36 import com.sun.xml.internal.bind.unmarshaller.InfosetScanner;
37 import com.sun.xml.internal.bind.v2.runtime.output.DOMOutput;
38 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.InterningXmlVisitor;
39 import com.sun.xml.internal.bind
[all...]
H A DBridgeAdapter.java26 package com.sun.xml.internal.bind.v2.runtime;
32 import javax.xml.bind.JAXBException;
33 import javax.xml.bind.MarshalException;
34 import javax.xml.bind.Marshaller;
35 import javax.xml.bind.UnmarshalException;
36 import javax.xml.bind.Unmarshaller;
37 import javax.xml.bind.annotation.adapters.XmlAdapter;
46 import com.sun.xml.internal.bind.api.Bridge;
47 import com.sun.xml.internal.bind.api.TypeReference;
48 import com.sun.xml.internal.bind
[all...]
H A DContentHandlerAdaptor.java26 package com.sun.xml.internal.bind.v2.runtime;
H A DCoordinator.java26 package com.sun.xml.internal.bind.v2.runtime;
30 import javax.xml.bind.ValidationEvent;
31 import javax.xml.bind.ValidationEventHandler;
32 import javax.xml.bind.ValidationEventLocator;
33 import javax.xml.bind.annotation.adapters.XmlAdapter;
34 import javax.xml.bind.helpers.ValidationEventImpl;
36 import com.sun.xml.internal.bind.v2.ClassFactory;
37 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext;
H A DLeafBeanInfoImpl.java26 package com.sun.xml.internal.bind.v2.runtime;
30 import javax.xml.bind.ValidationEvent;
31 import javax.xml.bind.helpers.ValidationEventImpl;
35 import com.sun.xml.internal.bind.api.AccessorException;
36 import com.sun.xml.internal.bind.v2.model.runtime.RuntimeLeafInfo;
37 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader;
38 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.TextLoader;
39 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext;
40 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.XsiTypeLoader;
H A DMessages.java26 package com.sun.xml.internal.bind.v2.runtime;
H A DValueListBeanInfoImpl.java26 package com.sun.xml.internal.bind.v2.runtime;
32 import javax.xml.bind.JAXBException;
33 import javax.xml.bind.ValidationEvent;
34 import javax.xml.bind.helpers.ValidationEventImpl;
38 import com.sun.xml.internal.bind.WhiteSpaceProcessor;
39 import com.sun.xml.internal.bind.api.AccessorException;
40 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader;
41 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DC14nXmlOutput.java26 package com.sun.xml.internal.bind.v2.runtime.output;
33 import com.sun.xml.internal.bind.api.JAXBRIContext;
34 import com.sun.xml.internal.bind.v2.runtime.Name;
36 import com.sun.xml.internal.bind.marshaller.CharacterEscapeHandler;
41 * @see com.sun.xml.internal.bind.api.C14nSupport_ArchitectureDocument
71 * see {@link com.sun.xml.internal.bind.api.C14nSupport_ArchitectureDocument} for more details.
H A DEncoded.java26 package com.sun.xml.internal.bind.v2.runtime.output;

Completed in 61 milliseconds

<<11121314151617181920>>