BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType remote-saf-contextType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}remote-saf-contextType (extension)

Documentation
Corresponds to RemoteSAFContextMBean
Properties
This component is not nillable.

Model
<...>
(url?, protocol?, username?, password?, jndi-property?, jndi-initial-context-factory? )
</...>


Nested Element Summary
xs:stringjndi-initial-context-factory
          JndiInitialContextFactory 
xs:stringjndi-property
          JndiProperty 
xs:stringpassword
          Password 
xs:stringprotocol
          Protocol 
xs:stringurl
          URL 
xs:stringusername
          UserName 
Source
<xs:complexType name="remote-saf-contextType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="url" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="protocol" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="username" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="password" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="jndi-property" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="jndi-initial-context-factory" nillable="true" type="xs:string">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation