org.mule.samples.voipservice.service
Class AddressValidationService

java.lang.Object
  extended by org.mule.samples.voipservice.service.AddressValidationService
All Implemented Interfaces:
AddressValidation

public class AddressValidationService
extends Object
implements AddressValidation


Field Summary
protected static Log logger
           
 
Fields inherited from interface org.mule.samples.voipservice.interfaces.AddressValidation
FAILURE, SUCCESS
 
Constructor Summary
AddressValidationService()
           
 
Method Summary
 int validateAddress(AddressTO addressTO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static transient Log logger
Constructor Detail

AddressValidationService

public AddressValidationService()
Method Detail

validateAddress

public int validateAddress(AddressTO addressTO)
Specified by:
validateAddress in interface AddressValidation


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.