addNewEndpoint(String name, com.sun.jbi.wsdl2.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's endpoint list.
Get endpoints for this service by indexed position.
Parameters: index - Indexed position value 0..length-1 Endpoints for this service at given index position.
Get map of WSDL-defined attribute QNames for this component, indexed by
canonical QName string (see
javax.xml.namespace.QName.toString .
Map of WSDL-defined attribute QNames for this component, indexed by QName.toString()
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.