A B C D E F G H I J L M N O P R S T U V W X

A

AbstractMarshallerImpl - Class in javax.xml.bind.helpers
 
AbstractMarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractMarshallerImpl
 
AbstractUnmarshallerImpl - Class in javax.xml.bind.helpers
 
AbstractUnmarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
accept() - Method in interface javax.jbi.messaging.DeliveryChannel
Blocking call used to service a MessageExchange instance which has been initiated by another component.
accept(long) - Method in interface javax.jbi.messaging.DeliveryChannel
Identical to accept(), but returns after specified interval even if a message exchange is unavailable.
activateEndpoint(QName, String) - Method in interface javax.jbi.component.ComponentContext
Activates the named endpoint with the NMR.
Activator - Class in org.apache.servicemix.specs.activation
A bundle activator for activation framework
Activator() - Constructor for class org.apache.servicemix.specs.activation.Activator
 
Activator - Class in org.apache.servicemix.specs.locator
 
Activator() - Constructor for class org.apache.servicemix.specs.locator.Activator
 
ACTIVE - Static variable in class javax.jbi.messaging.ExchangeStatus
Indicates that an ME has not been processed to completion.
addAttachment(String, DataHandler) - Method in interface javax.jbi.messaging.NormalizedMessage
Add an attachment to the message.
addCommand(Map, String, CommandInfo) - Method in class javax.activation.MailcapCommandMap
Add a command to a target command list (preferred or fallback).
addCommand(Map, String, CommandInfo) - Method in class org.apache.servicemix.specs.activation.OsgiMailcapCommandMap
 
addCommands(String, List, boolean) - Method in class javax.activation.MailcapCommandMap
Add a parsed list of commands to the appropriate command list.
addMailcap(String) - Method in class javax.activation.MailcapCommandMap
 
addMailcap(String, Bundle) - Method in class org.apache.servicemix.specs.activation.OsgiMailcapCommandMap
 
addMtomAttachment(byte[], int, int, String, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
 
addMtomAttachment(DataHandler, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
 
addProvider(Provider) - Method in class javax.mail.Session
Add a provider to the Session managed provider list.
addSwaRefAttachment(DataHandler) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
 
AdminServiceMBean - Interface in javax.jbi.management
This interface defines a set of administrative methods allowing a JMX-based administrative tool to perform a variety of administrative tasks.
afterMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener
 
afterUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener
 
AttachmentMarshaller - Class in javax.xml.bind.attachment
 
AttachmentMarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentMarshaller
 
AttachmentUnmarshaller - Class in javax.xml.bind.attachment
 
AttachmentUnmarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentUnmarshaller
 

B

beforeMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener
 
beforeUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener
 
Binder<XmlNode> - Class in javax.xml.bind
 
Binder() - Constructor for class javax.xml.bind.Binder
 
Bootstrap - Interface in javax.jbi.component
This interface is implemented by a JBI Component to provide any special processing required at install/uninstall time.
BOOTSTRAP_EXTENSION - Static variable in interface javax.jbi.management.MBeanNames
The custom name that must be used for bootstrap extensions
buildDefaultValidatorFactory() - Static method in class javax.validation.Validation
Build and return a ValidatorFactory instance based on the default Bean Validation provider and following the XML configuration.
bundleChanged(BundleEvent) - Method in class org.apache.servicemix.specs.locator.Activator
 
byDefaultProvider() - Static method in class javax.validation.Validation
Build a Configuration.
byProvider(Class<U>) - Static method in class javax.validation.Validation
Build a Configuration for a particular provider implementation.

C

canDeployToComponent(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Returns true if the the given component accepts the deployment of service units.
cleanUp() - Method in interface javax.jbi.component.Bootstrap
Cleans up any resources allocated by the bootstrap implementation, including performing deregistration of the extension MBean, if applicable.
close() - Method in interface javax.jbi.messaging.DeliveryChannel
Closes the delivery channel, halting all message traffic.
CollapsedStringAdapter - Class in javax.xml.bind.annotation.adapters
 
CollapsedStringAdapter() - Constructor for class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
 
Component - Interface in javax.jbi.component
This interface, implemented by component implementations, allows the JBI implementation to query the component for various types of information.
COMPONENT_LIFE_CYCLE_EXTENSION - Static variable in interface javax.jbi.management.MBeanNames
The custom name that must be used for component life cycle extensions
ComponentContext - Interface in javax.jbi.component
This interface provides access to data needed by a JBI component about the JBI environment in which it is installed, as well providing the means to allow the component to inform the JBI environment about services provided by this component.
ComponentLifeCycle - Interface in javax.jbi.component
This interface must be implemented by a JBI component to provide initialization, start, stop, and shutdown life cycle processing.
ComponentLifeCycleMBean - Interface in javax.jbi.management
ComponentLifeCycleMBean defines the standard life cycle controls for JBI Installable Components.
CONSUMER - Static variable in class javax.jbi.messaging.MessageExchange.Role
Service Consumer.
createBinder() - Method in class javax.xml.bind.JAXBContext
 
createBinder(Class<T>) - Method in class javax.xml.bind.JAXBContext
 
createCustomComponentMBeanName(String) - Method in interface javax.jbi.management.MBeanNames
Formulate and return an MBean ObjectName for a custom control of this name creator's JBI component.
createDataContentHandler(String) - Method in class javax.activation.MailcapCommandMap
 
createDataContentHandler(String) - Method in class org.apache.servicemix.specs.activation.OsgiMailcapCommandMap
 
createEntityManagerFactory(String) - Static method in class javax.persistence.Persistence
Create and return an EntityManagerFactory for the named persistence unit.
createEntityManagerFactory(String, Map) - Static method in class javax.persistence.Persistence
Create and return an EntityManagerFactory for the named persistence unit using the given properties.
createExchange(QName, QName) - Method in interface javax.jbi.messaging.MessageExchangeFactory
Creates a new MessageExchange instance used to initiate a service invocation.
createExchange(URI) - Method in interface javax.jbi.messaging.MessageExchangeFactory
Creates a new MessageExchange instance used to initiate a service invocation.
createExchangeFactory() - Method in interface javax.jbi.messaging.DeliveryChannel
Create a message exchange factory.
createExchangeFactory(QName) - Method in interface javax.jbi.messaging.DeliveryChannel
Create a message exchange factory for the given interface name.
createExchangeFactory(ServiceEndpoint) - Method in interface javax.jbi.messaging.DeliveryChannel
Create a message exchange factory for the given endpoint.
createExchangeFactoryForService(QName) - Method in interface javax.jbi.messaging.DeliveryChannel
Create a message exchange factory for the given service name.
createFault() - Method in interface javax.jbi.messaging.MessageExchange
Generic factory method for Fault objects.
createHTMLDocument(String) - Method in interface org.w3c.dom.html.HTMLDOMImplementation
Creates an HTMLDocument object with the minimal tree made of the following elements: HTML , HEAD , TITLE , and BODY .
createInOnlyExchange() - Method in interface javax.jbi.messaging.MessageExchangeFactory
Convenience method that creates an In-Only message exchange.
createInOptionalOutExchange() - Method in interface javax.jbi.messaging.MessageExchangeFactory
Convenience method that creates an In-Optional-Out message exchange.
createInOutExchange() - Method in interface javax.jbi.messaging.MessageExchangeFactory
Convenience method that creates an In-Out message exchange.
createJAXBIntrospector() - Method in class javax.xml.bind.JAXBContext
 
createMarshaller() - Method in class javax.xml.bind.JAXBContext
 
createMessage() - Method in interface javax.jbi.messaging.MessageExchange
Creates a normalized message based on the specified message reference.
createOutput(String, String) - Method in class javax.xml.bind.SchemaOutputResolver
 
createRobustInOnlyExchange() - Method in interface javax.jbi.messaging.MessageExchangeFactory
Convenience method that creates an Robust-In-Only message exchange.
createUnmarshalException(SAXException) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
createUnmarshaller(ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
 
createUnmarshaller(ValidationEventHandler) - Method in class javax.xml.bind.annotation.W3CDomHandler
 
createUnmarshaller() - Method in class javax.xml.bind.JAXBContext
 
createValidator() - Method in class javax.xml.bind.JAXBContext
 
createXMLReader() - Static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XMLReader from system defaults.
createXMLReader(String) - Static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XML reader from a class name.

D

DataBindingException - Exception in javax.xml.bind
 
DataBindingException(String, Throwable) - Constructor for exception javax.xml.bind.DataBindingException
 
DataBindingException(Throwable) - Constructor for exception javax.xml.bind.DataBindingException
 
DataHandler - Class in javax.activation
 
DataHandler(DataSource) - Constructor for class javax.activation.DataHandler
 
DataHandler(Object, String) - Constructor for class javax.activation.DataHandler
 
DataHandler(URL) - Constructor for class javax.activation.DataHandler
 
DatatypeConverter - Class in javax.xml.bind
 
DatatypeConverterInterface - Interface in javax.xml.bind
 
deactivateEndpoint(ServiceEndpoint) - Method in interface javax.jbi.component.ComponentContext
Deactivates the given endpoint with the NMR.
debugPrintln(String) - Method in class org.apache.servicemix.specs.locator.Activator
Output debugging messages.
declaredType - Variable in class javax.xml.bind.JAXBElement
 
DefaultValidationEventHandler - Class in javax.xml.bind.helpers
 
DefaultValidationEventHandler() - Constructor for class javax.xml.bind.helpers.DefaultValidationEventHandler
 
DeliveryChannel - Interface in javax.jbi.messaging
Bi-directional communication channel used to interact with the Normalized Message Service.
deploy(String, String) - Method in interface javax.jbi.component.ServiceUnitManager
Deploy a Service Unit to the component.
deploy(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Deploys the given Service Assembly to the JBI environment.
DeploymentException - Exception in javax.jbi.management
DeploymentException is an exception thrown by the Deployment Service and the Service Unit Manager.
DeploymentException(String) - Constructor for exception javax.jbi.management.DeploymentException
Creates a new instance of DeploymentException with an exception detail message.
DeploymentException(String, Throwable) - Constructor for exception javax.jbi.management.DeploymentException
Creates a new instance of DeploymentException with and exception detail message and a cause.
DeploymentException(Throwable) - Constructor for exception javax.jbi.management.DeploymentException
Creates a new instance of DeploymentException with the specified cause.
DeploymentServiceMBean - Interface in javax.jbi.management
The deployment service MBean allows administrative tools to manage service assembly deployments.
deregisterExternalEndpoint(ServiceEndpoint) - Method in interface javax.jbi.component.ComponentContext
Deregisters the given external endpoint with the NMR.
DomHandler<ElementT,ResultT extends Result> - Interface in javax.xml.bind.annotation
 
DONE - Static variable in class javax.jbi.messaging.ExchangeStatus
Indicates that an ME has been processed to completion.

E

Element - Interface in javax.xml.bind
 
ERROR - Static variable in class javax.jbi.messaging.ExchangeStatus
Indicates that an ME has terminated abnormally within the JBI environment.
ERROR - Static variable in interface javax.xml.bind.ValidationEvent
 
ExchangeStatus - Class in javax.jbi.messaging
Typesafe enumeration containing status values for a message exchange.

F

FATAL_ERROR - Static variable in interface javax.xml.bind.ValidationEvent
 
Fault - Interface in javax.jbi.messaging
Models WSDL fault messages.

G

generateSchema(SchemaOutputResolver) - Method in class javax.xml.bind.JAXBContext
 
get(String) - Method in class javax.script.ScriptEngineManager
 
getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getAdapter(Class<A>) - Method in interface javax.xml.bind.Marshaller
 
getAdapter(Class<A>) - Method in interface javax.xml.bind.Unmarshaller
 
getAllCommands() - Method in class javax.activation.DataHandler
 
getAllCommands(String) - Method in class javax.activation.MailcapCommandMap
 
getAsReference(QName) - Method in interface javax.jbi.servicedesc.ServiceEndpoint
Get a reference to this endpoint, using an endpoint reference vocabulary that is known to the provider.
getAttachment(String) - Method in interface javax.jbi.messaging.NormalizedMessage
Retrieve attachment with the specified identifier.
getAttachmentAsByteArray(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
 
getAttachmentAsDataHandler(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
 
getAttachmentMarshaller() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getAttachmentMarshaller() - Method in interface javax.xml.bind.Marshaller
 
getAttachmentNames() - Method in interface javax.jbi.messaging.NormalizedMessage
Returns a list of identifiers for each attachment to the message.
getAttachmentUnmarshaller() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getAttachmentUnmarshaller() - Method in interface javax.xml.bind.Unmarshaller
 
getBean(CommandInfo) - Method in class javax.activation.DataHandler
 
getBindingComponents() - Method in interface javax.jbi.management.AdminServiceMBean
Get a list of ComponentLifeCycleMBeans for all binding components currently installed in the JBI system.
getBuilder() - Method in class javax.xml.bind.annotation.W3CDomHandler
 
getCause() - Method in exception javax.xml.bind.JAXBException
 
getClassPathElements() - Method in interface javax.jbi.component.InstallationContext
Get a list of elements that comprise the class path for this component.
getColumnNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getColumnNumber() - Method in interface javax.xml.bind.ValidationEventLocator
 
getCommand(String) - Method in class javax.activation.DataHandler
 
getCommand(String, String) - Method in class javax.activation.MailcapCommandMap
 
getComponentByName(String) - Method in interface javax.jbi.management.AdminServiceMBean
Find the ComponentLifeCycleMBean of a JBI Installable Component by its unique name.
getComponentClassName() - Method in interface javax.jbi.component.InstallationContext
Get the name of the class that implements the Component interface for this component.
getComponentName() - Method in interface javax.jbi.component.ComponentContext
Get the unique component name of this component, ass assigned by the identification section of this component's installation descriptor.
getComponentName() - Method in interface javax.jbi.component.InstallationContext
Get the unique name assigned to this component.
getComponentsForDeployedServiceAssembly(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Returns an array of component names, where for each the given assembly contains a service unit for the component.
getContent() - Method in class javax.activation.DataHandler
 
getContent() - Method in interface javax.jbi.messaging.NormalizedMessage
Retrieve the content of the message.
getContentType() - Method in class javax.activation.DataHandler
 
getContext() - Method in interface javax.jbi.component.InstallationContext
Get the JBI context for this component.
getCurrentState() - Method in interface javax.jbi.management.LifeCycleMBean
Get the current state of this managed compononent.
getDataSource() - Method in class javax.activation.DataHandler
 
getDebug() - Method in class javax.mail.Session
Get the debug setting for this session.
getDebugOut() - Method in class javax.mail.Session
Return the debug output stream.
getDeclaredType() - Method in class javax.xml.bind.JAXBElement
 
getDefaultInstance(Properties) - Static method in class javax.mail.Session
Get the "default" instance assuming no authenticator is required.
getDefaultInstance(Properties, Authenticator) - Static method in class javax.mail.Session
Get the "default" session.
getDeliveryChannel() - Method in interface javax.jbi.component.ComponentContext
Get a channel for this component to use to communicate with the Normalized Message Router.
getDeployedServiceAssemblies() - Method in interface javax.jbi.management.DeploymentServiceMBean
Returns a list of Service Assemblies deployed to the JBI environment.
getDeployedServiceAssembliesForComponent(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Returns an array of Service Assembly names, where each assembly contains Service Units for the given component.
getDeployedServiceUnitList(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Returns an array of service unit names that are currently deployed to the named component.
getElement(ResultT) - Method in interface javax.xml.bind.annotation.DomHandler
 
getElement(DOMResult) - Method in class javax.xml.bind.annotation.W3CDomHandler
 
getElementName(Object) - Method in class javax.xml.bind.JAXBIntrospector
 
getEncoding() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getEndpoint(QName, String) - Method in interface javax.jbi.component.ComponentContext
Get the service endpoint for the named activated endpoint, if any.
getEndpoint() - Method in interface javax.jbi.messaging.MessageExchange
Retrieves the endpoint used by this exchange.
getEndpointDescriptor(ServiceEndpoint) - Method in interface javax.jbi.component.ComponentContext
Retrieve the service description metadata for the specified endpoint.
getEndpointName() - Method in interface javax.jbi.servicedesc.ServiceEndpoint
Returns the name of this endpoint.
getEndpoints(QName) - Method in interface javax.jbi.component.ComponentContext
Queries the NMR for active endpoints that implement the given interface.
getEndpointsForService(QName) - Method in interface javax.jbi.component.ComponentContext
Queries the NMR for active endpoints belonging to the given service.
getEngineByExtension(String) - Method in class javax.script.ScriptEngineManager
 
getEngineByMimeType(String) - Method in class javax.script.ScriptEngineManager
 
getEngineByName(String) - Method in class javax.script.ScriptEngineManager
 
getEngineComponents() - Method in interface javax.jbi.management.AdminServiceMBean
Get a list of ComponentLifeCycleMBeans for all service engines currently installed in the JBI system.
getEngineFactories() - Method in class javax.script.ScriptEngineManager
 
getError() - Method in interface javax.jbi.messaging.MessageExchange
Retrieves the Exception describing the exchanges error status.
getErrorCode() - Method in exception javax.xml.bind.JAXBException
 
getErrorCode() - Method in exception javax.xml.bind.TypeConstraintException
 
getEventHandler() - Method in class javax.xml.bind.Binder
 
getEventHandler() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getEventHandler() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getEventHandler() - Method in interface javax.xml.bind.Marshaller
 
getEventHandler() - Method in interface javax.xml.bind.Unmarshaller
 
getEventHandler() - Method in interface javax.xml.bind.Validator
 
getEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
 
getExchangeId() - Method in interface javax.jbi.messaging.MessageExchange
Returns the unique identifier assigned by the NMS for this exchange.
getExtensionMBeanName() - Method in interface javax.jbi.component.Bootstrap
Obtains the ObjectName of the optional installer configuration MBean.
getExtensionMBeanName() - Method in interface javax.jbi.component.ComponentLifeCycle
Get the JMX object name for the extension MBean for this component; if there is none, return null.
getExtensionMBeanName() - Method in interface javax.jbi.management.ComponentLifeCycleMBean
Get the JMX ObjectName for the life cycle extension MBean for this component.
getExternalEndpoints(QName) - Method in interface javax.jbi.component.ComponentContext
Queries the NMR for external endpoints that implement the given interface name.
getExternalEndpointsForService(QName) - Method in interface javax.jbi.component.ComponentContext
Queries the NMR for external endpoints that are part of the given service.
getFault() - Method in interface javax.jbi.messaging.MessageExchange
Retrieves the fault message for this exchange, if one exists.
getFolder(URLName) - Method in class javax.mail.Session
Return a closed folder for the supplied URLName, or null if it cannot be obtained.
getGlobalScope() - Method in class javax.script.ScriptEngineManager
 
getInMessage() - Method in interface javax.jbi.messaging.InOnly
Retrieves the in normalized message from this exchange.
getInMessage() - Method in interface javax.jbi.messaging.InOptionalOut
Retrieves the in normalized message from this exchange.
getInMessage() - Method in interface javax.jbi.messaging.InOut
Retrieves the in normalized message from this exchange.
getInMessage() - Method in interface javax.jbi.messaging.RobustInOnly
Retrieves the in normalized message from this exchange.
getInputStream() - Method in class javax.activation.DataHandler
 
getInstallationDescriptorExtension() - Method in interface javax.jbi.component.InstallationContext
Return a DOM document fragment representing the installation descriptor (jbi.xml) extension data for the component, if any.
getInstallerConfigurationMBean() - Method in interface javax.jbi.management.InstallerMBean
Get the installer configuration MBean name for this component.
getInstallRoot() - Method in interface javax.jbi.component.ComponentContext
Get the installation root directory path for this component.
getInstallRoot() - Method in interface javax.jbi.component.InstallationContext
Get the installation root directory full path name for this component.
getInstallRoot() - Method in interface javax.jbi.management.InstallerMBean
Get the installation root directory path for this component.
getInstance(Properties, Authenticator) - Static method in class javax.mail.Session
Create a new session initialized with the supplied properties which uses the supplied authenticator.
getInstance(Properties) - Static method in class javax.mail.Session
Create a new session initialized with the supplied properties with no authenticator.
getInterfaceName() - Method in interface javax.jbi.messaging.MessageExchange
Retrieves the interface name used by this exchange.
getInterfaces() - Method in interface javax.jbi.servicedesc.ServiceEndpoint
Get the qualified names of all the interfaces implemented by this service endpoint.
getJavaEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getJAXBNode(XmlNode) - Method in class javax.xml.bind.Binder
 
getJmxDomainName() - Method in interface javax.jbi.management.MBeanNames
Retrieve the default JMX Domain Name for MBeans registered in this instance of the JBI implementation.
getLifeCycle() - Method in interface javax.jbi.component.Component
Get the life cycle control interface for this component.
getLineNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
 
getLinkedException() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getLinkedException() - Method in exception javax.xml.bind.JAXBException
 
getLinkedException() - Method in exception javax.xml.bind.TypeConstraintException
 
getLinkedException() - Method in interface javax.xml.bind.ValidationEvent
 
getListener() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getListener() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getListener() - Method in interface javax.xml.bind.Marshaller
 
getListener() - Method in interface javax.xml.bind.Unmarshaller
 
getLocator() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getLocator() - Method in interface javax.xml.bind.ValidationEvent
 
getLogger(String, String) - Method in interface javax.jbi.component.ComponentContext
Get a logger instance from JBI.
getMBeanNames() - Method in interface javax.jbi.component.ComponentContext
Get a reference to the MBeanNames creator for use in creating custom MBean names.
getMBeanServer() - Method in interface javax.jbi.component.ComponentContext
Get the JMX MBean server used to register all MBeans in the JBI environment.
getMessage(String) - Method in interface javax.jbi.messaging.MessageExchange
Retrieves a normalized message based on the specified message reference.
getMessage() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getMessage() - Method in interface javax.xml.bind.ValidationEvent
 
getMimeTypes() - Method in class javax.activation.MailcapCommandMap
Get all MIME types known to this command map.
getName() - Method in class javax.activation.DataHandler
 
getName() - Method in class javax.xml.bind.JAXBElement
 
getNamingContext() - Method in interface javax.jbi.component.ComponentContext
Get the JNDI naming context for this component.
getNativeCommands(String) - Method in class javax.activation.MailcapCommandMap
Return the list of raw command strings parsed from the mailcap files for a given mimeType.
getNode(Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getNode() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getNode(Object) - Method in interface javax.xml.bind.Marshaller
 
getNode() - Method in interface javax.xml.bind.ValidationEventLocator
 
getNoNSSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getObject() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getObject() - Method in interface javax.xml.bind.ValidationEventLocator
 
getOffset() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getOffset() - Method in interface javax.xml.bind.ValidationEventLocator
 
getOperation() - Method in interface javax.jbi.messaging.MessageExchange
Retrieves the operation used by this exchange.
getOutMessage() - Method in interface javax.jbi.messaging.InOptionalOut
Retrieves the out normalized message from this exchange.
getOutMessage() - Method in interface javax.jbi.messaging.InOut
Retrieves the out normalized message from this exchange.
getOutputStream() - Method in class javax.activation.DataHandler
 
getPasswordAuthentication(URLName) - Method in class javax.mail.Session
Get the password authentication associated with a URL
getPattern() - Method in interface javax.jbi.messaging.MessageExchange
Returns the URI of the pattern for this exchange.
getPreferredCommands() - Method in class javax.activation.DataHandler
 
getPreferredCommands(String) - Method in class javax.activation.MailcapCommandMap
 
getProperties() - Method in class javax.mail.Session
Return the properties object for this Session; this is a live collection.
getProperty(String) - Method in interface javax.jbi.messaging.MessageExchange
Retrieves the specified property from the exchange.
getProperty(String) - Method in interface javax.jbi.messaging.NormalizedMessage
Retrieve a property from the message.
getProperty(String) - Method in class javax.mail.Session
Return the specified property.
getProperty(String) - Method in class javax.xml.bind.Binder
 
getProperty(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getProperty(String) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getProperty(String) - Method in interface javax.xml.bind.Marshaller
 
getProperty(String) - Method in interface javax.xml.bind.Unmarshaller
 
getProperty(String) - Method in interface javax.xml.bind.Validator
 
getPropertyNames() - Method in interface javax.jbi.messaging.MessageExchange
Returns the name of all properties for this exchange.
getPropertyNames() - Method in interface javax.jbi.messaging.NormalizedMessage
Retrieve a list of property names for the message.
getProvider(String) - Method in class javax.mail.Session
Return the provider for a specific protocol.
getProviders() - Method in class javax.mail.Session
Return the list of providers available to this application.
getResult() - Method in interface javax.xml.bind.UnmarshallerHandler
 
getResult() - Method in class javax.xml.bind.util.JAXBResult
 
getRole() - Method in interface javax.jbi.messaging.MessageExchange
Queries the role that the caller plays in the exchange.
getSchema() - Method in class javax.xml.bind.Binder
 
getSchema() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getSchema() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getSchema() - Method in interface javax.xml.bind.Marshaller
 
getSchema() - Method in interface javax.xml.bind.Unmarshaller
 
getSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getScope() - Method in class javax.xml.bind.JAXBElement
 
getSecuritySubject() - Method in interface javax.jbi.messaging.NormalizedMessage
Retrieve the security Subject from the message.
getService() - Method in interface javax.jbi.messaging.MessageExchange
Retrieves the service used by this exchange.
getServiceAssemblyDescriptor(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Returns the deployment descriptor of the Service Assembly that was deployed to the JBI enviroment, serialized to a String.
getServiceDescription(ServiceEndpoint) - Method in interface javax.jbi.component.Component
Retrieves a DOM representation containing metadata which describes the service provided by this component, through the given endpoint.
getServiceName() - Method in interface javax.jbi.servicedesc.ServiceEndpoint
Returns the service name of this endpoint.
getServiceUnitManager() - Method in interface javax.jbi.component.Component
Get the Service Unit manager for this component.
getSeverity() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getSeverity() - Method in interface javax.xml.bind.ValidationEvent
 
getState(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Get the running state of a service assembly.
getStatus() - Method in interface javax.jbi.messaging.MessageExchange
Returns the processing status of the exchange.
getStore() - Method in class javax.mail.Session
Return a Store for the default protocol defined by the mail.store.protocol property.
getStore(String) - Method in class javax.mail.Session
Return a Store for the specified protocol.
getStore(URLName) - Method in class javax.mail.Session
Return a Store for the protocol specified in the given URL
getStore(Provider) - Method in class javax.mail.Session
Return the Store specified by the given provider.
getSystemInfo() - Method in interface javax.jbi.management.AdminServiceMBean
Return current version and other info about this JBI implementation.
getSystemService(String) - Method in interface javax.jbi.management.AdminServiceMBean
Lookup a system service LifeCycleMBean by name.
getSystemServices() - Method in interface javax.jbi.management.AdminServiceMBean
Looks up all JBI system services LifeCycleMBean's currently installed.
getTransactionManager() - Method in interface javax.jbi.component.ComponentContext
Get the TransactionManager for this implementation.
getTransferData(DataFlavor) - Method in class javax.activation.DataHandler
 
getTransferDataFlavors() - Method in class javax.activation.DataHandler
 
getTransport() - Method in class javax.mail.Session
Return a Transport for the default protocol specified by the mail.transport.protocol property.
getTransport(String) - Method in class javax.mail.Session
Return a Transport for the specified protocol.
getTransport(URLName) - Method in class javax.mail.Session
Return a transport for the protocol specified in the URL.
getTransport(Address) - Method in class javax.mail.Session
Return a transport for the protocol associated with the type of this address.
getTransport(Provider) - Method in class javax.mail.Session
Return the Transport specified by a Provider
getUnmarshallerHandler() - Method in interface javax.xml.bind.Unmarshaller
 
getURL() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getURL() - Method in interface javax.xml.bind.ValidationEventLocator
 
getValue() - Method in class javax.xml.bind.JAXBElement
 
getValue(Object) - Static method in class javax.xml.bind.JAXBIntrospector
 
getWorkspaceRoot() - Method in interface javax.jbi.component.ComponentContext
Get the root directory path for this component's private workspace.
getXMLNode(Object) - Method in class javax.xml.bind.Binder
 
getXMLReader() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 

H

handleEvent(ValidationEvent) - Method in class javax.xml.bind.helpers.DefaultValidationEventHandler
 
handleEvent(ValidationEvent) - Method in class javax.xml.bind.util.ValidationEventCollector
 
handleEvent(ValidationEvent) - Method in interface javax.xml.bind.ValidationEventHandler
 
hasEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
 
hashCode() - Method in class javax.jbi.messaging.ExchangeStatus
Returns hash code value for this object.
HexBinaryAdapter - Class in javax.xml.bind.annotation.adapters
 
HexBinaryAdapter() - Constructor for class javax.xml.bind.annotation.adapters.HexBinaryAdapter
 
HTMLDOMImplementation - Interface in org.w3c.dom.html
The HTMLDOMImplementation interface extends the DOMImplementation interface with a method for creating an HTML document instance.

I

init(InstallationContext) - Method in interface javax.jbi.component.Bootstrap
Initializes the installation environment for a component.
init(ComponentContext) - Method in interface javax.jbi.component.ComponentLifeCycle
Initialize the component.
init(String, String) - Method in interface javax.jbi.component.ServiceUnitManager
Initialize the given deployed service unit.
InOnly - Interface in javax.jbi.messaging
Supports operations used to process an In Only MEP to completion.
InOptionalOut - Interface in javax.jbi.messaging
Supports operations used to process an In Optional Out MEP to completion.
InOut - Interface in javax.jbi.messaging
Supports operations used to process an In Out MEP to completion.
install() - Method in interface javax.jbi.management.InstallerMBean
Install a component.
InstallationContext - Interface in javax.jbi.component
This context contains information necessary for a JBI component to perform its installation/uninstallation processing.
InstallationServiceMBean - Interface in javax.jbi.management
The installation service MBean allows administrative tools to manage component and shared library installations.
InstallerMBean - Interface in javax.jbi.management
The InstallerMBean defines standard installation and uninstallation controls for components.
installSharedLibrary(String) - Method in interface javax.jbi.management.InstallationServiceMBean
Install a shared library installation package.
isBinding(String) - Method in interface javax.jbi.management.AdminServiceMBean
Check if a given JBI component is a Binding Component.
isDataFlavorSupported(DataFlavor) - Method in class javax.activation.DataHandler
 
isDeployedServiceUnit(String, String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Queries if the named Service Unit is currently deployed to the named component.
isElement(Object) - Method in class javax.xml.bind.JAXBIntrospector
 
isEngine(String) - Method in interface javax.jbi.management.AdminServiceMBean
Check if a given JBI component is a Service Engine.
isExchangeWithConsumerOkay(ServiceEndpoint, MessageExchange) - Method in interface javax.jbi.component.Component
This method is called by JBI to check if this component, in the role of provider of the service indicated by the given exchange, can actually perform the operation desired.
isExchangeWithProviderOkay(ServiceEndpoint, MessageExchange) - Method in interface javax.jbi.component.Component
This method is called by JBI to check if this component, in the role of consumer of the service indicated by the given exchange, can actually interact with the provider properly.
isFormattedOutput() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
isFragment() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
isGlobalScope() - Method in class javax.xml.bind.JAXBElement
 
isInstall() - Method in interface javax.jbi.component.InstallationContext
Returns true if this context was created in order to install a component into the JBI environment.
isInstalled() - Method in interface javax.jbi.management.InstallerMBean
Determine whether or not the component is installed.
isNil() - Method in class javax.xml.bind.JAXBElement
 
isTransacted() - Method in interface javax.jbi.messaging.MessageExchange
Queries the existence of a transaction context.
isTypeSubstituted() - Method in class javax.xml.bind.JAXBElement
 
isValidating() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
isValidating() - Method in interface javax.xml.bind.Unmarshaller
 
isWhiteSpace(char) - Static method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
 
isWhiteSpaceExceptSpace(char) - Static method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
 
isXOPPackage() - Method in class javax.xml.bind.attachment.AttachmentMarshaller
 
isXOPPackage() - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
 

J

javax.activation - package javax.activation
 
javax.jbi - package javax.jbi
Java Business Integration APIs/SPIs
javax.jbi.component - package javax.jbi.component
 
javax.jbi.management - package javax.jbi.management
 
javax.jbi.messaging - package javax.jbi.messaging
 
javax.jbi.servicedesc - package javax.jbi.servicedesc
 
javax.mail - package javax.mail
 
javax.persistence - package javax.persistence
 
javax.script - package javax.script
 
javax.validation - package javax.validation
 
javax.xml.bind - package javax.xml.bind
 
javax.xml.bind.annotation - package javax.xml.bind.annotation
 
javax.xml.bind.annotation.adapters - package javax.xml.bind.annotation.adapters
 
javax.xml.bind.attachment - package javax.xml.bind.attachment
 
javax.xml.bind.helpers - package javax.xml.bind.helpers
 
javax.xml.bind.util - package javax.xml.bind.util
 
javax.xml.datatype - package javax.xml.datatype
 
javax.xml.parsers - package javax.xml.parsers
 
javax.xml.soap - package javax.xml.soap
 
javax.xml.stream - package javax.xml.stream
 
javax.xml.transform - package javax.xml.transform
 
javax.xml.validation - package javax.xml.validation
 
javax.xml.ws.spi - package javax.xml.ws.spi
 
javax.xml.xpath - package javax.xml.xpath
 
JAXB - Class in javax.xml.bind
 
JAXB_CONTEXT_FACTORY - Static variable in class javax.xml.bind.JAXBContext
 
JAXB_ENCODING - Static variable in interface javax.xml.bind.Marshaller
 
JAXB_FORMATTED_OUTPUT - Static variable in interface javax.xml.bind.Marshaller
 
JAXB_FRAGMENT - Static variable in interface javax.xml.bind.Marshaller
 
JAXB_NO_NAMESPACE_SCHEMA_LOCATION - Static variable in interface javax.xml.bind.Marshaller
 
JAXB_SCHEMA_LOCATION - Static variable in interface javax.xml.bind.Marshaller
 
JAXBContext - Class in javax.xml.bind
 
JAXBContext() - Constructor for class javax.xml.bind.JAXBContext
 
JAXBElement<T> - Class in javax.xml.bind
 
JAXBElement(QName, Class<T>, Class, T) - Constructor for class javax.xml.bind.JAXBElement
 
JAXBElement(QName, Class<T>, T) - Constructor for class javax.xml.bind.JAXBElement
 
JAXBElement.GlobalScope - Class in javax.xml.bind
 
JAXBElement.GlobalScope() - Constructor for class javax.xml.bind.JAXBElement.GlobalScope
 
JAXBException - Exception in javax.xml.bind
 
JAXBException(String) - Constructor for exception javax.xml.bind.JAXBException
 
JAXBException(String, String) - Constructor for exception javax.xml.bind.JAXBException
 
JAXBException(String, String, Throwable) - Constructor for exception javax.xml.bind.JAXBException
 
JAXBException(String, Throwable) - Constructor for exception javax.xml.bind.JAXBException
 
JAXBException(Throwable) - Constructor for exception javax.xml.bind.JAXBException
 
JAXBIntrospector - Class in javax.xml.bind
 
JAXBIntrospector() - Constructor for class javax.xml.bind.JAXBIntrospector
 
JAXBResult - Class in javax.xml.bind.util
 
JAXBResult(JAXBContext) - Constructor for class javax.xml.bind.util.JAXBResult
 
JAXBResult(Unmarshaller) - Constructor for class javax.xml.bind.util.JAXBResult
 
JAXBSource - Class in javax.xml.bind.util
 
JAXBSource(JAXBContext, Object) - Constructor for class javax.xml.bind.util.JAXBSource
 
JAXBSource(Marshaller, Object) - Constructor for class javax.xml.bind.util.JAXBSource
 
JBIException - Exception in javax.jbi
JBIException is the top-level exception thrown by all JBI system components.
JBIException(String) - Constructor for exception javax.jbi.JBIException
Creates a new instance of JBIException with an exception message.
JBIException(String, Throwable) - Constructor for exception javax.jbi.JBIException
Creates a new instance of JBIException with the specified message and cause.
JBIException(Throwable) - Constructor for exception javax.jbi.JBIException
Creates a new instance of JBIException with the specified cause.
JTA_TRANSACTION_PROPERTY_NAME - Static variable in interface javax.jbi.messaging.MessageExchange
JTA transaction context property name.

L

LifeCycleMBean - Interface in javax.jbi.management
LifeCycleMBean is a base interface that defines standard life cycle controls for JBI implementation services (which are implementation-specific), and JBI components (bindings and engines).
loadInstaller(String) - Method in interface javax.jbi.management.InstallationServiceMBean
Load the InstallerMBean for a previously installed component.
loadNewInstaller(String) - Method in interface javax.jbi.management.InstallationServiceMBean
Load the installer for a new component for the given component installation package.
locate(String) - Static method in class org.apache.servicemix.specs.locator.OsgiLocator
 
locateAll(String) - Static method in class org.apache.servicemix.specs.locator.OsgiLocator
 

M

MailcapCommandMap - Class in javax.activation
 
MailcapCommandMap() - Constructor for class javax.activation.MailcapCommandMap
 
MailcapCommandMap(String) - Constructor for class javax.activation.MailcapCommandMap
 
MailcapCommandMap(InputStream) - Constructor for class javax.activation.MailcapCommandMap
 
marshal(String) - Method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
 
marshal(byte[]) - Method in class javax.xml.bind.annotation.adapters.HexBinaryAdapter
 
marshal(String) - Method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
 
marshal(BoundType) - Method in class javax.xml.bind.annotation.adapters.XmlAdapter
 
marshal(ElementT, ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
 
marshal(Element, ValidationEventHandler) - Method in class javax.xml.bind.annotation.W3CDomHandler
 
marshal(Object, XmlNode) - Method in class javax.xml.bind.Binder
 
marshal(Object, OutputStream) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, Writer) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, ContentHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, Node) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, XMLEventWriter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, XMLStreamWriter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, File) - Static method in class javax.xml.bind.JAXB
 
marshal(Object, OutputStream) - Static method in class javax.xml.bind.JAXB
 
marshal(Object, Writer) - Static method in class javax.xml.bind.JAXB
 
marshal(Object, String) - Static method in class javax.xml.bind.JAXB
 
marshal(Object, URI) - Static method in class javax.xml.bind.JAXB
 
marshal(Object, URL) - Static method in class javax.xml.bind.JAXB
 
marshal(Object, Result) - Static method in class javax.xml.bind.JAXB
 
marshal(Object, ContentHandler) - Method in interface javax.xml.bind.Marshaller
 
marshal(Object, Node) - Method in interface javax.xml.bind.Marshaller
 
marshal(Object, OutputStream) - Method in interface javax.xml.bind.Marshaller
 
marshal(Object, Result) - Method in interface javax.xml.bind.Marshaller
 
marshal(Object, Writer) - Method in interface javax.xml.bind.Marshaller
 
marshal(Object, XMLEventWriter) - Method in interface javax.xml.bind.Marshaller
 
marshal(Object, XMLStreamWriter) - Method in interface javax.xml.bind.Marshaller
 
MarshalException - Exception in javax.xml.bind
 
MarshalException(String) - Constructor for exception javax.xml.bind.MarshalException
 
MarshalException(String, String) - Constructor for exception javax.xml.bind.MarshalException
 
MarshalException(String, String, Throwable) - Constructor for exception javax.xml.bind.MarshalException
 
MarshalException(String, Throwable) - Constructor for exception javax.xml.bind.MarshalException
 
MarshalException(Throwable) - Constructor for exception javax.xml.bind.MarshalException
 
Marshaller - Interface in javax.xml.bind
 
Marshaller.Listener - Class in javax.xml.bind
 
Marshaller.Listener() - Constructor for class javax.xml.bind.Marshaller.Listener
 
MBeanNames - Interface in javax.jbi.management
This interface provides methods to create JMX object names for component- supplied MBeans.
MessageExchange - Interface in javax.jbi.messaging
MessageExchange represents a container for normalized messages which are described by an exchange pattern.
MessageExchange.Role - Class in javax.jbi.messaging
Typesafe enum containing the roles a component can play in a service.
MessageExchangeFactory - Interface in javax.jbi.messaging
A message exchange factory is used used to create new instances of MessageExchange.
MessagingException - Exception in javax.jbi.messaging
Generic exception used to report messaging related errors in the Normalized Message Service.
MessagingException(String) - Constructor for exception javax.jbi.messaging.MessagingException
Create a new MessagingException.
MessagingException(String, Throwable) - Constructor for exception javax.jbi.messaging.MessagingException
Create a new MessagingException with the specified cause and error text.
MessagingException(Throwable) - Constructor for exception javax.jbi.messaging.MessagingException
Create a new MessagingException with the specified cause.

N

name - Variable in class javax.xml.bind.JAXBElement
 
newInstance(Class...) - Static method in class javax.xml.bind.JAXBContext
 
newInstance(Class[], Map<String, ?>) - Static method in class javax.xml.bind.JAXBContext
 
newInstance(String) - Static method in class javax.xml.bind.JAXBContext
 
newInstance(String, ClassLoader) - Static method in class javax.xml.bind.JAXBContext
 
newInstance(String, ClassLoader, Map<String, ?>) - Static method in class javax.xml.bind.JAXBContext
 
nil - Variable in class javax.xml.bind.JAXBElement
 
NormalizedMessage - Interface in javax.jbi.messaging
Represents a JBI Normalized Message.
NormalizedStringAdapter - Class in javax.xml.bind.annotation.adapters
 
NormalizedStringAdapter() - Constructor for class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
 
NotIdentifiableEvent - Interface in javax.xml.bind
 
NotIdentifiableEventImpl - Class in javax.xml.bind.helpers
 
NotIdentifiableEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
 
NotIdentifiableEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
 

O

onInstall() - Method in interface javax.jbi.component.Bootstrap
Called at the beginning of installation of a component to perform any special installation tasks required by the component.
onUninstall() - Method in interface javax.jbi.component.Bootstrap
Called at the beginning of uninstallation of a component to perform any special uninstallation tasks required by the component.
org.apache.servicemix.specs.activation - package org.apache.servicemix.specs.activation
 
org.apache.servicemix.specs.locator - package org.apache.servicemix.specs.locator
 
org.w3c.dom.html - package org.w3c.dom.html
 
org.xml.sax.helpers - package org.xml.sax.helpers
 
OsgiLocator - Class in org.apache.servicemix.specs.locator
 
OsgiMailcapCommandMap - Class in org.apache.servicemix.specs.activation
An OSGi enabled MailcapCommandMap
OsgiMailcapCommandMap() - Constructor for class org.apache.servicemix.specs.activation.OsgiMailcapCommandMap
 

P

parseAnySimpleType(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseAnySimpleType(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseBase64Binary(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseBase64Binary(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseBoolean(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseBoolean(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseByte(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseByte(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
ParseConversionEvent - Interface in javax.xml.bind
 
ParseConversionEventImpl - Class in javax.xml.bind.helpers
 
ParseConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
 
ParseConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
 
parseDate(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseDate(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseDateTime(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseDateTime(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseDecimal(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseDecimal(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseDouble(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseDouble(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseFloat(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseFloat(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseHexBinary(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseHexBinary(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseInt(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseInt(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseInteger(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseInteger(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseLong(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseLong(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseQName(String, NamespaceContext) - Static method in class javax.xml.bind.DatatypeConverter
 
parseQName(String, NamespaceContext) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseShort(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseShort(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseString(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseString(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseTime(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseTime(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseUnsignedInt(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseUnsignedInt(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
parseUnsignedShort(String) - Static method in class javax.xml.bind.DatatypeConverter
 
parseUnsignedShort(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
Persistence - Class in javax.persistence
Bootstrap class that is used to obtain EntityManagerFactory references.
Persistence() - Constructor for class javax.persistence.Persistence
 
PERSISTENCE_PROVIDER - Static variable in class javax.persistence.Persistence
 
printAnySimpleType(String) - Static method in class javax.xml.bind.DatatypeConverter
 
printAnySimpleType(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printBase64Binary(byte[]) - Static method in class javax.xml.bind.DatatypeConverter
 
printBase64Binary(byte[]) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printBoolean(boolean) - Static method in class javax.xml.bind.DatatypeConverter
 
printBoolean(boolean) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printByte(byte) - Static method in class javax.xml.bind.DatatypeConverter
 
printByte(byte) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
PrintConversionEvent - Interface in javax.xml.bind
 
PrintConversionEventImpl - Class in javax.xml.bind.helpers
 
PrintConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
 
PrintConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
 
printDate(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
 
printDate(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printDateTime(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
 
printDateTime(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printDecimal(BigDecimal) - Static method in class javax.xml.bind.DatatypeConverter
 
printDecimal(BigDecimal) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printDouble(double) - Static method in class javax.xml.bind.DatatypeConverter
 
printDouble(double) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printFloat(float) - Static method in class javax.xml.bind.DatatypeConverter
 
printFloat(float) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printHexBinary(byte[]) - Static method in class javax.xml.bind.DatatypeConverter
 
printHexBinary(byte[]) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printInt(int) - Static method in class javax.xml.bind.DatatypeConverter
 
printInt(int) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printInteger(BigInteger) - Static method in class javax.xml.bind.DatatypeConverter
 
printInteger(BigInteger) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printLong(long) - Static method in class javax.xml.bind.DatatypeConverter
 
printLong(long) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printQName(QName, NamespaceContext) - Static method in class javax.xml.bind.DatatypeConverter
 
printQName(QName, NamespaceContext) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printShort(short) - Static method in class javax.xml.bind.DatatypeConverter
 
printShort(short) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printStackTrace() - Method in exception javax.xml.bind.JAXBException
 
printStackTrace(PrintStream) - Method in exception javax.xml.bind.JAXBException
 
printStackTrace(PrintWriter) - Method in exception javax.xml.bind.JAXBException
 
printStackTrace() - Method in exception javax.xml.bind.TypeConstraintException
 
printStackTrace(PrintStream) - Method in exception javax.xml.bind.TypeConstraintException
 
printString(String) - Static method in class javax.xml.bind.DatatypeConverter
 
printString(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printTime(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
 
printTime(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printUnsignedInt(long) - Static method in class javax.xml.bind.DatatypeConverter
 
printUnsignedInt(long) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
printUnsignedShort(int) - Static method in class javax.xml.bind.DatatypeConverter
 
printUnsignedShort(int) - Method in interface javax.xml.bind.DatatypeConverterInterface
 
PropertyException - Exception in javax.xml.bind
 
PropertyException(String) - Constructor for exception javax.xml.bind.PropertyException
 
PropertyException(String, String) - Constructor for exception javax.xml.bind.PropertyException
 
PropertyException(Throwable) - Constructor for exception javax.xml.bind.PropertyException
 
PropertyException(String, Throwable) - Constructor for exception javax.xml.bind.PropertyException
 
PropertyException(String, String, Throwable) - Constructor for exception javax.xml.bind.PropertyException
 
PropertyException(String, Object) - Constructor for exception javax.xml.bind.PropertyException
 
PROVIDER - Static variable in class javax.jbi.messaging.MessageExchange.Role
Service provider.
providers - Static variable in class javax.persistence.Persistence
 
put(String, Object) - Method in class javax.script.ScriptEngineManager
 

R

register(Bundle) - Method in class org.apache.servicemix.specs.activation.Activator
 
register(Bundle) - Method in class org.apache.servicemix.specs.locator.Activator
 
register(String, Callable<Class>) - Static method in class org.apache.servicemix.specs.locator.OsgiLocator
 
registerEngineExtension(String, ScriptEngineFactory) - Method in class javax.script.ScriptEngineManager
 
registerEngineMimeType(String, ScriptEngineFactory) - Method in class javax.script.ScriptEngineManager
 
registerEngineName(String, ScriptEngineFactory) - Method in class javax.script.ScriptEngineManager
 
registerExternalEndpoint(ServiceEndpoint) - Method in interface javax.jbi.component.ComponentContext
Registers the given external endpoint with the NMR.
removeAttachment(String) - Method in interface javax.jbi.messaging.NormalizedMessage
Removes attachment with the specified unique identifier.
requestPasswordAuthentication(InetAddress, int, String, String, String) - Method in class javax.mail.Session
Call back to the application supplied authenticator to get the needed username add password.
reset() - Method in class javax.xml.bind.util.ValidationEventCollector
 
resolveEndpointReference(DocumentFragment) - Method in interface javax.jbi.component.Component
Resolve the given endpoint reference.
resolveEndpointReference(DocumentFragment) - Method in interface javax.jbi.component.ComponentContext
Resolve the given endpoint reference into a service endpoint.
RobustInOnly - Interface in javax.jbi.messaging
Supports operations used to process an Robust In Only MEP to completion.

S

SchemaOutputResolver - Class in javax.xml.bind
 
SchemaOutputResolver() - Constructor for class javax.xml.bind.SchemaOutputResolver
 
scope - Variable in class javax.xml.bind.JAXBElement
 
ScriptEngineManager - Class in javax.script
 
ScriptEngineManager() - Constructor for class javax.script.ScriptEngineManager
 
ScriptEngineManager(ClassLoader) - Constructor for class javax.script.ScriptEngineManager
 
send(MessageExchange) - Method in interface javax.jbi.messaging.DeliveryChannel
Routes a MessageExchange instance through the Normalized Message Service to the appropriate servicing component.
sendSync(MessageExchange) - Method in interface javax.jbi.messaging.DeliveryChannel
Routes a MessageExchange instance through the Normalized Message Service to the appropriate servicing component, blocking until the exchange is returned.
sendSync(MessageExchange, long) - Method in interface javax.jbi.messaging.DeliveryChannel
Routes a MessageExchange instance through the Normalized Message Service to the appropriate servicing component, blocking until the specified timeout is reached.
ServiceEndpoint - Interface in javax.jbi.servicedesc
Reference to an endpoint, used to refer to an endpoint as well as query information about the endpoint.
ServiceUnitManager - Interface in javax.jbi.component
This interface defines component-supplied methods for managing service unit deployments, and is implemented by the component.
Session - Class in javax.mail
OK, so we have a final class in the API with a heck of a lot of implementation required...
setAdapter(XmlAdapter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setAdapter(Class<A>, A) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setAdapter(Class<A>, A) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setAdapter(XmlAdapter) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setAdapter(Class<A>, A) - Method in interface javax.xml.bind.Marshaller
 
setAdapter(XmlAdapter) - Method in interface javax.xml.bind.Marshaller
 
setAdapter(Class<A>, A) - Method in interface javax.xml.bind.Unmarshaller
 
setAdapter(XmlAdapter) - Method in interface javax.xml.bind.Unmarshaller
 
setAttachmentMarshaller(AttachmentMarshaller) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setAttachmentMarshaller(AttachmentMarshaller) - Method in interface javax.xml.bind.Marshaller
 
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in interface javax.xml.bind.Unmarshaller
 
setBuilder(DocumentBuilder) - Method in class javax.xml.bind.annotation.W3CDomHandler
 
setClassPathElements(List) - Method in interface javax.jbi.component.InstallationContext
Set the list of elements that comprise the class path for this component.
setColumnNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
setCommandMap(CommandMap) - Method in class javax.activation.DataHandler
 
setContent(Source) - Method in interface javax.jbi.messaging.NormalizedMessage
Set the content of the message.
setDataContentHandlerFactory(DataContentHandlerFactory) - Static method in class javax.activation.DataHandler
Set the DataContentHandlerFactory to use.
setDatatypeConverter(DatatypeConverterInterface) - Static method in class javax.xml.bind.DatatypeConverter
 
setDebug(boolean) - Method in class javax.mail.Session
Enable debugging for this session.
setDebugOut(PrintStream) - Method in class javax.mail.Session
Set the output stream where debug information should be sent.
setEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setEndpoint(ServiceEndpoint) - Method in interface javax.jbi.messaging.MessageExchange
Specifies the endpoint used by this exchange.
setError(Exception) - Method in interface javax.jbi.messaging.MessageExchange
Used to specify the source of a failure status.
setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.Binder
 
setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Marshaller
 
setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Unmarshaller
 
setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Validator
 
setFault(Fault) - Method in interface javax.jbi.messaging.MessageExchange
Specifies the fault message for this exchange, if one exists.
setFormattedOutput(boolean) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setFragment(boolean) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setGlobalScope(Bindings) - Method in class javax.script.ScriptEngineManager
 
setInMessage(NormalizedMessage) - Method in interface javax.jbi.messaging.InOnly
Sets the in normalized message for this exchange.
setInMessage(NormalizedMessage) - Method in interface javax.jbi.messaging.InOptionalOut
Sets the in normalized message for this exchange.
setInMessage(NormalizedMessage) - Method in interface javax.jbi.messaging.InOut
Sets the in normalized message for this exchange.
setInMessage(NormalizedMessage) - Method in interface javax.jbi.messaging.RobustInOnly
Sets the in normalized message for this exchange.
setInterfaceName(QName) - Method in interface javax.jbi.messaging.MessageExchange
Specifies the interface name used by this exchange.
setLineNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
setLinkedException(Throwable) - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
setLinkedException(Throwable) - Method in exception javax.xml.bind.JAXBException
 
setLinkedException(Throwable) - Method in exception javax.xml.bind.TypeConstraintException
 
setListener(Marshaller.Listener) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setListener(Unmarshaller.Listener) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setListener(Marshaller.Listener) - Method in interface javax.xml.bind.Marshaller
 
setListener(Unmarshaller.Listener) - Method in interface javax.xml.bind.Unmarshaller
 
setLocator(ValidationEventLocator) - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
setMessage(NormalizedMessage, String) - Method in interface javax.jbi.messaging.MessageExchange
Sets a normalized message with the specified message reference.
setMessage(String) - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
setNil(boolean) - Method in class javax.xml.bind.JAXBElement
 
setNode(Node) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
setNoNSSchemaLocation(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setObject(Object) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
setOffset(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
setOperation(QName) - Method in interface javax.jbi.messaging.MessageExchange
Specifies the operation used by this exchange.
setOutMessage(NormalizedMessage) - Method in interface javax.jbi.messaging.InOptionalOut
Sets the out normalized message for this exchange.
setOutMessage(NormalizedMessage) - Method in interface javax.jbi.messaging.InOut
Sets the out normalized message for this exchange.
setPasswordAuthentication(URLName, PasswordAuthentication) - Method in class javax.mail.Session
Set the password authentication associated with a URL.
setProperty(String, Object) - Method in interface javax.jbi.messaging.MessageExchange
Specifies a property for the exchange.
setProperty(String, Object) - Method in interface javax.jbi.messaging.NormalizedMessage
Set a property on the message.
setProperty(String, Object) - Method in class javax.xml.bind.Binder
 
setProperty(String, Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setProperty(String, Object) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setProperty(String, Object) - Method in interface javax.xml.bind.Marshaller
 
setProperty(String, Object) - Method in interface javax.xml.bind.Unmarshaller
 
setProperty(String, Object) - Method in interface javax.xml.bind.Validator
 
setProtocolForAddress(String, String) - Method in class javax.mail.Session
Add a mapping between an address type and a protocol used to process that address type.
setProvider(Provider) - Method in class javax.mail.Session
Make the supplied Provider the default for its protocol.
setSchema(Schema) - Method in class javax.xml.bind.Binder
 
setSchema(Schema) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setSchema(Schema) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setSchema(Schema) - Method in interface javax.xml.bind.Marshaller
 
setSchema(Schema) - Method in interface javax.xml.bind.Unmarshaller
 
setSchemaLocation(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setSecuritySubject(Subject) - Method in interface javax.jbi.messaging.NormalizedMessage
Set the security Subject for the message.
setService(QName) - Method in interface javax.jbi.messaging.MessageExchange
Specifies the service used by this exchange.
setSeverity(int) - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
setStatus(ExchangeStatus) - Method in interface javax.jbi.messaging.MessageExchange
Sets the processing status of the exchange.
setURL(URL) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
setValidating(boolean) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setValidating(boolean) - Method in interface javax.xml.bind.Unmarshaller
 
setValue(T) - Method in class javax.xml.bind.JAXBElement
 
shutDown() - Method in interface javax.jbi.component.ComponentLifeCycle
Shut down the component.
shutDown(String) - Method in interface javax.jbi.component.ServiceUnitManager
Shut down the deployment.
SHUTDOWN - Static variable in interface javax.jbi.management.DeploymentServiceMBean
The service assembly has been deployed, or shutdown
shutDown(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Shut down the service assembly.
SHUTDOWN - Static variable in interface javax.jbi.management.LifeCycleMBean
Value returned by LifeCycleMBean.getCurrentState() for a shutdown component.
shutDown() - Method in interface javax.jbi.management.LifeCycleMBean
Shut down the item.
start() - Method in interface javax.jbi.component.ComponentLifeCycle
Start the component.
start(String) - Method in interface javax.jbi.component.ServiceUnitManager
Start the deployed service unit.
start(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Start the service assembly.
start() - Method in interface javax.jbi.management.LifeCycleMBean
Start the item.
start(BundleContext) - Method in class org.apache.servicemix.specs.activation.Activator
 
start(BundleContext) - Method in class org.apache.servicemix.specs.locator.Activator
 
STARTED - Static variable in interface javax.jbi.management.DeploymentServiceMBean
The service assembly is started.
STARTED - Static variable in interface javax.jbi.management.LifeCycleMBean
Value returned by LifeCycleMBean.getCurrentState() for a running component.
stop() - Method in interface javax.jbi.component.ComponentLifeCycle
Stop the component.
stop(String) - Method in interface javax.jbi.component.ServiceUnitManager
Stop the deployed service unit.
stop(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Stop the service assembly.
stop() - Method in interface javax.jbi.management.LifeCycleMBean
Stop the item.
stop(BundleContext) - Method in class org.apache.servicemix.specs.activation.Activator
 
stop(BundleContext) - Method in class org.apache.servicemix.specs.locator.Activator
 
STOPPED - Static variable in interface javax.jbi.management.DeploymentServiceMBean
The service assembly is stopped.
STOPPED - Static variable in interface javax.jbi.management.LifeCycleMBean
Value returned by LifeCycleMBean.getCurrentState() for a stopped component.

T

toString() - Method in class javax.jbi.messaging.ExchangeStatus
Returns string value of enumerated type.
toString() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
toString() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
toString() - Method in exception javax.xml.bind.JAXBException
 
toString() - Method in exception javax.xml.bind.TypeConstraintException
 
TypeConstraintException - Exception in javax.xml.bind
 
TypeConstraintException(String) - Constructor for exception javax.xml.bind.TypeConstraintException
 
TypeConstraintException(String, String) - Constructor for exception javax.xml.bind.TypeConstraintException
 
TypeConstraintException(String, String, Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
 
TypeConstraintException(String, Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
 
TypeConstraintException(Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
 

U

undeploy(String, String) - Method in interface javax.jbi.component.ServiceUnitManager
Undeploy a service unit from the component.
undeploy(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Undeploys the given Service Assembly from the JBI environment.
uninstall() - Method in interface javax.jbi.management.InstallerMBean
Uninstall the component.
uninstallSharedLibrary(String) - Method in interface javax.jbi.management.InstallationServiceMBean
Uninstall a previously installed shared library.
UNKNOWN - Static variable in interface javax.jbi.management.LifeCycleMBean
Value returned by LifeCycleMBean.getCurrentState() for a component in an unknown state.
unloadInstaller(String, boolean) - Method in interface javax.jbi.management.InstallationServiceMBean
Unload an InstallerMBean previously loaded for a component.
unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
 
unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.HexBinaryAdapter
 
unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
 
unmarshal(ValueType) - Method in class javax.xml.bind.annotation.adapters.XmlAdapter
 
unmarshal(XmlNode) - Method in class javax.xml.bind.Binder
 
unmarshal(XmlNode, Class<T>) - Method in class javax.xml.bind.Binder
 
unmarshal(File) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(InputSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(InputStream) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Node, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Reader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Source) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLReader, InputSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Source, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(URL) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLEventReader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLEventReader, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLStreamReader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLStreamReader, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(File, Class<T>) - Static method in class javax.xml.bind.JAXB
 
unmarshal(URL, Class<T>) - Static method in class javax.xml.bind.JAXB
 
unmarshal(URI, Class<T>) - Static method in class javax.xml.bind.JAXB
 
unmarshal(String, Class<T>) - Static method in class javax.xml.bind.JAXB
 
unmarshal(InputStream, Class<T>) - Static method in class javax.xml.bind.JAXB
 
unmarshal(Reader, Class<T>) - Static method in class javax.xml.bind.JAXB
 
unmarshal(Source, Class<T>) - Static method in class javax.xml.bind.JAXB
 
unmarshal(File) - Method in interface javax.xml.bind.Unmarshaller
 
unmarshal(InputSource) - Method in interface javax.xml.bind.Unmarshaller
 
unmarshal(InputStream) - Method in interface javax.xml.bind.Unmarshaller
 
unmarshal(Node) - Method in interface javax.xml.bind.Unmarshaller
 
unmarshal(Node, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
 
unmarshal(Reader) - Method in interface javax.xml.bind.Unmarshaller
 
unmarshal(Source) - Method in interface javax.xml.bind.Unmarshaller
 
unmarshal(Source, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
 
unmarshal(URL) - Method in interface javax.xml.bind.Unmarshaller
 
unmarshal(XMLEventReader) - Method in interface javax.xml.bind.Unmarshaller
 
unmarshal(XMLEventReader, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
 
unmarshal(XMLStreamReader) - Method in interface javax.xml.bind.Unmarshaller
 
unmarshal(XMLStreamReader, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
 
UnmarshalException - Exception in javax.xml.bind
 
UnmarshalException(String) - Constructor for exception javax.xml.bind.UnmarshalException
 
UnmarshalException(String, String) - Constructor for exception javax.xml.bind.UnmarshalException
 
UnmarshalException(String, String, Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
 
UnmarshalException(String, Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
 
UnmarshalException(Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
 
Unmarshaller - Interface in javax.xml.bind
 
Unmarshaller.Listener - Class in javax.xml.bind
 
Unmarshaller.Listener() - Constructor for class javax.xml.bind.Unmarshaller.Listener
 
UnmarshallerHandler - Interface in javax.xml.bind
 
unregister(long) - Method in class org.apache.servicemix.specs.activation.Activator
 
unregister(long) - Method in class org.apache.servicemix.specs.locator.Activator
 
unregister(String, Callable<Class>) - Static method in class org.apache.servicemix.specs.locator.OsgiLocator
 
updateJAXB(XmlNode) - Method in class javax.xml.bind.Binder
 
updateXML(Object) - Method in class javax.xml.bind.Binder
 
updateXML(Object, XmlNode) - Method in class javax.xml.bind.Binder
 

V

validate(Object) - Method in interface javax.xml.bind.Validator
 
validateRoot(Object) - Method in interface javax.xml.bind.Validator
 
validating - Variable in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
Validation - Class in javax.validation
This class is the entry point for Bean Validation.
Validation() - Constructor for class javax.validation.Validation
 
ValidationEvent - Interface in javax.xml.bind
 
ValidationEventCollector - Class in javax.xml.bind.util
 
ValidationEventCollector() - Constructor for class javax.xml.bind.util.ValidationEventCollector
 
ValidationEventHandler - Interface in javax.xml.bind
 
ValidationEventImpl - Class in javax.xml.bind.helpers
 
ValidationEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
 
ValidationEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
 
ValidationEventLocator - Interface in javax.xml.bind
 
ValidationEventLocatorImpl - Class in javax.xml.bind.helpers
 
ValidationEventLocatorImpl() - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
ValidationEventLocatorImpl(Locator) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
ValidationEventLocatorImpl(SAXParseException) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
ValidationEventLocatorImpl(Node) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
ValidationEventLocatorImpl(Object) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
ValidationException - Exception in javax.xml.bind
 
ValidationException(String) - Constructor for exception javax.xml.bind.ValidationException
 
ValidationException(String, String) - Constructor for exception javax.xml.bind.ValidationException
 
ValidationException(String, String, Throwable) - Constructor for exception javax.xml.bind.ValidationException
 
ValidationException(String, Throwable) - Constructor for exception javax.xml.bind.ValidationException
 
ValidationException(Throwable) - Constructor for exception javax.xml.bind.ValidationException
 
Validator - Interface in javax.xml.bind
 
value - Variable in class javax.xml.bind.JAXBElement
 
valueOf(String) - Static method in class javax.jbi.messaging.ExchangeStatus
Returns instance of ExchangeStatus that corresponds to given string.
valueOf(String) - Static method in enum javax.xml.bind.annotation.XmlAccessOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.xml.bind.annotation.XmlAccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.xml.bind.annotation.XmlNsForm
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.xml.bind.annotation.XmlAccessOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.xml.bind.annotation.XmlAccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.xml.bind.annotation.XmlNsForm
Returns an array containing the constants of this enum type, in the order they are declared.

W

W3CDomHandler - Class in javax.xml.bind.annotation
 
W3CDomHandler() - Constructor for class javax.xml.bind.annotation.W3CDomHandler
 
W3CDomHandler(DocumentBuilder) - Constructor for class javax.xml.bind.annotation.W3CDomHandler
 
WARNING - Static variable in interface javax.xml.bind.ValidationEvent
 
writeTo(OutputStream) - Method in class javax.activation.DataHandler
 

X

XmlAccessOrder - Enum in javax.xml.bind.annotation
 
XmlAccessorOrder - Annotation Type in javax.xml.bind.annotation
 
XmlAccessorType - Annotation Type in javax.xml.bind.annotation
 
XmlAccessType - Enum in javax.xml.bind.annotation
 
XmlAdapter<ValueType,BoundType> - Class in javax.xml.bind.annotation.adapters
 
XmlAdapter() - Constructor for class javax.xml.bind.annotation.adapters.XmlAdapter
 
XmlAnyAttribute - Annotation Type in javax.xml.bind.annotation
 
XmlAnyElement - Annotation Type in javax.xml.bind.annotation
 
XmlAttachmentRef - Annotation Type in javax.xml.bind.annotation
 
XmlAttribute - Annotation Type in javax.xml.bind.annotation
 
XmlElement - Annotation Type in javax.xml.bind.annotation
 
XmlElement.DEFAULT - Class in javax.xml.bind.annotation
 
XmlElement.DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElement.DEFAULT
 
XmlElementDecl - Annotation Type in javax.xml.bind.annotation
 
XmlElementDecl.GLOBAL - Class in javax.xml.bind.annotation
 
XmlElementDecl.GLOBAL() - Constructor for class javax.xml.bind.annotation.XmlElementDecl.GLOBAL
 
XmlElementRef - Annotation Type in javax.xml.bind.annotation
 
XmlElementRef.DEFAULT - Class in javax.xml.bind.annotation
 
XmlElementRef.DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElementRef.DEFAULT
 
XmlElementRefs - Annotation Type in javax.xml.bind.annotation
 
XmlElements - Annotation Type in javax.xml.bind.annotation
 
XmlElementWrapper - Annotation Type in javax.xml.bind.annotation
 
XmlEnum - Annotation Type in javax.xml.bind.annotation
 
XmlEnumValue - Annotation Type in javax.xml.bind.annotation
 
XmlID - Annotation Type in javax.xml.bind.annotation
 
XmlIDREF - Annotation Type in javax.xml.bind.annotation
 
XmlInlineBinaryData - Annotation Type in javax.xml.bind.annotation
 
XmlJavaTypeAdapter - Annotation Type in javax.xml.bind.annotation.adapters
 
XmlJavaTypeAdapter.DEFAULT - Class in javax.xml.bind.annotation.adapters
 
XmlJavaTypeAdapter.DEFAULT() - Constructor for class javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter.DEFAULT
 
XmlJavaTypeAdapters - Annotation Type in javax.xml.bind.annotation.adapters
 
XmlList - Annotation Type in javax.xml.bind.annotation
 
XmlMimeType - Annotation Type in javax.xml.bind.annotation
 
XmlMixed - Annotation Type in javax.xml.bind.annotation
 
XmlNs - Annotation Type in javax.xml.bind.annotation
 
XmlNsForm - Enum in javax.xml.bind.annotation
 
XMLReaderFactory - Class in org.xml.sax.helpers
Factory for creating an XML reader.
XmlRegistry - Annotation Type in javax.xml.bind.annotation
 
XmlRootElement - Annotation Type in javax.xml.bind.annotation
 
XmlSchema - Annotation Type in javax.xml.bind.annotation
 
XmlSchemaType - Annotation Type in javax.xml.bind.annotation
 
XmlSchemaType.DEFAULT - Class in javax.xml.bind.annotation
 
XmlSchemaType.DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlSchemaType.DEFAULT
 
XmlSchemaTypes - Annotation Type in javax.xml.bind.annotation
 
XmlSeeAlso - Annotation Type in javax.xml.bind.annotation
 
XmlTransient - Annotation Type in javax.xml.bind.annotation
 
XmlType - Annotation Type in javax.xml.bind.annotation
 
XmlType.DEFAULT - Class in javax.xml.bind.annotation
 
XmlType.DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlType.DEFAULT
 
XmlValue - Annotation Type in javax.xml.bind.annotation
 

A B C D E F G H I J L M N O P R S T U V W X

Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.