Uses of Class
org.opensaml.soap.util.SOAPVersion
-
Packages that use SOAPVersion Package Description org.opensaml.soap.messaging SOAP messaging support components.org.opensaml.soap.util General SOAP utility classes. -
-
Uses of SOAPVersion in org.opensaml.soap.messaging
Methods in org.opensaml.soap.messaging that return SOAPVersion Modifier and Type Method Description static SOAPVersionSOAPMessagingSupport. getSOAPVersion(org.opensaml.messaging.context.MessageContext messageContext)Determine the SOAP version of the message represented by the message context. -
Uses of SOAPVersion in org.opensaml.soap.util
Methods in org.opensaml.soap.util that return SOAPVersion Modifier and Type Method Description static SOAPVersionSOAPVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static SOAPVersion[]SOAPVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-