Sonic ESB API

com.sonicsw.esb.mgmtapi.config
Interface IAddress


public interface IAddress

An address represents a destination on the ESB. Addresses are used to represent Endpoints, Services and processes as destinations to be invoked. Addresses are also used to represent RME and Fault destinations to which errors are reported by services and processes. To obtain an address, locate the underlying entity (e.g. process) and obtain its address.


Nested Class Summary
static class IAddress.AddressType
           
 
Field Summary
static IAddress.AddressType TYPE_ENDPOINT
           
static IAddress.AddressType TYPE_PROCESS
           
static IAddress.AddressType TYPE_REPLYTO
           
static IAddress.AddressType TYPE_SERVICE
           
 
Method Summary
 IAddress.AddressType getAddressType()
          Get the type of the address.
 java.lang.String getDestinationName()
          Get the name of the destination of the address.
 

Field Detail

TYPE_PROCESS

static final IAddress.AddressType TYPE_PROCESS

TYPE_SERVICE

static final IAddress.AddressType TYPE_SERVICE

TYPE_ENDPOINT

static final IAddress.AddressType TYPE_ENDPOINT

TYPE_REPLYTO

static final IAddress.AddressType TYPE_REPLYTO
Method Detail

getDestinationName

java.lang.String getDestinationName()
Get the name of the destination of the address.

Returns:
the name

getAddressType

IAddress.AddressType getAddressType()
Get the type of the address.

Returns:
the type

Sonic ESB API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.