Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.security.policy.scenario.util
Class WsmMessageSecurityUtils.EncryptedElement

java.lang.Object
  extended by oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils.EncryptedElement

Enclosing class:
WsmMessageSecurityUtils

public static class WsmMessageSecurityUtils.EncryptedElement
extends Object

Constructor Summary
WsmMessageSecurityUtils.EncryptedElement(javax.xml.soap.AttachmentPart attachmentPart, boolean contentOnly)
           
WsmMessageSecurityUtils.EncryptedElement(Element element, boolean contentOnly)
           

 

Method Summary
 javax.xml.soap.AttachmentPart getAttachment()
           
static boolean[] getContentOnly(ArrayList<WsmMessageSecurityUtils.EncryptedElement> a)
           
 Element getElement()
           
static List getElementList(List<WsmMessageSecurityUtils.EncryptedElement> a)
          Changed from ArrayList to List
 boolean isContentOnly()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

WsmMessageSecurityUtils.EncryptedElement

public WsmMessageSecurityUtils.EncryptedElement(Element element,
                                                boolean contentOnly)

WsmMessageSecurityUtils.EncryptedElement

public WsmMessageSecurityUtils.EncryptedElement(javax.xml.soap.AttachmentPart attachmentPart,
                                                boolean contentOnly)

Method Detail

isContentOnly

public boolean isContentOnly()

getElement

public Element getElement()

getAttachment

public javax.xml.soap.AttachmentPart getAttachment()

getContentOnly

public static boolean[] getContentOnly(ArrayList<WsmMessageSecurityUtils.EncryptedElement> a)

getElementList

public static List getElementList(List<WsmMessageSecurityUtils.EncryptedElement> a)
Changed from ArrayList to List

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.