FileDocCategorySizeDatePackage
PingImpl.javaAPI DocExample3334Tue May 29 16:58:36 BST 2007wssc.sc5.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);