Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.mom.xml
Interface XMLContext

All Superinterfaces:
javax.naming.Context
All Known Implementing Classes:
XMLContextCustImpl, XMLContextImpl

public interface XMLContext
extends javax.naming.Context

This interface defines properties for the XML initial context.

Version:
PUBLIC
See Also:
Context

Field Summary
static java.lang.String DEFAULT_XML_CONTEXT
           
static java.lang.String INITIAL_CONTEXT
           
static java.lang.String XML_CONTEXT_FACTORY
           

 

Fields inherited from interface javax.naming.Context
APPLET, AUTHORITATIVE, BATCHSIZE, DNS_URL, INITIAL_CONTEXT_FACTORY, LANGUAGE, OBJECT_FACTORIES, PROVIDER_URL, REFERRAL, SECURITY_AUTHENTICATION, SECURITY_CREDENTIALS, SECURITY_PRINCIPAL, SECURITY_PROTOCOL, STATE_FACTORIES, URL_PKG_PREFIXES

 

Method Summary
 java.io.InputStream getMetaDataStream(java.lang.String name)
           

 

Methods inherited from interface javax.naming.Context
addToEnvironment, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, getEnvironment, getNameInNamespace, getNameParser, getNameParser, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rebind, removeFromEnvironment, rename, rename, unbind, unbind

 

Field Detail

XML_CONTEXT_FACTORY

public static final java.lang.String XML_CONTEXT_FACTORY

INITIAL_CONTEXT

public static final java.lang.String INITIAL_CONTEXT

DEFAULT_XML_CONTEXT

public static final java.lang.String DEFAULT_XML_CONTEXT

Method Detail

getMetaDataStream

public java.io.InputStream getMetaDataStream(java.lang.String name)

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.