org.apache.camel.example.cxf.proxy
Class EnrichBean

java.lang.Object
  extended by org.apache.camel.example.cxf.proxy.EnrichBean

public class EnrichBean
extends Object

A bean to enrich the proxied web service to ensure the input is valid and add additional information

Version:

Constructor Summary
EnrichBean()
           
 
Method Summary
 Document enrich(Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnrichBean

public EnrichBean()
Method Detail

enrich

public Document enrich(Document doc)


Apache CAMEL