org.ow2.petals.bc.filetransfer.service.provide
Class PutFileService

java.lang.Object
  extended by org.ow2.petals.bc.filetransfer.service.provide.AbstractFileService
      extended by org.ow2.petals.bc.filetransfer.service.provide.PutFileService

public class PutFileService
extends AbstractFileService

Writing JBI in-message payload in a file. Xml and non-xml content can be process.

Author:
”Mathieu CARROLLE - mathieu.carrolle@petalslink.com”

Field Summary
 
Fields inherited from class org.ow2.petals.bc.filetransfer.service.provide.AbstractFileService
extensions, logger
 
Constructor Summary
PutFileService(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions extensions, java.util.logging.Logger logger)
           
 
Method Summary
 void process(org.ow2.petals.component.framework.api.message.Exchange exchange, org.w3c.dom.Document inMessageDoc)
           
 
Methods inherited from class org.ow2.petals.bc.filetransfer.service.provide.AbstractFileService
getTargetFileName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PutFileService

public PutFileService(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions extensions,
                      java.util.logging.Logger logger)
Method Detail

process

public void process(org.ow2.petals.component.framework.api.message.Exchange exchange,
                    org.w3c.dom.Document inMessageDoc)
             throws javax.jbi.messaging.MessagingException
Specified by:
process in class AbstractFileService
Throws:
javax.jbi.messaging.MessagingException


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.