Uses of Interface
org.oasisOpen.docs.wsSx.wsTrust.x200512.BinarySecretType
-
Packages that use BinarySecretType Package Description org.oasisOpen.docs.wsSx.wsTrust.x200512 -
-
Uses of BinarySecretType in org.oasisOpen.docs.wsSx.wsTrust.x200512
Methods in org.oasisOpen.docs.wsSx.wsTrust.x200512 that return BinarySecretType Modifier and Type Method Description BinarySecretTypeBinarySecretDocument. addNewBinarySecret()Appends and returns a new empty "BinarySecret" elementBinarySecretTypeBinarySecretDocument. getBinarySecret()Gets the "BinarySecret" elementstatic BinarySecretTypeBinarySecretType.Factory. newInstance()static BinarySecretTypeBinarySecretType.Factory. newInstance(XmlOptions options)static BinarySecretTypeBinarySecretType.Factory. parse(File file)static BinarySecretTypeBinarySecretType.Factory. parse(File file, XmlOptions options)static BinarySecretTypeBinarySecretType.Factory. parse(InputStream is)static BinarySecretTypeBinarySecretType.Factory. parse(InputStream is, XmlOptions options)static BinarySecretTypeBinarySecretType.Factory. parse(Reader r)static BinarySecretTypeBinarySecretType.Factory. parse(Reader r, XmlOptions options)static BinarySecretTypeBinarySecretType.Factory. parse(String xmlAsString)static BinarySecretTypeBinarySecretType.Factory. parse(String xmlAsString, XmlOptions options)static BinarySecretTypeBinarySecretType.Factory. parse(URL u)static BinarySecretTypeBinarySecretType.Factory. parse(URL u, XmlOptions options)static BinarySecretTypeBinarySecretType.Factory. parse(XMLStreamReader sr)static BinarySecretTypeBinarySecretType.Factory. parse(XMLStreamReader sr, XmlOptions options)static BinarySecretTypeBinarySecretType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BinarySecretTypeBinarySecretType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic BinarySecretTypeBinarySecretType.Factory. parse(Node node)static BinarySecretTypeBinarySecretType.Factory. parse(Node node, XmlOptions options)Methods in org.oasisOpen.docs.wsSx.wsTrust.x200512 with parameters of type BinarySecretType Modifier and Type Method Description voidBinarySecretDocument. setBinarySecret(BinarySecretType binarySecret)Sets the "BinarySecret" element
-