addNewEndpoint(String name, Binding binding) Create a new end point component, appending it to this service's
endpoint list.
Parameters: name - NC name for the new endpoint. Parameters: binding - Binding to which the endpoint refers.
Create a new end point component, appending it to this service's
endpoint list.
Parameters: name - NC name for the new endpoint. Parameters: binding - Binding to which the endpoint refers. The newly created endpoint, appended to this service'sendpoint list.
Get endpoints for this service by indexed position.
Parameters: index - Indexed position value 0..length-1 Endpoints for this service at given indexposition.
Set endpoints for this service by indexed position.
Parameters: index - Indexed position value (0..length-1) of the item to set Parameters: theEndpoint - Item to add at position index.
Return this service as a DOM document fragment. The DOM subtree is a
copy; altering it will not affect this service.
This service, as a DOM document fragment.