|
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 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
weblogic.xml.security.specs.SpecBase
weblogic.xml.security.specs.OperationSpec
Deprecated. please use new WS Security API
public abstract class OperationSpec
| Field Summary | |
|---|---|
protected ArrayList |
bodyListDeprecated. |
protected ArrayList |
headerListDeprecated. |
protected ArrayList |
unrestrictedListDeprecated. |
| 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
| 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 -
|
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 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||