org.jasig.springframework.ws.client.support.destination
Class FailSafeWsdl11DestinationProvider
java.lang.Object
org.springframework.ws.client.support.destination.AbstractCachingDestinationProvider
org.springframework.ws.client.support.destination.Wsdl11DestinationProvider
org.jasig.springframework.ws.client.support.destination.FailSafeWsdl11DestinationProvider
- All Implemented Interfaces:
- org.springframework.ws.client.support.destination.DestinationProvider
public class FailSafeWsdl11DestinationProvider
- extends org.springframework.ws.client.support.destination.Wsdl11DestinationProvider
Wraps the WSDL Resource so that Resource.exists() always returns true.
- Version:
- $Revision: 1.1 $
- Author:
- Eric Dalquist
| 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 © 2013 Jasig. All Rights Reserved.