|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WsdlMessage
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 |
---|
QName getName()
Map<String,? extends WsdlPart> getParts()
PolicyURIs getPolicyUris()
void setPolicyUris(PolicyURIs policyUris)
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 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |