Skip navigation links

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

E10654-02


oracle.webservices.mdds
Interface MessagePrototype

All Superinterfaces:
ComplexPrototype, Prototype, TopLevelPrototype
All Known Subinterfaces:
FaultMessagePrototype

public interface MessagePrototype
extends TopLevelPrototype

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


Field Summary
static QName EXTENSION_TYPE
           
static int SOAP_11
           
static int SOAP_12
           

 

Fields inherited from interface oracle.webservices.mdds.TopLevelPrototype
STYLE_DOCUMENT, STYLE_RPC, USE_ENCODED, USE_LITERAL

 

Fields inherited from interface oracle.webservices.mdds.Prototype
XSD_STRING

 

Method Summary
 HeaderPrototype getHeaderPrototype(int n)
           
 HeaderPrototype getHeaderPrototype(QName headerName)
           
 int getNumHeaders()
           
 int getSoapVersion()
           
 ComplexPrototype getWrappedParams()
           
 boolean isDocLitWrapped()
           

 

Methods inherited from interface oracle.webservices.mdds.TopLevelPrototype
getEncodingStyle, getStyle, getUse

 

Methods inherited from interface oracle.webservices.mdds.ComplexPrototype
getAttIndex, getAttName, getAttPrototype, getContentPrototype, getNumAtts, getNumParts, getParentStructure, getPartIndex, getPartName, getPartNamespace, getPartPrototype, getQName, getStructureTree, hasContent, isAttRequired, isElementFormQualified, isPartNillable, isPartRequired

 

Field Detail

EXTENSION_TYPE

static final QName EXTENSION_TYPE

SOAP_11

static final int SOAP_11
See Also:
Constant Field Values

SOAP_12

static final int SOAP_12
See Also:
Constant Field Values

Method Detail

getNumHeaders

int getNumHeaders()

getHeaderPrototype

HeaderPrototype getHeaderPrototype(int n)

getHeaderPrototype

HeaderPrototype getHeaderPrototype(QName headerName)

isDocLitWrapped

boolean isDocLitWrapped()

getWrappedParams

ComplexPrototype getWrappedParams()

getSoapVersion

int getSoapVersion()

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.