Package org.syrup.services

Examples of org.syrup.services.BlobClient


            location = args[0];
        }

        Context ctx = new InitialContext();

        BlobClient client = new BlobClient(location);
        ctx.rebind("syrupBlobClient", client);

    }
View Full Code Here

TOP

Related Classes of org.syrup.services.BlobClient

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.