org.jasig.schedassist.portlet.spring
Class FailSafeWsdl11DestinationProvider

java.lang.Object
  extended by org.springframework.ws.client.support.destination.AbstractCachingDestinationProvider
      extended by org.springframework.ws.client.support.destination.Wsdl11DestinationProvider
          extended by org.jasig.schedassist.portlet.spring.FailSafeWsdl11DestinationProvider
All Implemented Interfaces:
org.springframework.ws.client.support.destination.DestinationProvider

public class FailSafeWsdl11DestinationProvider
extends org.springframework.ws.client.support.destination.Wsdl11DestinationProvider

Subclass of Wsdl11DestinationProvider that overrides the setWsdl(Resource) to nullify one of it's tests that may cause the portlet to fail to load if the WSDL is temporarily unreachable.

Version:
$Id: FailSafeWsdl11DestinationProvider.java $
Author:
Nicholas Blair, nblair@doit.wisc.edu

Field Summary
 
Fields inherited from class org.springframework.ws.client.support.destination.Wsdl11DestinationProvider
DEFAULT_WSDL_LOCATION_EXPRESSION
 
Fields inherited from class org.springframework.ws.client.support.destination.AbstractCachingDestinationProvider
logger
 
Constructor Summary
FailSafeWsdl11DestinationProvider()
           
 
Method Summary
 void setWsdl(org.springframework.core.io.Resource wsdlResource)
           
 
Methods inherited from class org.springframework.ws.client.support.destination.Wsdl11DestinationProvider
lookupDestination, setLocationExpression
 
Methods inherited from class org.springframework.ws.client.support.destination.AbstractCachingDestinationProvider
getDestination, setCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FailSafeWsdl11DestinationProvider

public FailSafeWsdl11DestinationProvider()
Method Detail

setWsdl

public void setWsdl(org.springframework.core.io.Resource wsdlResource)
Overrides:
setWsdl in class org.springframework.ws.client.support.destination.Wsdl11DestinationProvider


Copyright © 2012 Jasig. All Rights Reserved.