FileDocCategorySizeDatePackage
PingImpl.javaAPI DocExample3315Tue May 29 16:58:22 BST 2007wssc.sc19.server

PingImpl

public class PingImpl extends Object implements IPingService

Fields Summary
Constructors Summary
Methods Summary
public voidping(javax.xml.ws.Holder scenario, javax.xml.ws.Holder origin, javax.xml.ws.Holder text)

        System.out.println("The message is here : " + scenario.value + " " +origin.value + " " + text.value);