public class PrivateService extends Object
AbstractPrivatePage
. The special about this class is the lack of
public constructor. Instantiation is done with the static create()
method. Dynamic
proxies do not work with these kind of classes.
This class is instantiated in applicationContext.xml.
For more info see AbstractPrivatePage
.public static PrivateService create()
public String getMessage()
Copyright © 2015. All rights reserved.