Email Answering System
Version 1.0

com.ninecode.email.beans.slave.web
Class WebFetch

java.lang.Object
  |
  +--com.ninecode.email.beans.slave.Robot
        |
        +--com.ninecode.email.beans.slave.web.WebFetch
All Implemented Interfaces:
EnterpriseBean, MessageDrivenBean, MessageListener, Serializable

public class WebFetch
extends Robot

Message driven bean to handle web requests.

See Also:
Serialized Form

Field Summary
protected  WebBean mWebBean
           
 
Constructor Summary
WebFetch()
           
 
Method Summary
 String getURL(String content)
           
 String help()
           
 void onMessage(Message message)
          Process a message.
 
Methods inherited from class com.ninecode.email.beans.slave.Robot
ejbCreate, ejbRemove, replyMessage, setMessageDrivenContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mWebBean

protected WebBean mWebBean
Constructor Detail

WebFetch

public WebFetch()
Method Detail

getURL

public String getURL(String content)

help

public String help()

onMessage

public void onMessage(Message message)
Process a message.

Specified by:
onMessage in interface MessageListener
Specified by:
onMessage in class Robot
Parameters:
message - The message to process.
See Also:
Robot.replyMessage(javax.jms.Message, java.lang.String, java.lang.String)

Email Answering System
Version 1.0

Copyright © 2003 Derrick Oswald. All rights reserved.