Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.wsee.wsdl
Interface WsdlMessage

All Superinterfaces:
WsdlElement, WsdlExtensible

Deprecated.

public interface WsdlMessage
extends WsdlExtensible

WsdlMessage corresponds to wsdl:message defined by schema.

 <xs:complexType name="tMessage">
 <xs:complexContent>
 <xs:extension base="wsdl:tExtensibleDocumented">
 <xs:sequence>
 <xs:element name="part" type="wsdl:tPart"
   minOccurs="0" maxOccurs="unbounded" />
 </xs:sequence>
 <xs:attribute name="name" type="xs:NCName" use="required" />
 </xs:extension>
 </xs:complexContent>
 </xs:complexType>
 


Method Summary
 QName getName()
          Deprecated. returns the name of this message
 Map<String,? extends WsdlPart> getParts()
          Deprecated. returns the list of parts in this message.
 PolicyURIs getPolicyUris()
          Deprecated. Retrieve any attached policy refs to the WSDL port
 void setPolicyUris(PolicyURIs policyUris)
          Deprecated. Set an attached policy ref
 
Methods inherited from interface weblogic.wsee.wsdl.WsdlExtensible
getExtension, getExtensionList, getExtensions, putExtension
 
Methods inherited from interface weblogic.wsee.wsdl.WsdlElement
getDocumentation
 

Method Detail

getName

QName getName()
Deprecated. 
returns the name of this message

Returns:
name of this message

getParts

Map<String,? extends WsdlPart> getParts()
Deprecated. 
returns the list of parts in this message.

Returns:
parts iterator

getPolicyUris

PolicyURIs getPolicyUris()
Deprecated. 
Retrieve any attached policy refs to the WSDL port

Returns:
PolicyURIs object encapsulating the refs

setPolicyUris

void setPolicyUris(PolicyURIs policyUris)
Deprecated. 
Set an attached policy ref

Parameters:
policyUris - object encapsulating the refs

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02