-
Bug
-
Resolution: Done
-
Minor
-
jboss-ws4ee-4.0.1
-
None
-
None
"ws2eeMetaData" parameter is missed in JavaDoc to ServiceFactoryImpl.createService method:
/**
- Create a <code>Service</code> instance.
- <p/>
- Note, this method is not in the
{@link ServiceFactory}
interface, it provides the service
- with additional ws4ee wsdl/java mapping information
* - @param wsdlLocation URL for the WSDL document location
- @param mappingLocation An optional URL for the jaxrpc-mapping.xml location
- @param serviceName QName for the service.
- @param portName An optional port name
- @return Service.
- @throws ServiceException If any error in creation of the
- specified service
*/
public Service createService(URL wsdlLocation, URL mappingLocation, URL ws4eeMetaData, QName serviceName, String portName) throws ServiceException
{