Uses of Class
com.sun.xml.ws.security.opt.impl.message.SOAPBody
-
Packages that use SOAPBody Package Description com.sun.xml.ws.security.opt.impl.crypto com.sun.xml.ws.security.opt.impl.dsig com.sun.xml.ws.security.opt.impl.message -
-
Uses of SOAPBody in com.sun.xml.ws.security.opt.impl.crypto
Constructors in com.sun.xml.ws.security.opt.impl.crypto with parameters of type SOAPBody Constructor Description SSBData(SOAPBody body, boolean contentOnly, NamespaceContextEx nsContext)Creates a new instance of SOAPBodyData -
Uses of SOAPBody in com.sun.xml.ws.security.opt.impl.dsig
Constructors in com.sun.xml.ws.security.opt.impl.dsig with parameters of type SOAPBody Constructor Description SignedMessagePart(SOAPBody body, boolean contentOnly) -
Uses of SOAPBody in com.sun.xml.ws.security.opt.impl.message
Methods in com.sun.xml.ws.security.opt.impl.message with parameters of type SOAPBody Modifier and Type Method Description voidSecuredMessage. replaceBody(SOAPBody sb)
-