Method for exchanging messages between entities on a network comprising an actor attribute and a mandatory attribute in the header data structure
    1.
    发明授权
    Method for exchanging messages between entities on a network comprising an actor attribute and a mandatory attribute in the header data structure 有权
    用于在网络上的实体之间交换消息的方法,包括头部数据结构中的actor属性和强制属性

    公开(公告)号:US07496682B2

    公开(公告)日:2009-02-24

    申请号:US11426581

    申请日:2006-06-26

    IPC分类号: G06F15/16 G06F15/173

    摘要: Using a message exchanger (“message exchanger”), data messages are exchanged between entities in a decentralized, distributed, potentially heterogeneous, network environment. The message exchanger employs XML (extensible Markup Language). To accomplish this, the entities on both ends of the message exchange understand, identify, and parse the message format. The message exchanger defines such a mechanism. Data messages are broken down into two portions—one portion (the body) is intended from an ultimate destination and the other portion (the header) is intended for intermediate destination and/or the ultimate destination. The body may be defined so that it must be understood by the ultimate destination. The header may be defined so that it must be understood or changed. Regardless, the data in the body is delivered intact to the ultimate destination. The message exchanger defines a message envelope exchange format in XML over a transport protocol, such as HTTP (HyperText Transport Protocol). This format allows for the execution of RPC (Remote Procedure Call) over XML, but it can be used for any message exchange over a network.

    摘要翻译: 使用消息交换器(“消息交换器”),在分散的,分布式的,潜在的异构网络环境中的实体之间交换数据消息。 消息交换机采用XML(可扩展标记语言)。 为了实现这一点,消息交换两端的实体理解,识别和解析消息格式。 消息交换机定义了这样的机制。 数据消息分为两部分 - 一部分(身体)来自最终目的地,而另一部分(标题)用于中间目的地和/或最终目的地。 身体可以被定义为使其必须被最终目的地理解。 标题可以被定义为必须被理解或改变。 无论如何,身体中的数据完整地传送到终极目的地。 消息交换器通过传输协议(例如HTTP(超文本传输​​协议))在XML中定义消息包络交换格式。 该格式允许通过XML执行RPC(远程过程调用),但它可以用于通过网络进行的任何消息交换。

    Method and system for exchanging messages between entities on a network comprising an actor attribute and a mandatory attribute in the header data structure
    2.
    发明授权
    Method and system for exchanging messages between entities on a network comprising an actor attribute and a mandatory attribute in the header data structure 有权
    用于在网络上的实体之间交换消息的方法和系统,包括头部数据结构中的actor属性和强制属性

    公开(公告)号:US07069335B1

    公开(公告)日:2006-06-27

    申请号:US09636003

    申请日:2000-08-09

    IPC分类号: G06F15/16 G06F15/173

    摘要: Using a message exchanger (“message exchanger”), data messages are exchanged between entities in a decentralized, distributed, potentially heterogeneous, network environment. The message exchanger employs XML (extensible Markup Language). To accomplish this, the entities on both ends of the message exchange understand, identify, and parse the message format. The message exchanger defines such a mechanism. Data messages are broken down into two portions—one portion (the body) is intended from an ultimate destination and the other portion (the header) is intended for intermediate destination and/or the ultimate destination. The body may be defined so that it must be understood by the ultimate destination. The header may be defined so that it must be understood or changed. Regardless, the data in the body is delivered intact to the ultimate destination. The message exchanger defines a message envelope exchange format in XML over a transport protocol, such as HTTP (HyperText Transport Protocol). This format allows for the execution of RPC (Remote Procedure Call) over XML, but it can be used for any message exchange over a network.

    摘要翻译: 使用消息交换器(“消息交换器”),在分散的,分布式的,潜在的异构网络环境中的实体之间交换数据消息。 消息交换机采用XML(可扩展标记语言)。 为了实现这一点,消息交换两端的实体理解,识别和解析消息格式。 消息交换机定义了这样的机制。 数据消息分为两部分 - 一部分(身体)来自最终目的地,而另一部分(标题)用于中间目的地和/或最终目的地。 身体可以被定义为使其必须被最终目的地理解。 标题可以被定义为必须被理解或改变。 无论如何,身体中的数据完整地传送到终极目的地。 消息交换器通过传输协议(例如HTTP(超文本传输​​协议))在XML中定义消息包络交换格式。 该格式允许通过XML执行RPC(远程过程调用),但它可以用于通过网络进行的任何消息交换。

    Object persister
    3.
    发明授权
    Object persister 有权
    对象持续

    公开(公告)号:US07281207B2

    公开(公告)日:2007-10-09

    申请号:US10892744

    申请日:2004-07-16

    IPC分类号: G06F15/00

    摘要: Herein is described an implementation of an object persister, which serializes an object to preserve the object's data structure and its current data. The serialized object is encoded using XML and inserted within a message. That message is transmitted to an entity over a network. Such a transmission is performed using standard Internet protocols, such as HTML. Upon receiving the serialized object, the receiving entity deserializes the object to use it. Rather than include copies of referenced objects within the serialized object, the object persister includes references to those objects. This avoids redundant inclusion of the same object and potentially infinite inclusion of the object itself that is being serialized.

    摘要翻译: 这里描述了对象持久化的实现,其将对象序列化以保留对象的数据结构及其当前数据。 序列化对象使用XML编码并插入到消息中。 该消息通过网络发送到实体。 这样的传输是使用诸如HTML之类的标准因特网协议执行的。 在接收到序列化对象后,接收实体反序列化对象使用它。 对象持久化不是包含引用对象在序列化对象中的副本,而是包含对这些对象的引用。 这样可以避免同一个对象的冗余包含,并且可能无限地包含正在被序列化的对象本身。

    Object persister
    4.
    发明授权
    Object persister 有权
    对象持续

    公开(公告)号:US07149965B1

    公开(公告)日:2006-12-12

    申请号:US09635830

    申请日:2000-08-09

    IPC分类号: G06F15/00

    摘要: The object persister serializes an object to preserve the object's data structure and its current data. The serialized object is encoded using XML and inserted within a message. That message is transmitted to an entity over a network. Such a transmission is performed using standard Internet protocols, such as HTML. Upon receiving the serialized object, the receiving entity deserializes the object to use it. Rather than include copies of referenced objects within the serialized object, the object persister includes references to those objects. This avoids redundant inclusion of the same object and potentially infinite inclusion of the object itself that is being serialized.

    摘要翻译: 对象持久化序列化对象以保留对象的数据结构及其当前数据。 序列化对象使用XML编码并插入到消息中。 该消息通过网络发送到实体。 这样的传输是使用诸如HTML之类的标准因特网协议执行的。 在接收到序列化对象后,接收实体反序列化对象使用它。 对象持久化不是包含引用对象在序列化对象中的副本,而是包含对这些对象的引用。 这样可以避免同一个对象的冗余包含,并且可能无限地包含被序列化的对象本身。

    Object persister
    5.
    发明授权
    Object persister 有权
    对象持续

    公开(公告)号:US07278095B2

    公开(公告)日:2007-10-02

    申请号:US10893731

    申请日:2004-07-16

    IPC分类号: G06F15/00

    摘要: Here is described an implementation of an object persister, which serializes an object to preserve the object's data structure and its current data. The serialized object is encoded using XML and inserted within a message. That message is transmitted to an entity over a network. Such a transmission is performed using standard Internet protocols, such as HTML. Upon receiving the serialed object, the receiving entity deserializes the object to use it. Rather than include copies of referenced objects within the serialized object, the object persister includes references to those objects. This avoids redundant inclusion of the same object and potentially infinite inclusion of the object itself that is being serialized.

    摘要翻译: 这里描述了一个对象持久化的实现,它将序列化对象以保留对象的数据结构及其当前数据。 序列化对象使用XML编码并插入到消息中。 该消息通过网络发送到实体。 这样的传输是使用诸如HTML之类的标准因特网协议执行的。 接收实体接收到序列化对象后,反序列化对象即可使用。 对象持久化不是包含引用对象在序列化对象中的副本,而是包含对这些对象的引用。 这样可以避免同一个对象的冗余包含,并且可能无限地包含被序列化的对象本身。

    System and method for discovering information about web resources
    7.
    发明授权
    System and method for discovering information about web resources 有权
    发现有关网络资源的信息的系统和方法

    公开(公告)号:US07260775B2

    公开(公告)日:2007-08-21

    申请号:US10073670

    申请日:2002-02-11

    IPC分类号: G06F17/00

    CPC分类号: G06F17/3089

    摘要: Described is a system and mechanism by which a client computer may issue a conventional request for a resource on the Web. A response to that request is annotated with information indicating that metadata is available for the resource. Specifically, a special tag or instruction may be included in the response document that indicates the existence and location of a discovery document containing metadata about the resource. The client computer may then retrieve the metadata from the location identified in the response.

    摘要翻译: 描述了一种系统和机制,通过该系统和机制,客户端计算机可以在Web上发布对资源的常规请求。 对该请求的响应用指示元数据可用于资源的信息进行注释。 具体来说,特定标签或指令可以被包括在响应文档中,该文档指示包含关于资源的元数据的发现文档的存在和位置。 然后,客户端计算机可以从响应中标识的位置检索元数据。

    Method and System for Providing an XML Binary Format
    9.
    发明申请
    Method and System for Providing an XML Binary Format 审中-公开
    提供XML二进制格式的方法和系统

    公开(公告)号:US20090132910A1

    公开(公告)日:2009-05-21

    申请号:US12358368

    申请日:2009-01-23

    IPC分类号: G06F17/00

    CPC分类号: G06F17/218 G06F17/22

    摘要: A technique for incorporating binary formatting into a tag-based description language, such as XML, is provided. The binary formatting is achieved by tokenizing the tag and attribute names into variable sized numeric tokens, thereby obviating the need for repetitive or redundant storage of lengthy unicode words, etc. The binary formatting minimizes parsing time and the generation of overhead incident to the formatting and parsing of data. Parsing time is thereby substantially decreased and generally, the size of the resulting file decreases too.

    摘要翻译: 提供了一种将二进制格式化结合到基于标签的描述语言(如XML)中的技术。 二进制格式化是通过将标签和属性名称标记为可变大小的数字标记来实现的,从而避免对冗长的unicode字等的重复或冗余存储的需要。二进制格式化最小化解析时间和生成对格式化的事件的开销和 解析数据。 因此,解析时间显着降低,并且通常,所得文件的大小也减小。

    PROTECTING USER CREDENTIALS FROM A COMPUTING DEVICE
    10.
    发明申请
    PROTECTING USER CREDENTIALS FROM A COMPUTING DEVICE 有权
    从计算机设备保护用户凭证

    公开(公告)号:US20130205360A1

    公开(公告)日:2013-08-08

    申请号:US13368731

    申请日:2012-02-08

    IPC分类号: G06F21/00

    摘要: Protecting user credentials from a computing device includes establishing a secure session between a computing device and an identity provider (e.g., a Web service). Parameters of the secure session are communicated to a credential service, which renegotiates or resumes the secure session to establish a new secure session between the credential service and the identity provider. User credentials are passed from the credential service to the identity provider via the new secure session, but the computing device does not have the parameters of the new secure session and thus does not have access to the passed user credentials. The credential service then renegotiates or resumes the secure session again to establish an additional secure session between the credential service and the identity provider. Parameters of the additional secure session are communicated to the computing device to allow the computing device to continue communicating securely with the identity provider.

    摘要翻译: 保护来自计算设备的用户凭证包括在计算设备和身份提供商(例如,Web服务)之间建立安全会话。 安全会话的参数被传送到凭证服务,该凭证服务重新协商或恢复安全会话以在证书服务和身份提供者之间建立新的安全会话。 用户凭证通过新的安全会话从凭证服务传递给身份提供者,但计算设备不具有新安全会话的参数,因此无法访问所传递的用户凭据。 然后,凭证服务再次重新协商或恢复安全会话,以在凭证服务和身份提供商之间建立额外的安全会话。 附加安全会话的参数被传送到计算设备以允许计算设备继续与身份提供商通信。