blob: 799880053a32b7ac18e3717842c66fde2de1421b [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
CorbaMessage (Apache CXF Bundle Jar 2.6.3 API)
</TITLE>
<META NAME="keywords" CONTENT="org.apache.cxf.binding.corba.CorbaMessage class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="CorbaMessage (Apache CXF Bundle Jar 2.6.3 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" 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_top_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>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CorbaMessage.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Apache CXF API</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaDestination.html" title="class in org.apache.cxf.binding.corba"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaServerConduit.html" title="class in org.apache.cxf.binding.corba"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/cxf/binding/corba/CorbaMessage.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="CorbaMessage.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<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:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.cxf.binding.corba</FONT>
<BR>
Class CorbaMessage</H2>
<PRE>
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html" title="class in org.apache.cxf.message">org.apache.cxf.message.AbstractWrappedMessage</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.cxf.binding.corba.CorbaMessage</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&lt;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>,<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&gt;, <A HREF="../../../../../org/apache/cxf/message/Message.html" title="interface in org.apache.cxf.message">Message</A>, <A HREF="../../../../../org/apache/cxf/message/StringMap.html" title="interface in org.apache.cxf.message">StringMap</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>CorbaMessage</B><DT>extends <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html" title="class in org.apache.cxf.message">AbstractWrappedMessage</A></DL>
</PRE>
<P>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<A NAME="nested_class_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Nested Class Summary</B></FONT></TH>
</TR>
</TABLE>
&nbsp;<A NAME="nested_classes_inherited_from_class_java.util.Map"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Nested classes/interfaces inherited from interface java.util.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html" title="class or interface in java.util">K</A>,<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html" title="class or interface in java.util">V</A>&gt;</CODE></TD>
</TR>
</TABLE>
&nbsp;
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_org.apache.cxf.message.Message"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from interface org.apache.cxf.message.<A HREF="../../../../../org/apache/cxf/message/Message.html" title="interface in org.apache.cxf.message">Message</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/cxf/message/Message.html#ACCEPT_CONTENT_TYPE">ACCEPT_CONTENT_TYPE</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#ASYNC_POST_RESPONSE_DISPATCH">ASYNC_POST_RESPONSE_DISPATCH</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#ATTACHMENTS">ATTACHMENTS</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#BASE_PATH">BASE_PATH</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#CONNECTION_TIMEOUT">CONNECTION_TIMEOUT</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#CONTENT_TYPE">CONTENT_TYPE</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#DECOUPLED_CHANNEL_MESSAGE">DECOUPLED_CHANNEL_MESSAGE</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#EMPTY_PARTIAL_RESPONSE_MESSAGE">EMPTY_PARTIAL_RESPONSE_MESSAGE</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#ENCODING">ENCODING</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#ENDPOINT_ADDRESS">ENDPOINT_ADDRESS</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#EXCEPTION_MESSAGE_CAUSE_ENABLED">EXCEPTION_MESSAGE_CAUSE_ENABLED</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#FAULT_IN_INTERCEPTORS">FAULT_IN_INTERCEPTORS</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#FAULT_OUT_INTERCEPTORS">FAULT_OUT_INTERCEPTORS</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#FAULT_STACKTRACE_ENABLED">FAULT_STACKTRACE_ENABLED</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#FIXED_PARAMETER_ORDER">FIXED_PARAMETER_ORDER</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#HTTP_REQUEST_METHOD">HTTP_REQUEST_METHOD</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#IN_INTERCEPTORS">IN_INTERCEPTORS</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#INBOUND_MESSAGE">INBOUND_MESSAGE</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#INTERCEPTOR_PROVIDERS">INTERCEPTOR_PROVIDERS</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#INVOCATION_CONTEXT">INVOCATION_CONTEXT</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#MAINTAIN_SESSION">MAINTAIN_SESSION</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#MIME_HEADERS">MIME_HEADERS</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#MTOM_ENABLED">MTOM_ENABLED</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#MTOM_THRESHOLD">MTOM_THRESHOLD</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#ONE_WAY_REQUEST">ONE_WAY_REQUEST</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#OUT_INTERCEPTORS">OUT_INTERCEPTORS</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#PARTIAL_RESPONSE_MESSAGE">PARTIAL_RESPONSE_MESSAGE</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#PATH_INFO">PATH_INFO</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#PROCESS_ONEWAY_REPONSE">PROCESS_ONEWAY_REPONSE</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#PROPOGATE_EXCEPTION">PROPOGATE_EXCEPTION</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#PROTOCOL_HEADERS">PROTOCOL_HEADERS</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#QUERY_STRING">QUERY_STRING</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#RECEIVE_TIMEOUT">RECEIVE_TIMEOUT</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#REQUEST_URI">REQUEST_URI</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#REQUEST_URL">REQUEST_URL</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#REQUESTOR_ROLE">REQUESTOR_ROLE</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#RESPONSE_CODE">RESPONSE_CODE</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#REST_MESSAGE">REST_MESSAGE</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#ROBUST_ONEWAY">ROBUST_ONEWAY</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#SCHEMA_VALIDATION_ENABLED">SCHEMA_VALIDATION_ENABLED</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#TRANSPORT">TRANSPORT</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#WSDL_DESCRIPTION">WSDL_DESCRIPTION</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#WSDL_INTERFACE">WSDL_INTERFACE</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#WSDL_OPERATION">WSDL_OPERATION</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#WSDL_PORT">WSDL_PORT</A>, <A HREF="../../../../../org/apache/cxf/message/Message.html#WSDL_SERVICE">WSDL_SERVICE</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#CorbaMessage(org.apache.cxf.message.Message)">CorbaMessage</A></B>(<A HREF="../../../../../org/apache/cxf/message/Message.html" title="interface in org.apache.cxf.message">Message</A>&nbsp;m)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#addStreamableArgument(org.apache.cxf.binding.corba.CorbaStreamable)">addStreamableArgument</A></B>(<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaStreamable.html" title="interface in org.apache.cxf.binding.corba">CorbaStreamable</A>&nbsp;arg)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaStreamable.html" title="interface in org.apache.cxf.binding.corba">CorbaStreamable</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#createStreamableObject(org.apache.cxf.binding.corba.types.CorbaObjectHandler, javax.xml.namespace.QName)">createStreamableObject</A></B>(<A HREF="../../../../../org/apache/cxf/binding/corba/types/CorbaObjectHandler.html" title="class in org.apache.cxf.binding.corba.types">CorbaObjectHandler</A>&nbsp;obj,
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/javax/xml/namespace/QName.html" title="class or interface in javax.xml.namespace">QName</A>&nbsp;elName)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaTypeMap.html" title="class in org.apache.cxf.binding.corba">CorbaTypeMap</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#getCorbaTypeMap()">getCorbaTypeMap</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/omg/CORBA/NVList.html" title="class or interface in org.omg.CORBA">NVList</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#getList()">getList</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaStreamable.html" title="interface in org.apache.cxf.binding.corba">CorbaStreamable</A>[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#getStreamableArguments()">getStreamableArguments</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaStreamable.html" title="interface in org.apache.cxf.binding.corba">CorbaStreamable</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#getStreamableException()">getStreamableException</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaStreamable.html" title="interface in org.apache.cxf.binding.corba">CorbaStreamable</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#getStreamableReturn()">getStreamableReturn</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/omg/CORBA/SystemException.html" title="class or interface in org.omg.CORBA">SystemException</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#getSystemException()">getSystemException</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#setCorbaTypeMap(org.apache.cxf.binding.corba.CorbaTypeMap)">setCorbaTypeMap</A></B>(<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaTypeMap.html" title="class in org.apache.cxf.binding.corba">CorbaTypeMap</A>&nbsp;typeMap)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#setList(org.omg.CORBA.NVList)">setList</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/omg/CORBA/NVList.html" title="class or interface in org.omg.CORBA">NVList</A>&nbsp;lst)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#setStreamableArguments(org.apache.cxf.binding.corba.CorbaStreamable[])">setStreamableArguments</A></B>(<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaStreamable.html" title="interface in org.apache.cxf.binding.corba">CorbaStreamable</A>[]&nbsp;data)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#setStreamableArgumentValue(org.apache.cxf.binding.corba.types.CorbaObjectHandler, int)">setStreamableArgumentValue</A></B>(<A HREF="../../../../../org/apache/cxf/binding/corba/types/CorbaObjectHandler.html" title="class in org.apache.cxf.binding.corba.types">CorbaObjectHandler</A>&nbsp;data,
int&nbsp;idx)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#setStreamableArgumentValues(org.apache.cxf.binding.corba.types.CorbaObjectHandler[])">setStreamableArgumentValues</A></B>(<A HREF="../../../../../org/apache/cxf/binding/corba/types/CorbaObjectHandler.html" title="class in org.apache.cxf.binding.corba.types">CorbaObjectHandler</A>[]&nbsp;data)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#setStreamableException(org.apache.cxf.binding.corba.CorbaStreamable)">setStreamableException</A></B>(<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaStreamable.html" title="interface in org.apache.cxf.binding.corba">CorbaStreamable</A>&nbsp;ex)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#setStreamableExceptionValue(org.apache.cxf.binding.corba.types.CorbaObjectHandler)">setStreamableExceptionValue</A></B>(<A HREF="../../../../../org/apache/cxf/binding/corba/types/CorbaObjectHandler.html" title="class in org.apache.cxf.binding.corba.types">CorbaObjectHandler</A>&nbsp;exData)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#setStreamableReturn(org.apache.cxf.binding.corba.CorbaStreamable)">setStreamableReturn</A></B>(<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaStreamable.html" title="interface in org.apache.cxf.binding.corba">CorbaStreamable</A>&nbsp;data)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#setStreamableReturnValue(org.apache.cxf.binding.corba.types.CorbaObjectHandler)">setStreamableReturnValue</A></B>(<A HREF="../../../../../org/apache/cxf/binding/corba/types/CorbaObjectHandler.html" title="class in org.apache.cxf.binding.corba.types">CorbaObjectHandler</A>&nbsp;data)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/binding/corba/CorbaMessage.html#setSystemException(org.omg.CORBA.SystemException)">setSystemException</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/omg/CORBA/SystemException.html" title="class or interface in org.omg.CORBA">SystemException</A>&nbsp;sysEx)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.apache.cxf.message.AbstractWrappedMessage"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.apache.cxf.message.<A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html" title="class in org.apache.cxf.message">AbstractWrappedMessage</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#clear()">clear</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#containsKey(java.lang.Object)">containsKey</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#containsValue(java.lang.Object)">containsValue</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#entrySet()">entrySet</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#get(java.lang.Class)">get</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#get(java.lang.Object)">get</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#getAttachments()">getAttachments</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#getContent(java.lang.Class)">getContent</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#getContentFormats()">getContentFormats</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#getContextualProperty(java.lang.String)">getContextualProperty</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#getDestination()">getDestination</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#getExchange()">getExchange</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#getId()">getId</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#getInterceptorChain()">getInterceptorChain</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#getMessage()">getMessage</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#hashCode()">hashCode</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#isEmpty()">isEmpty</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#keySet()">keySet</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#put(java.lang.Class, T)">put</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#put(java.lang.String, java.lang.Object)">put</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#putAll(java.util.Map)">putAll</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#remove(java.lang.Object)">remove</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#removeContent(java.lang.Class)">removeContent</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#resetContextCache()">resetContextCache</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#setAttachments(java.util.Collection)">setAttachments</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#setContent(java.lang.Class, java.lang.Object)">setContent</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#setContextualProperty(java.lang.String, java.lang.Object)">setContextualProperty</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#setExchange(org.apache.cxf.message.Exchange)">setExchange</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#setInterceptorChain(org.apache.cxf.interceptor.InterceptorChain)">setInterceptorChain</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#setMessage(org.apache.cxf.message.Message)">setMessage</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#size()">size</A>, <A HREF="../../../../../org/apache/cxf/message/AbstractWrappedMessage.html#values()">values</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="CorbaMessage(org.apache.cxf.message.Message)"><!-- --></A><H3>
CorbaMessage</H3>
<PRE>
public <B>CorbaMessage</B>(<A HREF="../../../../../org/apache/cxf/message/Message.html" title="interface in org.apache.cxf.message">Message</A>&nbsp;m)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="setList(org.omg.CORBA.NVList)"><!-- --></A><H3>
setList</H3>
<PRE>
public void <B>setList</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/omg/CORBA/NVList.html" title="class or interface in org.omg.CORBA">NVList</A>&nbsp;lst)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getList()"><!-- --></A><H3>
getList</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/omg/CORBA/NVList.html" title="class or interface in org.omg.CORBA">NVList</A> <B>getList</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getStreamableException()"><!-- --></A><H3>
getStreamableException</H3>
<PRE>
public <A HREF="../../../../../org/apache/cxf/binding/corba/CorbaStreamable.html" title="interface in org.apache.cxf.binding.corba">CorbaStreamable</A> <B>getStreamableException</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getStreamableReturn()"><!-- --></A><H3>
getStreamableReturn</H3>
<PRE>
public <A HREF="../../../../../org/apache/cxf/binding/corba/CorbaStreamable.html" title="interface in org.apache.cxf.binding.corba">CorbaStreamable</A> <B>getStreamableReturn</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSystemException()"><!-- --></A><H3>
getSystemException</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/omg/CORBA/SystemException.html" title="class or interface in org.omg.CORBA">SystemException</A> <B>getSystemException</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setSystemException(org.omg.CORBA.SystemException)"><!-- --></A><H3>
setSystemException</H3>
<PRE>
public void <B>setSystemException</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/omg/CORBA/SystemException.html" title="class or interface in org.omg.CORBA">SystemException</A>&nbsp;sysEx)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="addStreamableArgument(org.apache.cxf.binding.corba.CorbaStreamable)"><!-- --></A><H3>
addStreamableArgument</H3>
<PRE>
public final void <B>addStreamableArgument</B>(<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaStreamable.html" title="interface in org.apache.cxf.binding.corba">CorbaStreamable</A>&nbsp;arg)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getStreamableArguments()"><!-- --></A><H3>
getStreamableArguments</H3>
<PRE>
public <A HREF="../../../../../org/apache/cxf/binding/corba/CorbaStreamable.html" title="interface in org.apache.cxf.binding.corba">CorbaStreamable</A>[] <B>getStreamableArguments</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setStreamableArguments(org.apache.cxf.binding.corba.CorbaStreamable[])"><!-- --></A><H3>
setStreamableArguments</H3>
<PRE>
public final void <B>setStreamableArguments</B>(<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaStreamable.html" title="interface in org.apache.cxf.binding.corba">CorbaStreamable</A>[]&nbsp;data)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setStreamableArgumentValue(org.apache.cxf.binding.corba.types.CorbaObjectHandler, int)"><!-- --></A><H3>
setStreamableArgumentValue</H3>
<PRE>
public void <B>setStreamableArgumentValue</B>(<A HREF="../../../../../org/apache/cxf/binding/corba/types/CorbaObjectHandler.html" title="class in org.apache.cxf.binding.corba.types">CorbaObjectHandler</A>&nbsp;data,
int&nbsp;idx)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setStreamableArgumentValues(org.apache.cxf.binding.corba.types.CorbaObjectHandler[])"><!-- --></A><H3>
setStreamableArgumentValues</H3>
<PRE>
public void <B>setStreamableArgumentValues</B>(<A HREF="../../../../../org/apache/cxf/binding/corba/types/CorbaObjectHandler.html" title="class in org.apache.cxf.binding.corba.types">CorbaObjectHandler</A>[]&nbsp;data)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setStreamableReturn(org.apache.cxf.binding.corba.CorbaStreamable)"><!-- --></A><H3>
setStreamableReturn</H3>
<PRE>
public void <B>setStreamableReturn</B>(<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaStreamable.html" title="interface in org.apache.cxf.binding.corba">CorbaStreamable</A>&nbsp;data)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setStreamableReturnValue(org.apache.cxf.binding.corba.types.CorbaObjectHandler)"><!-- --></A><H3>
setStreamableReturnValue</H3>
<PRE>
public void <B>setStreamableReturnValue</B>(<A HREF="../../../../../org/apache/cxf/binding/corba/types/CorbaObjectHandler.html" title="class in org.apache.cxf.binding.corba.types">CorbaObjectHandler</A>&nbsp;data)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setStreamableException(org.apache.cxf.binding.corba.CorbaStreamable)"><!-- --></A><H3>
setStreamableException</H3>
<PRE>
public void <B>setStreamableException</B>(<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaStreamable.html" title="interface in org.apache.cxf.binding.corba">CorbaStreamable</A>&nbsp;ex)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setStreamableExceptionValue(org.apache.cxf.binding.corba.types.CorbaObjectHandler)"><!-- --></A><H3>
setStreamableExceptionValue</H3>
<PRE>
public void <B>setStreamableExceptionValue</B>(<A HREF="../../../../../org/apache/cxf/binding/corba/types/CorbaObjectHandler.html" title="class in org.apache.cxf.binding.corba.types">CorbaObjectHandler</A>&nbsp;exData)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createStreamableObject(org.apache.cxf.binding.corba.types.CorbaObjectHandler, javax.xml.namespace.QName)"><!-- --></A><H3>
createStreamableObject</H3>
<PRE>
public <A HREF="../../../../../org/apache/cxf/binding/corba/CorbaStreamable.html" title="interface in org.apache.cxf.binding.corba">CorbaStreamable</A> <B>createStreamableObject</B>(<A HREF="../../../../../org/apache/cxf/binding/corba/types/CorbaObjectHandler.html" title="class in org.apache.cxf.binding.corba.types">CorbaObjectHandler</A>&nbsp;obj,
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/javax/xml/namespace/QName.html" title="class or interface in javax.xml.namespace">QName</A>&nbsp;elName)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getCorbaTypeMap()"><!-- --></A><H3>
getCorbaTypeMap</H3>
<PRE>
public <A HREF="../../../../../org/apache/cxf/binding/corba/CorbaTypeMap.html" title="class in org.apache.cxf.binding.corba">CorbaTypeMap</A> <B>getCorbaTypeMap</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setCorbaTypeMap(org.apache.cxf.binding.corba.CorbaTypeMap)"><!-- --></A><H3>
setCorbaTypeMap</H3>
<PRE>
public void <B>setCorbaTypeMap</B>(<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaTypeMap.html" title="class in org.apache.cxf.binding.corba">CorbaTypeMap</A>&nbsp;typeMap)</PRE>
<DL>
<DD><DL>
</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>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CorbaMessage.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Apache CXF API</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaDestination.html" title="class in org.apache.cxf.binding.corba"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/cxf/binding/corba/CorbaServerConduit.html" title="class in org.apache.cxf.binding.corba"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/cxf/binding/corba/CorbaMessage.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="CorbaMessage.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<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:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Apache CXF
</BODY>
</HTML>