[jboss-user] [JBossWS] - Re: any idea about define soap header with annotation?

thomas.diesler@jboss.com do-not-reply at jboss.com
Thu Mar 1 10:44:45 EST 2007


Have a look at the webparam sample


  |    @WebMethod(operationName = "SecurePing")
  |    public void ping(@WebParam(name = "Ping") PingDocument p, @WebParam(name = "SecHeader", header = true) SecurityHeader secHdr)
  |    {
  |       log.info("ping: " + p + "," + secHdr);
  |    }
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024314#4024314

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024314



More information about the jboss-user mailing list