|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.component.spring.ws.converter.StringSourceConverter
@Converter public final class StringSourceConverter
A helper class to transform to and from StringSource
implementations
available in both Camel and Spring Webservices.
StringSource
implementations, this converter handles these (corner)cases.
Note that conversion options are limited by Spring's StringSource
since it's the most simple one. It has just one constructor that accepts a
String as input.
Method Summary | |
---|---|
static org.springframework.xml.transform.StringSource |
toStringSourceFromCamel(StringSource camelStringSource)
Converts a Camel StringSource
to a Spring-WS StringSource |
static StringSource |
toStringSourceFromSpring(org.springframework.xml.transform.StringSource springStringSource)
Converts a Spring-WS StringSource
to a Camel StringSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Converter public static StringSource toStringSourceFromSpring(org.springframework.xml.transform.StringSource springStringSource)
StringSource
to a Camel StringSource
@Converter public static org.springframework.xml.transform.StringSource toStringSourceFromCamel(StringSource camelStringSource)
StringSource
to a Spring-WS StringSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |