org.broadleafcommerce.core.web.api.endpoint.customer
Class CustomerEndpoint

java.lang.Object
  extended by 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


Field Summary
protected  org.springframework.context.ApplicationContext context
           
protected  CustomerService customerService
           
 
Constructor Summary
CustomerEndpoint()
           
 
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
 

Field Detail

customerService

protected CustomerService customerService

context

protected org.springframework.context.ApplicationContext context
Constructor Detail

CustomerEndpoint

public CustomerEndpoint()
Method Detail

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 © 2013. All Rights Reserved.