FileDocCategorySizeDatePackage
PingImpl.javaAPI DocExample3373Tue May 29 16:58:24 BST 2007wssc.sc22.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);