Sonic ESB API

com.sonicsw.esb.service.common
Interface SFCServiceDescriptor

All Known Implementing Classes:
AbstractSFCServiceImpl, SimpleServiceDescriptor

public interface SFCServiceDescriptor

Describes a service type.


Method Summary
 java.lang.String getCopyright()
          Provides the copyright string for this service type.
 java.lang.String getDisplayName()
          Provides the display name of this service type.
 java.lang.String getName()
          Provides the name of this service type.
 VersionNumber getVersion()
          Provides the version number for this service type.
 

Method Detail

getName

java.lang.String getName()
Provides the name of this service type.


getDisplayName

java.lang.String getDisplayName()
Provides the display name of this service type.


getVersion

VersionNumber getVersion()
Provides the version number for this service type.


getCopyright

java.lang.String getCopyright()
Provides the copyright string for this service type.


Sonic ESB API

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