Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.mdds
Interface EnvelopeBuilder


public interface EnvelopeBuilder

Created by IntelliJ IDEA. User: tgleason Date: Mar 14, 2005 Time: 9:59:48 PM To change this template use File | Settings | File Templates.


Method Summary
 void addElement(String nodeStr)
           
 String addNamespace(String namespace)
           
 void addNamespaceDecl(String prefix, String namespaceURI)
           
 void attribute(String namespace, String localName, QName value)
           
 void attribute(String namespace, String localName, String value)
           
 void close()
           
 void endElement()
           
 String getOrMakePrefixForNamespace(String namespace)
           
 boolean shouldCollectChildNamespaces()
           
 void startBody()
           
 void startElement(String namespace, String localName)
           
 void startEnvelope(int soapVersion)
           
 void startHeaders()
           
 void text(String text)
           

 

Method Detail

shouldCollectChildNamespaces

boolean shouldCollectChildNamespaces()

startEnvelope

void startEnvelope(int soapVersion)
                   throws MddsException
Throws:
MddsException

addNamespaceDecl

void addNamespaceDecl(String prefix,
                      String namespaceURI)
                      throws MddsException
Throws:
MddsException

addNamespace

String addNamespace(String namespace)
                    throws MddsException
Throws:
MddsException

addElement

void addElement(String nodeStr)
                throws MddsException
Throws:
MddsException

startHeaders

void startHeaders()
                  throws MddsException
Throws:
MddsException

attribute

void attribute(String namespace,
               String localName,
               String value)
               throws MddsException
Throws:
MddsException

attribute

void attribute(String namespace,
               String localName,
               QName value)
               throws MddsException
Throws:
MddsException

text

void text(String text)
          throws MddsException
Throws:
MddsException

startElement

void startElement(String namespace,
                  String localName)
                  throws MddsException
Throws:
MddsException

endElement

void endElement()
                throws MddsException
Throws:
MddsException

startBody

void startBody()
               throws MddsException
Throws:
MddsException

close

void close()
           throws MddsException
Throws:
MddsException

getOrMakePrefixForNamespace

String getOrMakePrefixForNamespace(String namespace)
                                   throws MddsException
Throws:
MddsException

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.