public abstract class AbstractWSEndpoint extends Object
| Constructor and Description |
|---|
AbstractWSEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
protected <C> Collection<C> |
convert(Collection<?> source,
Class<C> targetType)
Convenience method that converts the
source Collection to
Collection of targetType objects. |
protected <C> C |
convert(Object source,
Class<C> targetType)
Convenience method that converts the
source to
targetType . |
void |
setDomainTransportConversionService(org.springframework.core.convert.ConversionService domainTransportConversionService)
Sets the
ConversionService to use for type and domain to
transport conversion. |
protected <C> C convert(Object source, Class<C> targetType)
source to
targetType .C - the generic target typesource - the source to converttargetType - the target type to convert toprotected <C> Collection<C> convert(Collection<?> source, Class<C> targetType)
source Collection to
Collection of targetType objects.C - the generic target typesource - the source Collection to converttargetType - the target type to convert topublic void setDomainTransportConversionService(org.springframework.core.convert.ConversionService domainTransportConversionService)
ConversionService to use for type and domain to
transport conversion.domainTransportConversionService - the ConversionService to useCopyright © 2006–2018 Esito AS. All rights reserved.