Incorrect example in javadoc for XFireProxyFactory
--------------------------------------------------
Key: XFIRE-320
URL: http://jira.codehaus.org/browse/XFIRE-320
Project: XFire
Type: Bug
Components: Documentation
Versions: 1.0
Reporter: Fredrik Larsson
Assigned to: Dan Diephouse
Priority: Trivial
The javadoc in XFireProxyFactory has the following example
{{
String url = "http://localhost:8080/services/Echo");
Echo echo = (Echo) factory.create(HelloHome.class, url);
}}
However the class does not contain a create method with that signature.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira