|
||||||||||
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(java.lang.String id)
Constructor to initialize part structure with element id. |
|
WSEncryptionPart(java.lang.String id,
java.lang.String encMod)
Constructor to initialize part structure with element id and modifier. |
|
WSEncryptionPart(java.lang.String id,
java.lang.String encMod,
int type)
Constructor to initialize part structure with element id, modifier and type. |
|
WSEncryptionPart(java.lang.String nm,
java.lang.String nmspace,
java.lang.String encMod)
Constructor to initialize part structure with element, namespace, and modifier. |
|
WSEncryptionPart(java.lang.String nm,
java.lang.String nmspace,
java.lang.String encMod,
int type)
Constructor to initialize part structure with element, namespace, and modifier,type. |
Method Summary | |
---|---|
java.lang.String |
getEncId()
|
java.lang.String |
getEncModifier()
|
java.lang.String |
getId()
|
java.lang.String |
getName()
|
java.lang.String |
getNamespace()
|
int |
getType()
|
java.lang.String |
getXpath()
|
void |
setEncId(java.lang.String id)
|
void |
setType(int type)
|
void |
setXpath(java.lang.String xpath)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSEncryptionPart(java.lang.String nm, java.lang.String nmspace, java.lang.String encMod)
nm
- Element's namenmspace
- Element's namespaceencMod
- The encryption modifierpublic WSEncryptionPart(java.lang.String nm, java.lang.String nmspace, java.lang.String encMod, int type)
nm
- Element's namenmspace
- Element's namespaceencMod
- The encryption modifiertype
- Type of the WSEncryptionPartpublic WSEncryptionPart(java.lang.String id)
id
- The Id to of the element to processpublic WSEncryptionPart(java.lang.String id, java.lang.String encMod)
id
- The Id to of the element to processencMod
- The encryption modifierpublic WSEncryptionPart(java.lang.String id, java.lang.String encMod, int type)
id
- The Id to of the element to processencMod
- The encryption modifiertype
- of the elementMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getNamespace()
public java.lang.String getEncModifier()
public java.lang.String getId()
public void setEncId(java.lang.String id)
public java.lang.String getEncId()
public int getType()
public void setType(int type)
public java.lang.String getXpath()
public void setXpath(java.lang.String xpath)
xpath
- the xpath to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |