Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Class
weblogic.xml.dom.marshal.MarshalException

Packages that use MarshalException
weblogic.xml.crypto.wss   
weblogic.xml.crypto.wss.provider   
weblogic.xml.dom.marshal   

 

Uses of MarshalException in weblogic.xml.crypto.wss

 

Methods in weblogic.xml.crypto.wss that throw MarshalException
static SecurityTokenReference SecurityTokenReferenceImpl.createAndUnmarshal(Node node)
           
 void SecurityTokenReferenceImpl.marshal(Element parent, Node nextSibling, Map namespaces)
           
 Node SecurityTokenReferenceImpl.marshalEmbeddedRef(Element parent, Node nextSibling, Map namespaces, SecurityToken token)
           
 Node SecurityTokenReferenceImpl.marshalKeyIdRef(Element parent, Node nextSibling, Map namespaces, KeyIdentifier keyId)
           
 void SecurityTokenReferenceImpl.unmarshal(Node node)
           
 void SecurityTokenReferenceImpl.unmarshalEmbeddedRef(Element STRTypeNode)
           
 void SecurityTokenReferenceImpl.unmarshalKeyIdRef(Element STRTypeNode)
           

 

Uses of MarshalException in weblogic.xml.crypto.wss.provider

 

Methods in weblogic.xml.crypto.wss.provider that throw MarshalException
abstract  SecurityTokenReference SecurityTokenHandler.newSecurityTokenReference(Node node)
          Deprecated.  

 

Uses of MarshalException in weblogic.xml.dom.marshal

 

Methods in weblogic.xml.dom.marshal that throw MarshalException
abstract  void WLDOMStructure.marshal(Element parentElement, Node nextSibling, Map namespaces)
          Creates a Node, serializes the object to it and adds it as a child to the parent element.
abstract  void WLDOMStructure.unmarshal(Node node)
          Deserializes the object from a node.

 


Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09