com.bea.wli.sb.transports
Class TransportValidationContext

java.lang.Object
  extended by com.bea.wli.sb.transports.TransportValidationContext

public class TransportValidationContext
extends Object

Container for supplying information to transport providers that can be used when implementing validation checks of endpoint configuration


Constructor Summary
TransportValidationContext(Locale locale, ServiceInfo info, Diagnostics diags)
           
 
Method Summary
 Diagnostics getDiagnostics()
           
 Locale getLocale()
           
 ServiceInfo getServiceInfo()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportValidationContext

public TransportValidationContext(Locale locale,
                                  ServiceInfo info,
                                  Diagnostics diags)
Method Detail

getLocale

public Locale getLocale()
Returns:
locale to be used when returning diagnostic messages from validation

getServiceInfo

public ServiceInfo getServiceInfo()
Returns:
information about the service to be validated

getDiagnostics

public Diagnostics getDiagnostics()
Returns:
container diagnostics object to be used for returning validation messages