public interface TAG_INTERNET_IOP
Modifier and Type | Field and Description |
---|---|
static int |
value
标识支持Internet Inter-ORB协议的配置文件。
|
static final int value
ProfileBody
包含了包含IIOP使用的寻址和对象标识信息的结构的CDR封装。
TAG_INTERNET_IOP
配置文件的版本1.1还包括一组TaggedComponent对象,可以包含支持可选IIOP功能的附加信息,ORB服务(如安全性和未来的协议扩展)。
比其他IIOP协议(如ESIOPs和其它GIOPs)可以通过编码它们的附加简档信息作为组件共享配置文件信息(例如对象的身份或安全信息)与IIOP TAG_INTERNET_IOP
轮廓。 所有TAG_INTERNET_IOP
配置文件都支持IIOP,无论它们是否还支持其他协议。 不需要可互操作的ORB来创建或了解任何其他配置文件,也不需要创建或理解为可能与IIOP共享TAG_INTERNET_IOP
配置文件的其他协议定义的任何组件。
profile_data
的TAG_INTERNET_IOP
是IIOP.ProfileBody_1_1
类型的CDR封装。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.