Uses of Class
org.xmlsoap.ping.PingResponseBody

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

Uses of PingResponseBody in org.xmlsoap.ping
 

Methods in org.xmlsoap.ping that return PingResponseBody
 PingResponseBody ObjectFactory.createPingResponseBody()
          Create an instance of PingResponseBody
 

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

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

Uses of PingResponseBody in wssec.wssc
 

Fields in wssec.wssc declared as PingResponseBody
protected  PingResponseBody PingResponse.pingResponse
           
 

Methods in wssec.wssc that return PingResponseBody
 PingResponseBody PingResponse.getPingResponse()
          Gets the value of the pingResponse property.
 

Methods in wssec.wssc with parameters of type PingResponseBody
 void PingResponse.setPingResponse(PingResponseBody value)
          Sets the value of the pingResponse property.
 



Apache CXF