de.extra.client.plugins.outputplugin.ws
Class WsOutputPlugin

java.lang.Object
  extended by de.extra.client.plugins.outputplugin.ws.WsOutputPlugin
All Implemented Interfaces:
IOutputPlugin

@Named(value="wsOutputPlugin")
public class WsOutputPlugin
extends Object
implements IOutputPlugin

Version:
$Id: WsOutputPlugin.java 1449 2013-01-11 10:45:54Z potap.rentenservice@gmail.com $
Author:
Thorsten Vogel

Constructor Summary
WsOutputPlugin()
           
 
Method Summary
 InputStream outputData(InputStream requestAsStream)
           
 void setEndpointUrl(String endpointUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsOutputPlugin

public WsOutputPlugin()
Method Detail

outputData

public InputStream outputData(InputStream requestAsStream)
Specified by:
outputData in interface IOutputPlugin
See Also:
IOutputPlugin.outputData(java.io.InputStream)

setEndpointUrl

public void setEndpointUrl(String endpointUrl)
Parameters:
endpointUrl - the endpointUrl to set


Copyright © 2012-2013. All Rights Reserved.