© 2001 BEA Systems, Inc.

com.beasys.commerce.ebusiness.customer.pipeline
Class RegisterUserPC

java.lang.Object
  |
  +--com.beasys.commerce.foundation.pipeline.CommercePipelineComponent
        |
        +--com.beasys.commerce.ebusiness.customer.pipeline.RegisterUserPC
All Implemented Interfaces:
PipelineComponent

public class RegisterUserPC
extends CommercePipelineComponent

RegisterUserPC helps to register a user by extracting CutstomerValue and password from the PipelineSesion.
It does the following,


Constructor Summary
RegisterUserPC()
           
 
Method Summary
 PipelineSession process(PipelineSession pSession)
          See the class documentation above.
 
Methods inherited from class com.beasys.commerce.foundation.pipeline.CommercePipelineComponent
getConnection, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisterUserPC

public RegisterUserPC()
Method Detail

process

public PipelineSession process(PipelineSession pSession)
                        throws PipelineFatalException,
                               PipelineNonFatalException,
                               java.rmi.RemoteException
See the class documentation above.
Parameters:
pSession - PipelineSession from where it gets CustomerValue object and the password.
Returns:
Updated PipelineSession
Throws:
PipelineFatalException - If failed to create a user.
PipelineNonFatalException -  
java.rmi.RemoteException -  

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved