com.atlassian.jira.web.servlet.rpc
Interface XmlRpcRequestProcessor

All Known Implementing Classes:
PluggableXmlRpcRequestProcessor

public interface XmlRpcRequestProcessor

Component responsible for processing XML-RPC requests.

Since:
v4.4

Method Summary
 byte[] process(InputStream request)
          Execute given XML-RPC request.
 

Method Detail

process

byte[] process(InputStream request)
Execute given XML-RPC request.

Parameters:
request - XML-RPC request to execute
Returns:
XML-RPC-comppatible response as byte array


Copyright © 2002-2012 Atlassian. All Rights Reserved.