BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType wtc-exportType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}wtc-exportType (extension)

Documentation
Corresponds to WTCExportMBean
Properties
This component is not nillable.

Model
<...>
(resource-name?, local-access-point?, ejb-name?, remote-name? )
</...>


Nested Element Summary
xs:stringejb-name
          The complete name of the EJB home interface to use when invoking a service. 
xs:stringlocal-access-point
          The name of the local access point that exports this service. 
xs:stringremote-name
          The remote name of this service. 
xs:stringresource-name
          The name used to identify an exported service. 
Source
<xs:complexType name="wtc-exportType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="resource-name" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="local-access-point" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="ejb-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="remote-name" 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