public interface JUDDIApiPortType
Modifier and Type | Method and Description |
---|---|
void |
adminDeleteTModel(DeleteTModel body)
Removes a tModel from the database.
|
void |
deleteClientSubscriptionInfo(DeleteClientSubscriptionInfo body)
deletes records created from calling save_ClientSubscriptionInfo
|
void |
deletePublisher(DeletePublisher body)
Deletes a publisher.
|
PublisherDetail |
getAllPublisherDetail(GetAllPublisherDetail body)
Returns all publishers that are defined.
|
PublisherDetail |
getPublisherDetail(GetPublisherDetail parameters)
Returns a specific publisher
|
SyncSubscriptionDetail |
invokeSyncSubscription(SyncSubscription syncSubscription)
Instructs the registry to perform a synchronous subscription response.
|
ClerkDetail |
saveClerk(SaveClerk body)
Saves a clerk (associate credentials with a stored node)
|
ClientSubscriptionInfoDetail |
saveClientSubscriptionInfo(SaveClientSubscriptionInfo body)
Associates a subscription with a clerk
|
NodeDetail |
saveNode(SaveNode body)
Saves a UDDI Node to the database.
|
PublisherDetail |
savePublisher(SavePublisher body)
Saves a publisher to the database.
|
PublisherDetail getPublisherDetail(GetPublisherDetail parameters) throws DispositionReportFaultMessage, RemoteException
parameters
- DispositionReportFaultMessage
RemoteException
void deleteClientSubscriptionInfo(DeleteClientSubscriptionInfo body) throws DispositionReportFaultMessage, RemoteException
body
- DispositionReportFaultMessage
RemoteException
PublisherDetail getAllPublisherDetail(GetAllPublisherDetail body) throws DispositionReportFaultMessage, RemoteException
body
- DispositionReportFaultMessage
RemoteException
ClerkDetail saveClerk(SaveClerk body) throws DispositionReportFaultMessage, RemoteException
body
- DispositionReportFaultMessage
RemoteException
void deletePublisher(DeletePublisher body) throws DispositionReportFaultMessage, RemoteException
body
- DispositionReportFaultMessage
RemoteException
NodeDetail saveNode(SaveNode body) throws DispositionReportFaultMessage, RemoteException
body
- DispositionReportFaultMessage
RemoteException
PublisherDetail savePublisher(SavePublisher body) throws DispositionReportFaultMessage, RemoteException
body
- DispositionReportFaultMessage
RemoteException
void adminDeleteTModel(DeleteTModel body) throws DispositionReportFaultMessage, RemoteException
body
- DispositionReportFaultMessage
RemoteException
ClientSubscriptionInfoDetail saveClientSubscriptionInfo(SaveClientSubscriptionInfo body) throws DispositionReportFaultMessage, RemoteException
body
- DispositionReportFaultMessage
RemoteException
@RequestWrapper(localName="invoke_SyncSubscription", targetNamespace="urn:juddi-apache-org:api_v3", className="org.apache.juddi.api_v3.SyncSubscriptionRequest") @ResponseWrapper(localName="invoke_SyncSubscriptionResponse", targetNamespace="urn:juddi-apache-org:api_v3", className="org.apache.juddi.api_v3.SyncSubscriptionDetailResponse") SyncSubscriptionDetail invokeSyncSubscription(SyncSubscription syncSubscription) throws DispositionReportFaultMessage, RemoteException
syncSubscription
- DispositionReportFaultMessage
RemoteException
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.