
|
If you were logged in you would be able to see more operations.
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
| There are no comments yet on this issue.
|
|