org.apache.servicemix.nmr.examples.nmr.client
Class Client

java.lang.Object
  extended by org.apache.servicemix.nmr.examples.nmr.client.Client
All Implemented Interfaces:
java.lang.Runnable, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class Client
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, java.lang.Runnable


Constructor Summary
Client()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 org.apache.servicemix.nmr.api.NMR getNmr()
           
 void run()
           
 void setNmr(org.apache.servicemix.nmr.api.NMR nmr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception

destroy

public void destroy()
             throws java.lang.Exception
Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
Throws:
java.lang.Exception

setNmr

public void setNmr(org.apache.servicemix.nmr.api.NMR nmr)

getNmr

public org.apache.servicemix.nmr.api.NMR getNmr()

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.