properties.put("keyDomain", "uddi.joepublisher.com");
properties.put(org.apache.juddi.v3.client.config.Property.BUSINESS_KEY, "uddi:uddi.joepublisher.com:businessone");
properties.put("nodeName", "api.example.org_80");
WSDL2UDDI wsdl2UDDI = new WSDL2UDDI(clerk, urlLocalizer, properties);
//register all services in the wsdl
wsdl2UDDI.registerBusinessServices(wsdlDefinition);
//done
String portTypeName = "StockQuotePortType";
String namespace = "http://example.com/stockquote/";
FindTModel findTModelForPortType = WSDL2UDDI.createFindPortTypeTModelForPortType(portTypeName, namespace);