Packagecom.adobe.kiwi.connections
Classpublic class Endpoint

Represents an endpoint that provides services, and which supports a specific protocol.



Public Properties
 PropertyDefined by
  name : String
A user-friendly description of this Connection.
Endpoint
  protocol : IProtocol
The specific protocol that this Endpoint uses.
Endpoint
  uri : URI
The URI to which service calls should be made.
Endpoint
Public Methods
 FunctionDefined by
  
Endpoint(name:String, uri:URI, protocol:IProtocol)
Constructor.
Endpoint
  
toString():String
Endpoint
Property detail
name property
public var name:String

A user-friendly description of this Connection.
protocol property
public var protocol:IProtocol

The specific protocol that this Endpoint uses.
uri property
public var uri:URI

The URI to which service calls should be made.
Constructor detail
Endpoint constructor

public function Endpoint(name:String, uri:URI, protocol:IProtocol)

Constructor.

Parameters
name:String — the name of the Endpoint
uri:URI — the URI to which service calls should be made
protocol:IProtocol — the specific protocol that this Endpoint uses
Method detail
toString method

public function toString():String

Returns
String




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/labs/kiwi/connections/com/adobe/kiwi/connections/Endpoint.html