This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification

com.sun.portal.wsrp.common.stubs
Interface WSRP_v1_Registration_PortType

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
WSRP_v1_Registration_PortType_Impl

public interface WSRP_v1_Registration_PortType
extends java.rmi.Remote


Method Summary
 ReturnAny deregister(RegistrationContext deregister)
           
 RegistrationState modifyRegistration(ModifyRegistration modifyRegistration)
           
 RegistrationContext register(RegistrationData register)
           
 

Method Detail

register

public RegistrationContext register(RegistrationData register)
                             throws OperationFailedFault,
                                    MissingParametersFault,
                                    java.rmi.RemoteException
Throws:
OperationFailedFault
MissingParametersFault
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 InvalidRegistrationFault,
                                            MissingParametersFault,
                                            OperationFailedFault,
                                            java.rmi.RemoteException
Throws:
InvalidRegistrationFault
MissingParametersFault
OperationFailedFault
java.rmi.RemoteException

This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification