Class EmbeddedReference

All Implemented Interfaces:
javax.xml.soap.Node, javax.xml.soap.SOAPElement, Element, Node

public class EmbeddedReference extends ReferenceElement
Author:
Vishal Mahajan
  • Field Details

    • log

      protected static final Logger log
  • Constructor Details

  • Method Details

    • getEmbeddedSoapElement

      public javax.xml.soap.SOAPElement getEmbeddedSoapElement()
      Assumes that there is a single embedded element.
      Returns:
      If no child element is present, returns null
    • setEmbeddedSoapElement

      public void setEmbeddedSoapElement(javax.xml.soap.SOAPElement element) throws XWSSecurityException
      Throws:
      XWSSecurityException
    • getWsuId

      public String getWsuId()
      If this attr is not present, returns null.
    • setWsuId

      public void setWsuId(String wsuId)