public interface IUDDIPlugin
Modifier and Type | Interface and Description |
---|---|
static interface |
IUDDIPlugin.IReportGovernanceCapabilitiesContext
|
Modifier and Type | Method and Description |
---|---|
IInquiry |
getInquiry()
Returns the
IInquiry interface |
IPublisher |
getPublisher()
Returns the
IPublisher interface |
IUDDISettings |
getUDDISettings()
Returns the settings of the plugin
|
void |
reportGovernanceCapabilites(IUDDIPlugin.IReportGovernanceCapabilitiesContext context)
Provides metadata about a governance entity
|
boolean |
supportsPublishing()
Returns true if this UDDI plugin supports publishing services to the UDDI server.
|
IUDDISettings getUDDISettings()
IInquiry getInquiry() throws java.lang.Exception
IInquiry
interface.
java.lang.Exception
IPublisher getPublisher() throws java.lang.Exception
IPublisher
interface.
java.lang.Exception
boolean supportsPublishing()
void reportGovernanceCapabilites(IUDDIPlugin.IReportGovernanceCapabilitiesContext context) throws java.lang.Exception
java.lang.Exception