BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.xml.security.specs
Class OperationSpec

java.lang.Object
  |
  +--weblogic.xml.security.specs.SpecBase
        |
        +--weblogic.xml.security.specs.OperationSpec
Direct Known Subclasses:
EncryptionSpec, SignatureSpec

public abstract class OperationSpec
extends weblogic.xml.security.specs.SpecBase

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.

Field Summary
protected  java.util.ArrayList bodyList
           
protected  java.util.ArrayList headerList
           
protected  java.util.ArrayList unrestrictedList
           
 
Constructor Summary
OperationSpec()
           
 
Method Summary
 void addElement(javax.xml.namespace.QName name, java.lang.String restriction)
          Adds the given QName to the spec.
 void addElement(java.lang.String namespace, java.lang.String localName, java.lang.String restriction)
          Adds the given element to the spec.
 boolean entireBody()
          Returns a boolean indicating whether this operation should be applied to the SOAP body.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unrestrictedList

protected java.util.ArrayList unrestrictedList

bodyList

protected java.util.ArrayList bodyList

headerList

protected java.util.ArrayList headerList
Constructor Detail

OperationSpec

public OperationSpec()
Method Detail

entireBody

public boolean entireBody()
Returns a boolean indicating whether this operation should be applied to the SOAP body.

Returns:
 

addElement

public void addElement(javax.xml.namespace.QName name,
                       java.lang.String restriction)
Adds the given QName to the spec. This means the operation will be required for all instances of that element factoring in the restriction.

Parameters:
name -  
restriction -  

addElement

public void addElement(java.lang.String namespace,
                       java.lang.String localName,
                       java.lang.String restriction)
Adds the given element to the spec. This means the operation will be required for all instances of that element factoring in the restriction.

Parameters:
namespace -  
localName -  
restriction -  

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81