|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bowstreet.builders.webapp.methods.JsonRestructureHandler
public class JsonRestructureHandler
RestructureFeedData for REST Service Call builder to convert JSON to XML.
JSONUtil
,
JSON2XMLHandlerImpl
Constructor Summary | |
---|---|
JsonRestructureHandler()
|
Method Summary | |
---|---|
boolean |
canProcess(IXml feed)
Specifies if this handler can process the specified feed. |
java.lang.String |
getName()
Gets the Localized name for this handler, which is to be displayed in the Restructure Type input of the REST Service Call builder. |
IXml |
processDesigntimeFeed(IXml arg0)
Performs the processing of the specified feed that is used at designtime to generate the result schema. |
IXml |
processRuntimeFeed(IXml feed)
Performs the processing of the specified feed used at runtime. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JsonRestructureHandler()
Method Detail |
---|
public boolean canProcess(IXml feed)
canProcess
in interface RestructureFeedData
feed
- The raw feed data from the Rest Service Call.
public java.lang.String getName()
getName
in interface RestructureFeedData
public IXml processDesigntimeFeed(IXml arg0)
processDesigntimeFeed
in interface RestructureFeedData
feed
- The raw feed data from the Rest Service Call.
public IXml processRuntimeFeed(IXml feed)
processRuntimeFeed
in interface RestructureFeedData
feed
- The raw feed data from the Rest Service Call.
JSONUtil.json2Xml(String, JSON2XMLHandler)
,
getConversionHandler()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |