Uses of Class
org.xmlsoap.ping.Ping

Packages that use Ping
org.xmlsoap.ping   
wssec.wssc   
 

Uses of Ping in org.xmlsoap.ping
 

Methods in org.xmlsoap.ping that return Ping
 Ping ObjectFactory.createPing()
          Create an instance of Ping
 

Methods in org.xmlsoap.ping that return types with arguments of type Ping
 javax.xml.bind.JAXBElement<Ping> ObjectFactory.createPing(Ping value)
          Create an instance of JAXBElement<Ping>}
 

Methods in org.xmlsoap.ping with parameters of type Ping
 javax.xml.bind.JAXBElement<Ping> ObjectFactory.createPing(Ping value)
          Create an instance of JAXBElement<Ping>}
 

Uses of Ping in wssec.wssc
 

Fields in wssec.wssc declared as Ping
protected  Ping PingRequest.ping
           
 

Methods in wssec.wssc that return Ping
 Ping PingRequest.getPing()
          Gets the value of the ping property.
 

Methods in wssec.wssc with parameters of type Ping
 void PingRequest.setPing(Ping value)
          Sets the value of the ping property.
 



Apache CXF