Use the assembly editor to create the SCA component (also known as a component). Components are business services that operate on business data; they include an implementation, and can have partner references and interfaces.
Select a component from the palette and drop it onto the canvas.
The component
(with no implementation type) in the palette, , can be used when you
want to create a new component but do not know which type of implementation
will be used for it. Later, you can specify the implementation type and generate
its implementation.
The Java™ component in the palette, , will be implemented as a Java class.
It supports both WSDL type interfaces and Java type interfaces. It is the only component
type that supports Java type interfaces.
Other components include process, human task, state machine, and so forth. Hover help is available for each element. For more information on each type of component, see related concepts.
Related information