|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotNull | |
|---|---|
| com.sun.istack | istack-commons runtime utilities. |
| com.sun.istack.logging | |
| com.sun.xml.bind.api | Runtime API for the JAX-WS RI |
| com.sun.xml.bind.v2.runtime | Code that implements JAXBContext, Unmarshaller, and Marshaller. |
| 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.wss.provider.wsit | |
| Uses of NotNull in com.sun.istack |
|---|
| Methods in com.sun.istack with annotations of type NotNull | |
|---|---|
protected abstract T |
Pool.Impl.create()
Creates a new instance of object. |
T |
Pool.take()
Gets a new object from the pool. |
T |
Pool.Impl.take()
Gets a new object from the pool. |
| Method parameters in com.sun.istack with annotations of type NotNull | |
|---|---|
void |
Pool.recycle(T t)
Returns an object back to the pool. |
| Uses of NotNull in com.sun.istack.logging |
|---|
| Methods in com.sun.istack.logging with annotations of type NotNull | |
|---|---|
static Logger |
Logger.getLogger(Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class. |
static Logger |
Logger.getLogger(String customLoggerName,
Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class. |
| Method parameters in com.sun.istack.logging with annotations of type NotNull | |
|---|---|
static Logger |
Logger.getLogger(Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class. |
static Logger |
Logger.getLogger(String customLoggerName,
Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class. |
static Logger |
Logger.getLogger(String customLoggerName,
Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class. |
| Uses of NotNull in com.sun.xml.bind.api |
|---|
| Methods in com.sun.xml.bind.api with annotations of type NotNull | |
|---|---|
abstract BridgeContext |
JAXBRIContext.createBridgeContext()
Creates a new BridgeContext instance. |
abstract String |
JAXBRIContext.getBuildId()
Gets the build information of the JAXB runtime. |
JAXBRIContext |
Bridge.getContext()
Gets the JAXBRIContext to which this object belongs. |
abstract List<String> |
JAXBRIContext.getKnownNamespaceURIs()
Gets the namespace URIs statically known to this JAXBContext. |
static String |
JAXBRIContext.mangleNameToClassName(String localName)
Computes a Java class name from a local name. |
static String |
JAXBRIContext.mangleNameToPropertyName(String localName)
Computes a Java class name from a local name. |
static String |
JAXBRIContext.mangleNameToVariableName(String localName)
Computes a Java identifier from a local name. |
T |
Bridge.unmarshal(BridgeContext context,
InputStream in)
|
T |
Bridge.unmarshal(BridgeContext context,
Node n)
|
T |
Bridge.unmarshal(BridgeContext context,
Source in)
|
T |
Bridge.unmarshal(BridgeContext context,
javax.xml.stream.XMLStreamReader in)
|
T |
Bridge.unmarshal(InputStream in)
Unmarshals the specified type object. |
T |
Bridge.unmarshal(Node n)
Unmarshals the specified type object. |
T |
Bridge.unmarshal(Node n,
javax.xml.bind.attachment.AttachmentUnmarshaller au)
|
T |
Bridge.unmarshal(Source in)
Unmarshals the specified type object. |
T |
Bridge.unmarshal(Source in,
javax.xml.bind.attachment.AttachmentUnmarshaller au)
|
abstract T |
Bridge.unmarshal(javax.xml.bind.Unmarshaller u,
InputStream in)
|
abstract T |
Bridge.unmarshal(javax.xml.bind.Unmarshaller context,
Node n)
|
abstract T |
Bridge.unmarshal(javax.xml.bind.Unmarshaller u,
Source in)
|
abstract T |
Bridge.unmarshal(javax.xml.bind.Unmarshaller u,
javax.xml.stream.XMLStreamReader in)
|
T |
Bridge.unmarshal(javax.xml.stream.XMLStreamReader in)
Unmarshals the specified type object. |
T |
Bridge.unmarshal(javax.xml.stream.XMLStreamReader in,
javax.xml.bind.attachment.AttachmentUnmarshaller au)
|
| Method parameters in com.sun.xml.bind.api with annotations of type NotNull | |
|---|---|
abstract Bridge |
JAXBRIContext.createBridge(TypeReference ref)
Creates a mini-marshaller/unmarshaller that can process a TypeReference. |
abstract void |
JAXBRIContext.generateSchema(javax.xml.bind.SchemaOutputResolver outputResolver)
Generates the schema documents from the model. |
static Type |
JAXBRIContext.getBaseType(Type type,
Class baseType)
Gets the parameterization of the given base type. |
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 QName |
JAXBRIContext.getTypeName(TypeReference tr)
Returns the name of the XML Type bound to the specified Java type. |
static String |
JAXBRIContext.mangleNameToClassName(String localName)
Computes a Java class name from a local name. |
static String |
JAXBRIContext.mangleNameToPropertyName(String localName)
Computes a Java class name from a local name. |
static String |
JAXBRIContext.mangleNameToVariableName(String localName)
Computes a Java identifier from a local name. |
void |
Bridge.marshal(BridgeContext context,
T object,
ContentHandler contentHandler)
|
void |
Bridge.marshal(BridgeContext context,
T object,
Node output)
|
void |
Bridge.marshal(BridgeContext context,
T object,
OutputStream output,
NamespaceContext nsContext)
|
void |
Bridge.marshal(BridgeContext context,
T object,
Result result)
|
void |
Bridge.marshal(BridgeContext context,
T object,
javax.xml.stream.XMLStreamWriter output)
|
abstract void |
Bridge.marshal(javax.xml.bind.Marshaller m,
T object,
ContentHandler contentHandler)
|
abstract void |
Bridge.marshal(javax.xml.bind.Marshaller m,
T object,
Node output)
|
abstract void |
Bridge.marshal(javax.xml.bind.Marshaller m,
T object,
OutputStream output,
NamespaceContext nsContext)
|
abstract void |
Bridge.marshal(javax.xml.bind.Marshaller m,
T object,
Result result)
|
abstract void |
Bridge.marshal(javax.xml.bind.Marshaller m,
T object,
javax.xml.stream.XMLStreamWriter output)
|
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,
String defaultNamespaceRemap,
boolean c14nSupport)
Deprecated. Compatibility with older versions. |
abstract Class<?> |
ClassResolver.resolveElementName(String nsUri,
String localName)
JAXB calls this method when it sees an unknown element. |
abstract Class<?> |
ClassResolver.resolveElementName(String nsUri,
String localName)
JAXB calls this method when it sees an unknown element. |
T |
Bridge.unmarshal(BridgeContext context,
InputStream in)
|
T |
Bridge.unmarshal(BridgeContext context,
InputStream in)
|
T |
Bridge.unmarshal(BridgeContext context,
Node n)
|
T |
Bridge.unmarshal(BridgeContext context,
Node n)
|
T |
Bridge.unmarshal(BridgeContext context,
Source in)
|
T |
Bridge.unmarshal(BridgeContext context,
Source in)
|
T |
Bridge.unmarshal(BridgeContext context,
javax.xml.stream.XMLStreamReader in)
|
T |
Bridge.unmarshal(BridgeContext context,
javax.xml.stream.XMLStreamReader in)
|
T |
Bridge.unmarshal(InputStream in)
Unmarshals the specified type object. |
T |
Bridge.unmarshal(Node n)
Unmarshals the specified type object. |
T |
Bridge.unmarshal(Node n,
javax.xml.bind.attachment.AttachmentUnmarshaller au)
|
T |
Bridge.unmarshal(Source in)
Unmarshals the specified type object. |
T |
Bridge.unmarshal(Source in,
javax.xml.bind.attachment.AttachmentUnmarshaller au)
|
abstract T |
Bridge.unmarshal(javax.xml.bind.Unmarshaller u,
InputStream in)
|
abstract T |
Bridge.unmarshal(javax.xml.bind.Unmarshaller u,
InputStream in)
|
abstract T |
Bridge.unmarshal(javax.xml.bind.Unmarshaller context,
Node n)
|
abstract T |
Bridge.unmarshal(javax.xml.bind.Unmarshaller context,
Node n)
|
abstract T |
Bridge.unmarshal(javax.xml.bind.Unmarshaller u,
Source in)
|
abstract T |
Bridge.unmarshal(javax.xml.bind.Unmarshaller u,
Source in)
|
abstract T |
Bridge.unmarshal(javax.xml.bind.Unmarshaller u,
javax.xml.stream.XMLStreamReader in)
|
abstract T |
Bridge.unmarshal(javax.xml.bind.Unmarshaller u,
javax.xml.stream.XMLStreamReader in)
|
T |
Bridge.unmarshal(javax.xml.stream.XMLStreamReader in)
Unmarshals the specified type object. |
T |
Bridge.unmarshal(javax.xml.stream.XMLStreamReader in,
javax.xml.bind.attachment.AttachmentUnmarshaller au)
|
| Uses of NotNull in com.sun.xml.bind.v2.runtime |
|---|
| Methods in com.sun.xml.bind.v2.runtime with annotations of type NotNull | |
|---|---|
BridgeContext |
JAXBContextImpl.createBridgeContext()
|
CharSequence |
FilterTransducer.print(T o)
|
CharSequence |
InlineBinaryTransducer.print(V o)
|
CharSequence |
Transducer.print(ValueT o)
Converts the given value to its lexical representation. |
| Method parameters in com.sun.xml.bind.v2.runtime with annotations of type NotNull | |
|---|---|
int |
NamespaceContext2.force(String uri,
String prefix)
Forcibly make a namespace declaration in effect. |
int |
NamespaceContext2.force(String uri,
String prefix)
Forcibly make a namespace declaration in effect. |
QName |
JaxBeanInfo.getTypeName(BeanT instance)
Returns the XML type name to be used to marshal the specified instance. |
QName |
Transducer.getTypeName(ValueT instance)
Transducers implicitly work against a single XML type, but sometimes (most notably XMLGregorianCalendar,
an instance may choose different XML types. |
CharSequence |
FilterTransducer.print(T o)
|
CharSequence |
InlineBinaryTransducer.print(V o)
|
CharSequence |
Transducer.print(ValueT o)
Converts the given value to its lexical representation. |
void |
Transducer.writeLeafElement(XMLSerializer w,
Name tagName,
ValueT o,
String fieldName)
Sends the result of the Transducer.print(Object) operation
to one of the XMLSerializer.leafElement(Name, String, String) method. |
| Uses of NotNull in com.sun.xml.bind.v2.runtime.output |
|---|
| Method parameters in com.sun.xml.bind.v2.runtime.output with annotations of type NotNull | |
|---|---|
int |
NamespaceContextImpl.force(String uri,
String prefix)
|
int |
NamespaceContextImpl.force(String uri,
String prefix)
|
int |
NamespaceContextImpl.put(String uri,
String prefix)
Puts this new binding into the declared prefixes list without doing any duplicate check. |
| Uses of NotNull in com.sun.xml.bind.v2.runtime.reflect |
|---|
| Method parameters in com.sun.xml.bind.v2.runtime.reflect with annotations of type NotNull | |
|---|---|
abstract CharSequence |
TransducedAccessor.print(BeanT o)
Prints the responsible field of the given bean to the writer. |
| Uses of NotNull in com.sun.xml.wss.provider.wsit |
|---|
| Methods in com.sun.xml.wss.provider.wsit with annotations of type NotNull | |
|---|---|
com.sun.xml.ws.api.pipe.Tube |
ClientPipeCreator.createSecurityTube(ClientTubelineAssemblyContext context)
|
com.sun.xml.ws.api.pipe.Tube |
ServerPipeCreator.createSecurityTube(ServerTubelineAssemblyContext context)
|
| Method parameters in com.sun.xml.wss.provider.wsit with annotations of type NotNull | ||
|---|---|---|
|
IdentityEPRExtnContributor.getSPI(Class<T> spiType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||