Uses of Class
com.sun.xml.wss.impl.MessageLayout
-
Packages that use MessageLayout Package Description com.sun.xml.wss com.sun.xml.wss.impl com.sun.xml.wss.impl.policy.mls -
-
Uses of MessageLayout in com.sun.xml.wss
Fields in com.sun.xml.wss declared as MessageLayout Modifier and Type Field Description protected MessageLayoutProcessingContext. securityHeaderLayoutMethods in com.sun.xml.wss that return MessageLayout Modifier and Type Method Description MessageLayoutProcessingContext. getSecurityHeaderLayout()Methods in com.sun.xml.wss with parameters of type MessageLayout Modifier and Type Method Description voidProcessingContext. setSecurityHeaderLayout(MessageLayout layout) -
Uses of MessageLayout in com.sun.xml.wss.impl
Methods in com.sun.xml.wss.impl that return MessageLayout Modifier and Type Method Description static MessageLayoutMessageLayout. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageLayout[]MessageLayout. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MessageLayout in com.sun.xml.wss.impl.policy.mls
Methods in com.sun.xml.wss.impl.policy.mls that return MessageLayout Modifier and Type Method Description MessageLayoutMessagePolicy. getLayout()Methods in com.sun.xml.wss.impl.policy.mls with parameters of type MessageLayout Modifier and Type Method Description voidMessagePolicy. setLayout(MessageLayout layout)
-