|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.impl.misc.SOAPElementExtension
com.sun.xml.wss.core.ReferenceElement
com.sun.xml.wss.core.reference.EmbeddedReference
public class EmbeddedReference
| Field Summary | |
|---|---|
protected static java.util.logging.Logger |
log
|
| Fields inherited from class com.sun.xml.wss.core.ReferenceElement |
|---|
delegateElement, soapFactory |
| Fields inherited from interface org.w3c.dom.Node |
|---|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Constructor Summary | |
|---|---|
EmbeddedReference()
Creates an "empty" EmbeddedReference element. |
|
EmbeddedReference(SOAPElement element)
Takes a SOAPElement and checks if it has the right name and structure. |
|
| Method Summary | |
|---|---|
SOAPElement |
getEmbeddedSoapElement()
Assumes that there is a single embedded element. |
java.lang.String |
getWsuId()
If this attr is not present, returns null. |
void |
setEmbeddedSoapElement(SOAPElement element)
|
void |
setWsuId(java.lang.String wsuId)
|
| Methods inherited from class com.sun.xml.wss.impl.misc.SOAPElementExtension |
|---|
addAttribute, addChildElement, createQName, getAttributeValue, getChildElements, getElementQName, removeAttribute, setElementQName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.xml.soap.SOAPElement |
|---|
addAttribute, addChildElement, createQName, getAttributeValue, getChildElements, getElementQName, removeAttribute, setElementQName |
| Field Detail |
|---|
protected static final java.util.logging.Logger log
| Constructor Detail |
|---|
public EmbeddedReference()
throws XWSSecurityException
XWSSecurityException
public EmbeddedReference(SOAPElement element)
throws XWSSecurityException
XWSSecurityException| Method Detail |
|---|
public SOAPElement getEmbeddedSoapElement()
public void setEmbeddedSoapElement(SOAPElement element)
throws XWSSecurityException
XWSSecurityExceptionpublic java.lang.String getWsuId()
public void setWsuId(java.lang.String wsuId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||