org.mule.example.bookstore.client
Class BookstoreClient

java.lang.Object
  extended by org.mule.example.bookstore.client.BookstoreClient

public class BookstoreClient
extends Object


Field Summary
protected static Bookstore bookstore
           
protected static Log logger
           
protected  MuleContext muleContext
           
 
Constructor Summary
BookstoreClient(String config)
           
 
Method Summary
 void close()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static transient Log logger

bookstore

protected static Bookstore bookstore

muleContext

protected MuleContext muleContext
Constructor Detail

BookstoreClient

public BookstoreClient(String config)
                throws MuleException
Throws:
MuleException
Method Detail

close

public void close()

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.