addNewInterface(String name) Create a new interface component, appended to this definition's
interface list.
Parameters: name - Name of interface to create.
Create a new binding component, appended to this definition's binding
list.
Parameters: name - Name of binding to create. Newly created binding, appended to the bindings list.
Create a new interface component, appended to this definition's
interface list.
Parameters: name - Name of interface to create. Newly created interface, appended to interfaces list.
Create a new service component, appended to this definition's service
list.
Parameters: name - Name of service to create. Newly created service, appended to the services list.
Find named binding in this definition or the imported/included
bindings.
Parameters: name - Name of binding to find. Named Binding; null if none found.
Find named interface in this definition or the imported/included
interfaces.
Parameters: name - Name of interface to find. Named Interface; null if none found.
Find named service in this definition or the imported/included
services.
Parameters: name - Name of service to find. Named Service; null if none found.
Return this document as a DOM document. The DOM tree is a copy;
altering it will not affect this definitions component.
This definition, as a DOM document.