You can use Design View in WebLogic Workshop to add support for a conversation by choosing the methods, callbacks, and callback handlers that will participate in the conversation, and then setting the conversation phase attribute for those items.
Note that adding conversation support assumes that state-related data is held in member variables whose types support serialization. WebLogic Workshop uses serialization to save state-related data between communications with clients and resources. In most cases, you may find that supporting serialization requires no extra effort on your part. For more information, see Supporting Serialization.
To Add Support for Conversations in Design View