org.apache.chemistry.opencmis.commons.impl
Class JaxBHelper.CMISExtraObjectFactory

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.JaxBHelper.CMISExtraObjectFactory
Enclosing class:
JaxBHelper

public static class JaxBHelper.CMISExtraObjectFactory
extends Object


Constructor Summary
JaxBHelper.CMISExtraObjectFactory()
           
 
Method Summary
 javax.xml.bind.JAXBElement<CmisObjectType> createObject(CmisObjectType value)
           
 javax.xml.bind.JAXBElement<CmisRepositoryInfoType> createRepositoryInfo(CmisRepositoryInfoType value)
           
 javax.xml.bind.JAXBElement<CmisTypeDefinitionType> createTypeDefinition(CmisTypeDefinitionType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxBHelper.CMISExtraObjectFactory

public JaxBHelper.CMISExtraObjectFactory()
Method Detail

createObject

public javax.xml.bind.JAXBElement<CmisObjectType> createObject(CmisObjectType value)

createTypeDefinition

public javax.xml.bind.JAXBElement<CmisTypeDefinitionType> createTypeDefinition(CmisTypeDefinitionType value)

createRepositoryInfo

public javax.xml.bind.JAXBElement<CmisRepositoryInfoType> createRepositoryInfo(CmisRepositoryInfoType value)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.