org.apache.juddi.api.impl
Class JUDDIApiImpl
java.lang.Object
org.apache.juddi.api.impl.AuthenticatedService
org.apache.juddi.api.impl.JUDDIApiImpl
- All Implemented Interfaces:
- Remote, JUDDIApiPortType
public class JUDDIApiImpl
- extends AuthenticatedService
- implements JUDDIApiPortType
- Author:
- Jeff Faath, Kurt T Stam
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUDDIApiImpl
public JUDDIApiImpl()
savePublisher
public PublisherDetail savePublisher(SavePublisher body)
throws DispositionReportFaultMessage
- Saves publisher(s) to the persistence layer. This method is specific to jUDDI.
- Specified by:
savePublisher in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
deletePublisher
public void deletePublisher(DeletePublisher body)
throws DispositionReportFaultMessage
- Deletes publisher(s) from the persistence layer. This method is specific to jUDDI.
- Specified by:
deletePublisher in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
getPublisherDetail
public PublisherDetail getPublisherDetail(GetPublisherDetail body)
throws DispositionReportFaultMessage
- Retrieves publisher(s) from the persistence layer. This method is specific to jUDDI.
- Specified by:
getPublisherDetail in interface JUDDIApiPortType
- Returns:
- returns org.apache.juddi.api_v3.PublisherDetail
- Throws:
DispositionReportFaultMessage
getAllPublisherDetail
public PublisherDetail getAllPublisherDetail(GetAllPublisherDetail body)
throws DispositionReportFaultMessage,
RemoteException
- Specified by:
getAllPublisherDetail in interface JUDDIApiPortType
- Returns:
- returns org.apache.juddi.api_v3.PublisherDetail
- Throws:
DispositionReportFaultMessage
RemoteException
adminDeleteTModel
public void adminDeleteTModel(DeleteTModel body)
throws DispositionReportFaultMessage
- Specified by:
adminDeleteTModel in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
deleteClientSubscriptionInfo
public void deleteClientSubscriptionInfo(DeleteClientSubscriptionInfo body)
throws DispositionReportFaultMessage,
RemoteException
- Specified by:
deleteClientSubscriptionInfo in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
RemoteException
saveClientSubscriptionInfo
public ClientSubscriptionInfoDetail saveClientSubscriptionInfo(SaveClientSubscriptionInfo body)
throws DispositionReportFaultMessage,
RemoteException
- Specified by:
saveClientSubscriptionInfo in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
RemoteException
getAllClientSubscriptionInfoDetail
public ClientSubscriptionInfoDetail getAllClientSubscriptionInfoDetail(GetAllClientSubscriptionInfoDetail body)
throws DispositionReportFaultMessage
- Throws:
DispositionReportFaultMessage
getClientSubscriptionInfoDetail
public ClientSubscriptionInfoDetail getClientSubscriptionInfoDetail(GetClientSubscriptionInfoDetail body)
throws DispositionReportFaultMessage
- Retrieves clientSubscriptionKey(s) from the persistence layer. This method is specific to jUDDI.
- Throws:
DispositionReportFaultMessage
saveClerk
public ClerkDetail saveClerk(SaveClerk body)
throws DispositionReportFaultMessage
- Saves clerk(s) to the persistence layer. This method is specific to jUDDI.
- Specified by:
saveClerk in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
saveNode
public NodeDetail saveNode(SaveNode body)
throws DispositionReportFaultMessage
- Saves nodes(s) to the persistence layer. This method is specific to jUDDI.
- Specified by:
saveNode in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
invokeSyncSubscription
public SyncSubscriptionDetail invokeSyncSubscription(SyncSubscription body)
throws DispositionReportFaultMessage,
RemoteException
- Instructs the registry to perform a synchronous subscription response.
- Specified by:
invokeSyncSubscription in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
RemoteException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.