SOAPEnvelope.getLocalName
Code IndexAdd Codota to your IDE (free)

Best code snippets using javax.xml.soap.SOAPEnvelope.getLocalName(Showing top 1 results out of 315)

  • Common ways to obtain SOAPEnvelope
private void myMethod () {
SOAPEnvelope s =
  • SOAPMessage sOAPMessage;sOAPMessage.getSOAPPart().getEnvelope()
  • SOAPPart sOAPPart;sOAPPart.getEnvelope()
  • SOAPPart sOAPPart;sOAPPart.getEnvelope()
  • Smart code suggestions by Codota
}
origin: org.apache.axis2/axis2-jaxws

/**
 * Get the QName of the envelope
 *
 * @param env
 * @return QName
 */
private static QName getQName(SOAPEnvelope env) {
  return new QName(env.getNamespaceURI(), env.getLocalName(), env.getPrefix());
}
javax.xml.soapSOAPEnvelopegetLocalName

Popular methods of SOAPEnvelope

  • getBody
    Returns the SOAPBody object associated with this SOAPEnvelope object. A new SOAPMessage object is b
  • getHeader
    Returns the SOAPHeader object for this SOAPEnvelope object. A new SOAPMessage object is by default
  • addHeader
    Creates a SOAPHeader object and sets it as the SOAPHeader object for this SOAPEnvelope object. It
  • createName
    Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI
  • getNamespaceURI
  • addNamespaceDeclaration
  • getPrefix
  • getOwnerDocument
  • getAttributes
  • getElementName
  • addBody
    Creates a SOAPBody object and sets it as the SOAPBody object for this SOAPEnvelope object. It is i
  • getElementsByTagNameNS
  • addBody,
  • getElementsByTagNameNS,
  • setEncodingStyle,
  • createQName,
  • getDefaultNamespace,
  • getElementQName,
  • getFirstChild,
  • getNamespacePrefixes,
  • getOMFactory

Popular classes and methods

  • getSystemService (Context)
  • setContentView (Activity)
  • getContentResolver (Context)
  • Container (java.awt)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • JPanel (javax.swing)

For IntelliJ IDEA,
Android Studio or Eclipse

  • Codota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutContact Us
  • Terms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)