Uses of Interface
org.xmlsoap.schemas.ws.x2005.x02.trust.BinarySecretType
-
Packages that use BinarySecretType Package Description org.xmlsoap.schemas.ws.x2005.x02.trust -
-
Uses of BinarySecretType in org.xmlsoap.schemas.ws.x2005.x02.trust
Methods in org.xmlsoap.schemas.ws.x2005.x02.trust 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.xmlsoap.schemas.ws.x2005.x02.trust with parameters of type BinarySecretType Modifier and Type Method Description voidBinarySecretDocument. setBinarySecret(BinarySecretType binarySecret)Sets the "BinarySecret" element
-