org.apache.juddi.rmi
Class JUDDIApiService
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.apache.juddi.rmi.JUDDIApiService
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, JUDDIApiPortType
public class JUDDIApiService
- extends java.rmi.server.UnicastRemoteObject
- implements JUDDIApiPortType
UDDIPublicationPortType wrapper so it can be exposed as a service over RMI.
- Author:
- Kurt T Stam
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
JUDDIApiService
protected JUDDIApiService()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deletePublisher
public void deletePublisher(DeletePublisher body)
throws DispositionReportFaultMessage,
java.rmi.RemoteException
- Specified by:
deletePublisher
in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
java.rmi.RemoteException
getAllPublisherDetail
public PublisherDetail getAllPublisherDetail(GetAllPublisherDetail body)
throws DispositionReportFaultMessage,
java.rmi.RemoteException
- Specified by:
getAllPublisherDetail
in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
java.rmi.RemoteException
getPublisherDetail
public PublisherDetail getPublisherDetail(GetPublisherDetail body)
throws DispositionReportFaultMessage,
java.rmi.RemoteException
- Specified by:
getPublisherDetail
in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
java.rmi.RemoteException
savePublisher
public PublisherDetail savePublisher(SavePublisher body)
throws DispositionReportFaultMessage,
java.rmi.RemoteException
- Specified by:
savePublisher
in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
java.rmi.RemoteException
adminDeleteTModel
public void adminDeleteTModel(DeleteTModel body)
throws DispositionReportFaultMessage,
java.rmi.RemoteException
- Specified by:
adminDeleteTModel
in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
java.rmi.RemoteException
deleteClientSubscriptionInfo
public void deleteClientSubscriptionInfo(DeleteClientSubscriptionInfo body)
throws DispositionReportFaultMessage,
java.rmi.RemoteException
- Specified by:
deleteClientSubscriptionInfo
in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
java.rmi.RemoteException
saveClientSubscriptionInfo
public ClientSubscriptionInfoDetail saveClientSubscriptionInfo(SaveClientSubscriptionInfo body)
throws DispositionReportFaultMessage,
java.rmi.RemoteException
- Specified by:
saveClientSubscriptionInfo
in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
java.rmi.RemoteException
saveClerk
public ClerkDetail saveClerk(SaveClerk body)
throws DispositionReportFaultMessage,
java.rmi.RemoteException
- Specified by:
saveClerk
in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
java.rmi.RemoteException
saveNode
public NodeDetail saveNode(SaveNode body)
throws DispositionReportFaultMessage,
java.rmi.RemoteException
- Specified by:
saveNode
in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
java.rmi.RemoteException
invokeSyncSubscription
public SyncSubscriptionDetail invokeSyncSubscription(SyncSubscription body)
throws DispositionReportFaultMessage,
java.rmi.RemoteException
- Specified by:
invokeSyncSubscription
in interface JUDDIApiPortType
- Throws:
DispositionReportFaultMessage
java.rmi.RemoteException
Copyright © 2004-2010. All Rights Reserved.