2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.contribution.jee
Class AssemblyHelper
java.lang.Object
org.apache.tuscany.sca.contribution.jee.AssemblyHelper
public class AssemblyHelper
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALLOWED_ENV_ENTRY_TYPES
public static final java.util.Map<java.lang.String,javax.xml.namespace.QName> ALLOWED_ENV_ENTRY_TYPES
CONVERSATIONAL_INTENT
public static final Intent CONVERSATIONAL_INTENT
EJB_INTENT
public static final Intent EJB_INTENT
AssemblyHelper
public AssemblyHelper()
AssemblyHelper
public AssemblyHelper(AssemblyFactory af,
JavaInterfaceFactory jif)
createInterfaceContract
public JavaInterfaceContract createInterfaceContract(java.lang.Class<?> clazz)
throws InvalidInterfaceException
- Throws:
InvalidInterfaceException
createComponentService
public ComponentService createComponentService()
createComponentReference
public ComponentReference createComponentReference()
createComponentProperty
public ComponentProperty createComponentProperty()
createComponentType
public ComponentType createComponentType()
createComponentFromComponentType
public Component createComponentFromComponentType(ComponentType componentType,
java.lang.String componentName)
createComposite
public Composite createComposite()
createComponent
public Component createComponent()
createCompositeReference
public CompositeReference createCompositeReference()
createCompositeService
public CompositeService createCompositeService()