| |
|
| java.lang.Object org.objectweb.wssample.servlets.ws.JaxRpcEndpoint
JaxRpcEndpoint | public class JaxRpcEndpoint (Code) | | Service implementation of JaxRpcEndpointInterface. This class is a JaxRpc
endpoint. It is declared in the web.xml. And it will run inside the web
container.
Notice that a default class constructor is REQUIRED.
Notice that JaxRpcEndpoint does not implements JaxRpcEndpointInterface
This is not a requirement.
This JAXRPC service endpoint class may implements javax.xml.rpc.server.ServiceLifecycle
interface.
See Also: org.objectweb.wssample.servlets.ws.JaxRpcEndpointInterface author: Guillaume Sauthier |
Constructor Summary | |
public | JaxRpcEndpoint() default constructor needed for JaxRpc Service Endpoint. |
JaxRpcEndpoint | public JaxRpcEndpoint()(Code) | | default constructor needed for JaxRpc Service Endpoint.
|
getCotes | public int getCotes()(Code) | | Returns an arbitrary integer |
sayHello | public String sayHello(String name)(Code) | | Parameters: name - String to append to "Hello " Returns "Hello " + name |
|
|
|