org.broadleafcommerce.core.web.api.endpoint.customer
Class CustomerEndpoint
java.lang.Object
org.broadleafcommerce.core.web.api.endpoint.customer.CustomerEndpoint
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
@Component(value="blRestCustomerEndpoint")
@Scope(value="singleton")
public class CustomerEndpoint
- extends Object
- implements org.springframework.context.ApplicationContextAware
JAXRS endpoint for exposing Customer as RESTful services.
User: Kelly Tisdell
Date: 4/10/12
|
Method Summary |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customerService
protected CustomerService customerService
context
protected org.springframework.context.ApplicationContext context
CustomerEndpoint
public CustomerEndpoint()
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
Copyright © 2012. All Rights Reserved.