org.jasig.schedassist.portlet.spring
Class FailSafeWsdl11DestinationProvider
java.lang.Object
org.springframework.ws.client.support.destination.AbstractCachingDestinationProvider
org.springframework.ws.client.support.destination.Wsdl11DestinationProvider
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
| 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 |
|
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 |
FailSafeWsdl11DestinationProvider
public FailSafeWsdl11DestinationProvider()
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.