Package | Description |
---|---|
org.apache.ws.scout.model.uddi.v2 | |
org.apache.ws.scout.registry |
Modifier and Type | Method and Description |
---|---|
DispositionReport |
ObjectFactory.createDispositionReport()
Create an instance of
DispositionReport |
Modifier and Type | Method and Description |
---|---|
JAXBElement<DispositionReport> |
ObjectFactory.createDispositionReport(DispositionReport value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<DispositionReport> |
ObjectFactory.createDispositionReport(DispositionReport value)
|
Modifier and Type | Method and Description |
---|---|
DispositionReport |
RegistryImpl.deleteBinding(String authInfo,
String[] bindingKeyArray)
"Used to remove an existing bindingTemplate from the bindingTemplates
collection that is part of a specified businessService structure."
|
DispositionReport |
IRegistry.deleteBinding(String authInfo,
String[] bindingKeyArray)
"Used to remove an existing bindingTemplate from the bindingTemplates
collection that is part of a specified businessService structure."
|
DispositionReport |
RegistryImpl.deleteBusiness(String authInfo,
String[] businessKeyArray)
"Used to delete registered businessEntity information from the registry."
|
DispositionReport |
IRegistry.deleteBusiness(String authInfo,
String[] businessKeyArray)
"Used to delete registered businessEntity information from the registry."
|
DispositionReport |
RegistryImpl.deletePublisherAssertions(String authInfo,
PublisherAssertion[] assertionArray) |
DispositionReport |
IRegistry.deletePublisherAssertions(String authInfo,
PublisherAssertion[] assertionArray) |
DispositionReport |
RegistryImpl.deleteService(String authInfo,
String[] serviceKeyArray)
"Used to delete an existing businessService from the businessServices
collection that is part of a specified businessEntity."
|
DispositionReport |
IRegistry.deleteService(String authInfo,
String[] serviceKeyArray)
"Used to delete an existing businessService from the businessServices
collection that is part of a specified businessEntity."
|
DispositionReport |
RegistryImpl.deleteTModel(String authInfo,
String[] tModelKeyArray)
"Used to delete registered information about a tModel.
|
DispositionReport |
IRegistry.deleteTModel(String authInfo,
String[] tModelKeyArray)
"Used to delete registered information about a tModel.
|
DispositionReport |
RegistryException.getDispositionReport()
Returns the disposition report associated with this jUDDI exception.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryException.setDispositionReport(DispositionReport dispRpt)
Sets the UDDI DispositionReport value to the instance
specified
|
Constructor and Description |
---|
RegistryException(String fCode,
String fString,
String fActor,
DispositionReport dispRpt)
Constructs a RegistryException instance.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.