Package | Description |
---|---|
org.springframework.ws.client.core |
Core package of the Spring-WS client-side support.
|
org.springframework.ws.client.core.support |
Convenient super class for application classes that need Web service access.
|
org.springframework.ws.client.support.destination |
Provides the
DestinationProvider interface. |
Modifier and Type | Method and Description |
---|---|
DestinationProvider |
WebServiceTemplate.getDestinationProvider()
Returns the destination provider used on operations that do not have a URI parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
WebServiceTemplate.setDestinationProvider(DestinationProvider destinationProvider)
Set the destination provider URI to be used on operations that do not have a URI parameter.
|
Modifier and Type | Method and Description |
---|---|
DestinationProvider |
WebServiceGatewaySupport.getDestinationProvider()
Returns the destination provider used by the gateway.
|
Modifier and Type | Method and Description |
---|---|
void |
WebServiceGatewaySupport.setDestinationProvider(DestinationProvider destinationProvider)
Set the destination provider URI used by the gateway.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCachingDestinationProvider
Abstract base class for
DestinationProvider implementations that cache destination URI. |
class |
Wsdl11DestinationProvider
Implementation of the
DestinationProvider that resolves a destination URI from a WSDL file. |
Copyright © 2020 Pivotal Software. All rights reserved.