|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.security.WSEncryptionPart
public class WSEncryptionPart
| Constructor Summary | |
|---|---|
WSEncryptionPart(String id)
Constructor to initialize part structure with element id. |
|
WSEncryptionPart(String id,
String encMod)
Constructor to initialize part structure with element id and modifier. |
|
WSEncryptionPart(String nm,
String nmspace,
String encMod)
Constructor to initialize part structure with element, namespace, and modifier. |
|
| Method Summary | |
|---|---|
Element |
getElement()
Get the DOM Element corresponding to this EncryptionPart |
String |
getEncId()
|
String |
getEncModifier()
|
String |
getId()
|
String |
getName()
|
String |
getNamespace()
|
String |
getXpath()
|
void |
setElement(Element element)
Set the DOM Element corresponding to this EncryptionPart |
void |
setEncId(String id)
|
void |
setEncModifier(String encModifier)
Set the encryption modifier |
void |
setId(String id)
Set the id |
void |
setXpath(String xpath)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSEncryptionPart(String nm,
String nmspace,
String encMod)
nm - Element's namenmspace - Element's namespaceencMod - The encryption modifierpublic WSEncryptionPart(String id)
id - The Id to of the element to process
public WSEncryptionPart(String id,
String encMod)
id - The Id to of the element to processencMod - The encryption modifier| Method Detail |
|---|
public String getName()
public String getNamespace()
public String getEncModifier()
public void setEncModifier(String encModifier)
public String getId()
public void setId(String id)
id - public void setEncId(String id)
public String getEncId()
public String getXpath()
public void setXpath(String xpath)
xpath - the xpath to setpublic void setElement(Element element)
element - the DOM Element corresponding to this EncryptionPartpublic Element getElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||