Skip navigation links

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

E10654-02


oracle.webservices.mdds
Interface FaultMessagePrototype

All Superinterfaces:
ComplexPrototype, MessagePrototype, Prototype, TopLevelPrototype

public interface FaultMessagePrototype
extends MessagePrototype

Field Summary
static String FAULT_PROTO_PART_NAME
          The part name of the fault's complex prototype under its parent FaultMessagePrototype

 

Fields inherited from interface oracle.webservices.mdds.MessagePrototype
EXTENSION_TYPE, SOAP_11, 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
 ComplexPrototype getDetailPartProto()
           

 

Methods inherited from interface oracle.webservices.mdds.MessagePrototype
getHeaderPrototype, getHeaderPrototype, getNumHeaders, getSoapVersion, getWrappedParams, 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

FAULT_PROTO_PART_NAME

static final String FAULT_PROTO_PART_NAME
The part name of the fault's complex prototype under its parent FaultMessagePrototype
See Also:
Constant Field Values

Method Detail

getDetailPartProto

ComplexPrototype getDetailPartProto()

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.