public interface Address
Modifier and Type | Method and Description |
---|---|
void |
addLinkedAddress(Address address) |
boolean |
containsWildCard() |
SimpleString |
getAddress() |
SimpleString[] |
getAddressParts() |
List<Address> |
getLinkedAddresses() |
boolean |
matches(Address add) |
void |
removeAddressPart(int pos) |
void |
removeLinkedAddress(Address actualAddress) |
SimpleString getAddress()
SimpleString[] getAddressParts()
boolean containsWildCard()
void addLinkedAddress(Address address)
void removeLinkedAddress(Address actualAddress)
void removeAddressPart(int pos)
boolean matches(Address add)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.