Sonic ESB API

com.sonicsw.xq
Interface XQAddress

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
XQProcessAddress

public interface XQAddress
extends java.io.Serializable

Implementations of the XQAddress interface represent addresses used by SonicXQ. Addresses have a name and a type where types must be one of the values defined in XQConstants (XQConstants.ADDRESS_ENDPOINT, XQConstants.ADDRESS_SERVICE, XQConstants.ADDRESS_PROCESS or XQConstants.REPLY_TO)


Method Summary
 java.lang.String getName()
          Return the name of this XQAddress object
 int getType()
          Return the type of this XQAddress.
 

Method Detail

getName

java.lang.String getName()
Return the name of this XQAddress object

Returns:
the name of the address

getType

int getType()
Return the type of this XQAddress.

Returns:
the type of the address either XQConstants.ADDRESS_ENDPOINT, XQConstants.ADDRESS_SERVICE, XQConstants.ADDRESS_PROCESS or XQConstants.ADDRESS_REPLY_TO

Sonic ESB API

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