站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

RegistrationEndpoint - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.wsrp.endpoints
Class RegistrationEndpoint

java.lang.Object
  extended byorg.jboss.portal.wsrp.endpoints.WSRPBaseEndpoint
      extended byorg.jboss.portal.wsrp.endpoints.RegistrationEndpoint
All Implemented Interfaces:
javax.xml.rpc.server.ServiceLifecycle

public class RegistrationEndpoint
extends WSRPBaseEndpoint

Since:
2.4
Version:
$Revision: 5440 $
Author:
Chris Laprun

Field Summary
 
Fields inherited from class org.jboss.portal.wsrp.endpoints.WSRPBaseEndpoint
context, producer
 
Constructor Summary
RegistrationEndpoint()
           
 
Method Summary
 ReturnAny deregister(RegistrationContext deregister)
           
 RegistrationState modifyRegistration(ModifyRegistration modifyRegistration)
           
 RegistrationContext register(RegistrationData register)
           
 
Methods inherited from class org.jboss.portal.wsrp.endpoints.WSRPBaseEndpoint
destroy, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationEndpoint

public RegistrationEndpoint()
Method Detail

register

public RegistrationContext register(RegistrationData register)
                             throws MissingParametersFault,
                                    OperationFailedFault,
                                    java.rmi.RemoteException
Throws:
MissingParametersFault
OperationFailedFault
java.rmi.RemoteException

deregister

public ReturnAny deregister(RegistrationContext deregister)
                     throws OperationFailedFault,
                            InvalidRegistrationFault,
                            java.rmi.RemoteException
Throws:
OperationFailedFault
InvalidRegistrationFault
java.rmi.RemoteException

modifyRegistration

public RegistrationState modifyRegistration(ModifyRegistration modifyRegistration)
                                     throws MissingParametersFault,
                                            OperationFailedFault,
                                            InvalidRegistrationFault,
                                            java.rmi.RemoteException
Throws:
MissingParametersFault
OperationFailedFault
InvalidRegistrationFault
java.rmi.RemoteException