public class XStreamTransformService extends Object
Constructor and Description |
---|
XStreamTransformService() |
Modifier and Type | Method and Description |
---|---|
Object |
transfor2Object(org.springframework.messaging.Message<?> inMessage)
xml转对象,采用xstream的方式
|
String |
transfor2Xml(org.springframework.messaging.Message<?> inMessage)
对象转xml,采用xstream的方式
|
public Object transfor2Object(org.springframework.messaging.Message<?> inMessage)
inMessage
- public String transfor2Xml(org.springframework.messaging.Message<?> inMessage)
inMessage
- Copyright © 2006–2018 TinyGroup. All rights reserved.