You are here

function wsdata_simple_xml_processor::accepts in Web Service Data 7

Overrides WsData::accepts

File

./wsdata_simple_xml.wsdata.processor.inc, line 30

Class

wsdata_simple_xml_processor

Code

function accepts() {
  return array(
    'xml',
  );
}