org.exoplatform.services.portletcontainer.test.portlet2
Class ObjectFactory
java.lang.Object
org.exoplatform.services.portletcontainer.test.portlet2.ObjectFactory
public class ObjectFactory
- extends Object
JAXB object factory.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectFactory
public ObjectFactory()
- simple constructor.
createMyEventPub
public final MyEventPub createMyEventPub()
- Returns:
- demo event
createTitle
public final javax.xml.bind.JAXBElement<String> createTitle(String value)
- Parameters:
value - title
- Returns:
- JAXB element
createAuthor
public final javax.xml.bind.JAXBElement<String> createAuthor(String value)
- Parameters:
value - author
- Returns:
- JAXB element
Copyright © 2009 eXo Platform SAS. All Rights Reserved.