Uses of Interface
org.xmlsoap.schemas.ws.x2005.x02.trust.EntropyType
-
Packages that use EntropyType Package Description org.xmlsoap.schemas.ws.x2005.x02.trust -
-
Uses of EntropyType in org.xmlsoap.schemas.ws.x2005.x02.trust
Methods in org.xmlsoap.schemas.ws.x2005.x02.trust that return EntropyType Modifier and Type Method Description EntropyTypeEntropyDocument. addNewEntropy()Appends and returns a new empty "Entropy" elementEntropyTypeEntropyDocument. getEntropy()Gets the "Entropy" elementstatic EntropyTypeEntropyType.Factory. newInstance()static EntropyTypeEntropyType.Factory. newInstance(XmlOptions options)static EntropyTypeEntropyType.Factory. parse(File file)static EntropyTypeEntropyType.Factory. parse(File file, XmlOptions options)static EntropyTypeEntropyType.Factory. parse(InputStream is)static EntropyTypeEntropyType.Factory. parse(InputStream is, XmlOptions options)static EntropyTypeEntropyType.Factory. parse(Reader r)static EntropyTypeEntropyType.Factory. parse(Reader r, XmlOptions options)static EntropyTypeEntropyType.Factory. parse(String xmlAsString)static EntropyTypeEntropyType.Factory. parse(String xmlAsString, XmlOptions options)static EntropyTypeEntropyType.Factory. parse(URL u)static EntropyTypeEntropyType.Factory. parse(URL u, XmlOptions options)static EntropyTypeEntropyType.Factory. parse(XMLStreamReader sr)static EntropyTypeEntropyType.Factory. parse(XMLStreamReader sr, XmlOptions options)static EntropyTypeEntropyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EntropyTypeEntropyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic EntropyTypeEntropyType.Factory. parse(Node node)static EntropyTypeEntropyType.Factory. parse(Node node, XmlOptions options)Methods in org.xmlsoap.schemas.ws.x2005.x02.trust with parameters of type EntropyType Modifier and Type Method Description voidEntropyDocument. setEntropy(EntropyType entropy)Sets the "Entropy" element
-