org.apache.tuscany.sca.contribution.jee
Class AssemblyHelper

java.lang.Object
  extended by org.apache.tuscany.sca.contribution.jee.AssemblyHelper

public class AssemblyHelper
extends java.lang.Object


Field Summary
static java.util.Map<java.lang.String,javax.xml.namespace.QName> ALLOWED_ENV_ENTRY_TYPES
           
static Intent CONVERSATIONAL_INTENT
           
static Intent EJB_INTENT
           
 
Constructor Summary
AssemblyHelper()
           
AssemblyHelper(AssemblyFactory af, JavaInterfaceFactory jif)
           
 
Method Summary
 Component createComponent()
           
 Component createComponentFromComponentType(ComponentType componentType, java.lang.String componentName)
           
 ComponentProperty createComponentProperty()
           
 ComponentReference createComponentReference()
           
 ComponentService createComponentService()
           
 ComponentType createComponentType()
           
 Composite createComposite()
           
 CompositeReference createCompositeReference()
           
 CompositeService createCompositeService()
           
 JavaInterfaceContract createInterfaceContract(java.lang.Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AssemblyHelper

public AssemblyHelper()

AssemblyHelper

public AssemblyHelper(AssemblyFactory af,
                      JavaInterfaceFactory jif)
Method Detail

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()