📄 bindingtypeinfo.html
字号:
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getType()"><!-- --></A><H3>
getType</H3>
<PRE>
<A HREF="../../../../../com/bea/wli/sb/services/BindingTypeInfo.BindingTypeEnum.html" title="enum in com.bea.wli.sb.services">BindingTypeInfo.BindingTypeEnum</A> <B>getType</B>()
throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>the binding type of a given service
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE> - if an exception occurs.</DL>
</DD>
</DL>
<HR>
<A NAME="hasWSSecurityPolicy()"><!-- --></A><H3>
hasWSSecurityPolicy</H3>
<PRE>
boolean <B>hasWSSecurityPolicy</B>()
throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD><B>Deprecated.</B> <I>this method has been deprecated in 3.0 and should not be called. Transport providers should not rely on this method. This method will always return false.</I>
<P>
<DD><DL>
<DT><B>Returns:</B><DD>whether or not the service uses WS-security policy
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE> - if an exception occurs.</DL>
</DD>
</DL>
<HR>
<A NAME="hasRMPolicy()"><!-- --></A><H3>
hasRMPolicy</H3>
<PRE>
boolean <B>hasRMPolicy</B>()
throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD><B>Deprecated.</B> <I>this method has been deprecated in 3.0 and should not be called. Transport providers should not rely on this. method. This method will always return false.</I>
<P>
<DD><DL>
<DT><B>Returns:</B><DD>whether or not the service uses WS-Reliable Messaging policy
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE> - if an exception occurs.</DL>
</DD>
</DL>
<HR>
<A NAME="isWSICompliant()"><!-- --></A><H3>
isWSICompliant</H3>
<PRE>
boolean <B>isWSICompliant</B>()
throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>whether or not the service is declared to be WS-I compliant
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE> - if an exception occurs.</DL>
</DD>
</DL>
<HR>
<A NAME="getRequestMessageType()"><!-- --></A><H3>
getRequestMessageType</H3>
<PRE>
<A HREF="../../../../../com/bea/wli/sb/services/BindingTypeInfo.MessageTypeEnum.html" title="enum in com.bea.wli.sb.services">BindingTypeInfo.MessageTypeEnum</A> <B>getRequestMessageType</B>()
throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>if the service uses mixed binding type, returns the type of the request payload. Returns null if the service does not use mixed binding type, or if request message type is "None"
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE> - if an exception occurs.</DL>
</DD>
</DL>
<HR>
<A NAME="getResponseMessageType()"><!-- --></A><H3>
getResponseMessageType</H3>
<PRE>
<A HREF="../../../../../com/bea/wli/sb/services/BindingTypeInfo.MessageTypeEnum.html" title="enum in com.bea.wli.sb.services">BindingTypeInfo.MessageTypeEnum</A> <B>getResponseMessageType</B>()
throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>if the service uses mixed binding type, returns the type of the response payload. Returns null if the service does not use mixed binding type, or if response message type is "None"
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE> - if an exception occurs.</DL>
</DD>
</DL>
<HR>
<A NAME="hasRequestResponseOperations()"><!-- --></A><H3>
hasRequestResponseOperations</H3>
<PRE>
boolean <B>hasRequestResponseOperations</B>()
throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>whether or not the service has any request/response operations for WSDL-based services. Returns false if the service is not WSDL-based
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE> - if an exception occurs.</DL>
</DD>
</DL>
<HR>
<A NAME="getWsdlRef()"><!-- --></A><H3>
getWsdlRef</H3>
<PRE>
<A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>getWsdlRef</B>()
throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>Ref representing the WSDL resource associated with the service. Returns null for non WSDL-based services.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE> - if an exception occurs.</DL>
</DD>
</DL>
<HR>
<A NAME="getBindingName()"><!-- --></A><H3>
getBindingName</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.5/docs/api/javax/xml/namespace/QName.html" title="class or interface in javax.xml.namespace">QName</A> <B>getBindingName</B>()
throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>Binding qname selected from WSDL service associated with the service. Returns null for non WSDL-based services.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE> - if an exception occurs.</DL>
</DD>
</DL>
<HR>
<A NAME="getPortName()"><!-- --></A><H3>
getPortName</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.5/docs/api/javax/xml/namespace/QName.html" title="class or interface in javax.xml.namespace">QName</A> <B>getPortName</B>()
throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>Port qname selected from WSDL service associated with the service. Returns null for non WSDL-based services.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE> - if an exception occurs.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV CLASS
<A HREF="../../../../../com/bea/wli/sb/services/BindingTypeInfo.BindingTypeEnum.html" title="enum in com.bea.wli.sb.services"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/bea/wli/sb/services/BindingTypeInfo.html" target="_top"><B>FRAMES</B></A>
<A HREF="BindingTypeInfo.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -