}
// Create a new endpoint
InternalEndpoint serviceEndpoint = new InternalEndpoint(provider.getComponentNameSpace(), endpointName, serviceName);
// Get interface from activationSpec
if (provider.getActivationSpec().getInterfaceName() != null) {
serviceEndpoint.addInterface(provider.getActivationSpec().getInterfaceName());
}
// Get interface from SU jbi descriptor
retrieveInterfaceFromSUDescriptor(serviceEndpoint);
// Get interfaces from WSDL
retrieveInterfacesFromDescription(serviceEndpoint);