org.apache.james.rrt.jpa.model
Class JPARecipientRewrite
java.lang.Object
org.apache.james.rrt.jpa.model.JPARecipientRewrite
@Entity(name="JamesRecipientRewrite")
public class JPARecipientRewrite
- extends Object
RecipientRewriteTable class for the James Virtual User Table to be used for JPA
persistence.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPARecipientRewrite
public JPARecipientRewrite(String user,
String domain,
String targetAddress)
- Use this simple constructor to create a new RecipientRewriteTable.
- Parameters:
user - , domain and their associated targetAddress
getUser
public String getUser()
getDomain
public String getDomain()
getTargetAddress
public String getTargetAddress()
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.