public class AddressAdapterImpl extends Object implements AddressAdapter, Externalizable
| Constructor and Description |
|---|
AddressAdapterImpl() |
AddressAdapterImpl(Address address) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
static List<AddressAdapter> |
toAddressAdapter(List<Address> ispnAddresses) |
void |
writeExternal(ObjectOutput out) |
public AddressAdapterImpl()
public AddressAdapterImpl(Address address)
public static List<AddressAdapter> toAddressAdapter(List<Address> ispnAddresses)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.