|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.xml.security.specs.SpecBase
weblogic.xml.security.specs.OperationSpec
public abstract class OperationSpec
Field Summary | |
---|---|
protected ArrayList |
bodyList
Deprecated. |
protected ArrayList |
headerList
Deprecated. |
protected ArrayList |
unrestrictedList
Deprecated. |
Constructor Summary | |
---|---|
OperationSpec()
Deprecated. |
Method Summary | |
---|---|
void |
addElement(QName name,
String restriction)
Deprecated. Adds the given QName to the spec. |
void |
addElement(String namespace,
String localName,
String restriction)
Deprecated. Adds the given element to the spec. |
boolean |
entireBody()
Deprecated. Returns a boolean indicating whether this operation should be applied to the SOAP body. |
Methods inherited from class weblogic.xml.security.specs.SpecBase |
---|
fromXMLInternal, toXML, toXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ArrayList unrestrictedList
protected ArrayList bodyList
protected ArrayList headerList
Constructor Detail |
---|
public OperationSpec()
Method Detail |
---|
public boolean entireBody()
public void addElement(QName name, String restriction)
name
- restriction
- public void addElement(String namespace, String localName, String restriction)
namespace
- localName
- restriction
-
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs100 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |