Uses of Class
com.sun.istack.Nullable

Packages that use Nullable
com.sun.tools.ws.wscompile   
com.sun.tools.ws.wsdl.parser   
com.sun.tools.xjc Schema to Java compiler 
com.sun.tools.xjc.api.util Utility code shared between JAXB and JAX-WS 
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.tools.xjc.reader.xmlschema   
com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. 
com.sun.xml.bind.api Runtime API for the JAX-WS RI 
com.sun.xml.bind.v2.model.annotation Abstraction around reading annotations, to support internal/external annotations. 
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
com.sun.xml.bind.v2.runtime.output Code that writes well-formed XML (XmlOutput and its implementations}. 
com.sun.xml.bind.v2.runtime.reflect Abstraction around accessing data of actual objects. 
com.sun.xml.bind.v2.runtime.unmarshaller   
org.jvnet.ws.message   
 

Uses of Nullable in com.sun.tools.ws.wscompile
 

Methods in com.sun.tools.ws.wscompile with annotations of type Nullable
 Options BadCommandLineException.getOptions()
          Gets the partly parsed option object, if any.
 

Method parameters in com.sun.tools.ws.wscompile with annotations of type Nullable
 void ErrorReceiver.warning(Locator loc, String msg)
          Reports a warning.
 

Uses of Nullable in com.sun.tools.ws.wsdl.parser
 

Methods in com.sun.tools.ws.wsdl.parser with annotations of type Nullable
 String MetadataFinder.getRootWSDL()
          Gives the root wsdl document systemId.
 

Uses of Nullable in com.sun.tools.xjc
 

Methods in com.sun.tools.xjc with annotations of type Nullable
 Options BadCommandLineException.getOptions()
          Gets the partly parsed option object, if any.
 

Method parameters in com.sun.tools.xjc with annotations of type Nullable
static void Driver.usage(Options opts, boolean privateUsage)
          Prints the usage screen and exits the process.
 

Uses of Nullable in com.sun.tools.xjc.api.util
 

Constructor parameters in com.sun.tools.xjc.api.util with annotations of type Nullable
ApClassLoader(ClassLoader parent, String[] packagePrefixes)
           
 

Uses of Nullable in com.sun.tools.xjc.model
 

Method parameters in com.sun.tools.xjc.model with annotations of type Nullable
 void CElementInfo.initContentType(TypeUse contentType, XSElementDecl source, XmlString defaultValue)
           
 

Constructor parameters in com.sun.tools.xjc.model with annotations of type Nullable
CAttributePropertyInfo(String name, XSComponent source, CCustomizations customizations, Locator locator, QName attName, TypeUse type, QName typeName, boolean required)
           
 

Uses of Nullable in com.sun.tools.xjc.reader.xmlschema
 

Method parameters in com.sun.tools.xjc.reader.xmlschema with annotations of type Nullable
 void BGMBuilder.ying(XSComponent sc, XSComponent referer)
          If the component maps to a property, forwards to purple, otherwise to green.
 

Uses of Nullable in com.sun.tools.xjc.reader.xmlschema.bindinfo
 

Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo with annotations of type Nullable
 String BIClass.getClassName()
          Gets the specified class name, or null if not specified.
 

Uses of Nullable in com.sun.xml.bind.api
 

Methods in com.sun.xml.bind.api with annotations of type Nullable
static Type JAXBRIContext.getBaseType(Type type, Class baseType)
          Gets the parameterization of the given base type.
abstract  QName JAXBRIContext.getElementName(Class o)
          Allows to retrieve the element name based on Class.
abstract  QName JAXBRIContext.getElementName(Object o)
          If the given object is bound to an element in XML by JAXB, returns the element name.
abstract  Class<?> ClassResolver.resolveElementName(String nsUri, String localName)
          JAXB calls this method when it sees an unknown element.
 

Method parameters in com.sun.xml.bind.api with annotations of type Nullable
static JAXBRIContext JAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, String defaultNamespaceRemap, boolean c14nSupport)
          Deprecated. Compatibility with older versions.
static JAXBRIContext JAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, String defaultNamespaceRemap, boolean c14nSupport)
          Deprecated. Compatibility with older versions.
 T Bridge.unmarshal(Node n, AttachmentUnmarshaller au)
           
 T Bridge.unmarshal(Source in, AttachmentUnmarshaller au)
           
 T Bridge.unmarshal(javax.xml.stream.XMLStreamReader in, AttachmentUnmarshaller au)
           
 

Uses of Nullable in com.sun.xml.bind.v2.model.annotation
 

Methods in com.sun.xml.bind.v2.model.annotation with annotations of type Nullable
<A extends Annotation>
A
AnnotationReader.getClassAnnotation(Class<A> annotation, C clazz, Locatable srcpos)
          Reads an annotation on a class.
<A extends Annotation>
A
AnnotationReader.getMethodParameterAnnotation(Class<A> annotation, M method, int paramIndex, Locatable srcPos)
          Reads an annotation on a parameter of the method.
<A extends Annotation>
A
AnnotationReader.getPackageAnnotation(Class<A> annotation, C clazz, Locatable srcpos)
          Reads an annotation on the package that the given class belongs to.
 

Uses of Nullable in com.sun.xml.bind.v2.model.core
 

Methods in com.sun.xml.bind.v2.model.core with annotations of type Nullable
 QName PropertyInfo.getSchemaType()
          The effective value of XmlSchemaType annotation, if any.
 

Uses of Nullable in com.sun.xml.bind.v2.model.impl
 

Fields in com.sun.xml.bind.v2.model.impl with annotations of type Nullable
 JAXBContextImpl RuntimeModelBuilder.context
          The JAXBContextImpl for which the model is built.
 

Uses of Nullable in com.sun.xml.bind.v2.runtime.output
 

Method parameters in com.sun.xml.bind.v2.runtime.output with annotations of type Nullable
 int NamespaceContextImpl.put(String uri, String prefix)
          Puts this new binding into the declared prefixes list without doing any duplicate check.
 

Uses of Nullable in com.sun.xml.bind.v2.runtime.reflect
 

Methods in com.sun.xml.bind.v2.runtime.reflect with annotations of type Nullable
abstract  CharSequence TransducedAccessor.print(BeanT o)
          Prints the responsible field of the given bean to the writer.
 

Method parameters in com.sun.xml.bind.v2.runtime.reflect with annotations of type Nullable
 Accessor<BeanT,ValueT> Accessor.optimize(JAXBContextImpl context)
          Returns the optimized version of the same accessor.
 

Uses of Nullable in com.sun.xml.bind.v2.runtime.unmarshaller
 

Fields in com.sun.xml.bind.v2.runtime.unmarshaller with annotations of type Nullable
 ClassLoader UnmarshallingContext.classLoader
          User-supplied ClassLoader for converting name to Class.
 ClassResolver UnmarshallingContext.classResolver
          Used to discover additional classes when we hit unknown elements/types.
 

Method parameters in com.sun.xml.bind.v2.runtime.unmarshaller with annotations of type Nullable
 void Base64Data.set(byte[] data, int len, String mimeType)
          Fills in the data object by a portion of the byte[].
 void Base64Data.set(byte[] data, String mimeType)
          Fills in the data object by the byte[] of the exact length.
 

Uses of Nullable in org.jvnet.ws.message
 

Methods in org.jvnet.ws.message with annotations of type Nullable
<T extends PropertySet>
T
DistributedPropertySet.getSatellite(Class<T> satelliteClass)
           
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.