Searched refs:Envelope (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DEnvelope.java35 * Different implementations for SOAP Envelope must all implement this
40 public interface Envelope extends SOAPEnvelope { interface in inherits:SOAPEnvelope
H A DEnvelopeFactory.java47 * EnvelopeFactory creates SOAP Envelope objects using different
58 public static Envelope createEnvelope(Source src, SOAPPartImpl soapPart)
105 Envelope env = (Envelope) soapPart.getEnvelope();
H A DSOAPPartImpl.java63 protected Envelope envelope;
98 protected abstract Envelope createEnvelopeFromSource()
100 protected abstract Envelope createEmptyEnvelope(String prefix)
138 if (envelopeChildElement == null || envelopeChildElement instanceof Envelope) {
145 if (soapElement.getLocalName().equalsIgnoreCase("Envelope")) {
155 "Unable to create envelope from given source because the root element is not named \"Envelope\"");
220 return ((Envelope) getEnvelope()).getContent();
307 Envelope env = null;
310 env = (Envelope) getEnvelope();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/
H A DSOAPPart1_1Impl.java62 protected Envelope createEnvelopeFromSource() throws SOAPException {
84 protected Envelope createEmptyEnvelope(String prefix)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/
H A DSOAPPart1_2Impl.java61 protected Envelope createEmptyEnvelope(String prefix) throws SOAPException {
65 protected Envelope createEnvelopeFromSource() throws SOAPException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DEnvelopeImpl.java44 import com.sun.xml.internal.messaging.saaj.soap.Envelope;
55 public abstract class EnvelopeImpl extends ElementImpl implements Envelope {
116 throw new SOAPExceptionImpl("First child of Envelope must be either a Header or Body");

Completed in 34 milliseconds