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

Part Number E41849-02

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

Packages that use MarshalException
weblogic.wsee.security.saml Provides interfaces and classes for Security Assertion Markup Language (SAML). 
weblogic.xml.crypto.wss Provides a Helper class for weblogic.xml.crypto.wss.provider.SecurityToken operation. 
weblogic.xml.crypto.wss.provider Provides interfaces and a class for Web Services security providers. 
weblogic.xml.dom.marshal Provides interfaces for weblogic.xml.dom.marshal
 

Uses of MarshalException in weblogic.wsee.security.saml
 

Methods in weblogic.wsee.security.saml that throw MarshalException
 void SAMLTokenImpl.marshal(Element parentElement, Node nextSibling, Map namespaces)
          Deprecated.  
 Node SAMLSecurityTokenReference.marshalKeyIdRef(Element parent, Node nextSibling, Map namespaces, KeyIdentifier keyId)
          Deprecated.  
 SecurityTokenReference AbstractSAMLTokenHandler.newSecurityTokenReference(Node node)
          Deprecated. Create a new securityTokenReference of given saml assertion
 void SAMLTokenImpl.unmarshal(Node node)
          Deprecated. Deserializes the object from a node.
 void SAMLSecurityTokenReference.unmarshalKeyIdRef(Element STRTypeNode)
          Deprecated.  
 

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
 SecurityTokenReference SecurityTokenHandler.newSecurityTokenReference(Node node)
          Deprecated.  
 

Uses of MarshalException in weblogic.xml.dom.marshal
 

Methods in weblogic.xml.dom.marshal that throw MarshalException
 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.
 void WLDOMStructure.unmarshal(Node node)
          Deserializes the object from a node.
 


Copyright 1996, 2014, 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.1.3)

Part Number E41849-02