Package org.apache.cxf.binding.corba
Class CorbaMessage
java.lang.Object
org.apache.cxf.message.AbstractWrappedMessage
org.apache.cxf.binding.corba.CorbaMessage
-
Nested Class Summary
-
Field Summary
Fields inherited from interface org.apache.cxf.message.Message
ACCEPT_CONTENT_TYPE, ASYNC_POST_RESPONSE_DISPATCH, ATTACHMENTS, BASE_PATH, CONNECTION_TIMEOUT, CONTENT_TRANSFER_ENCODING, CONTENT_TYPE, DECOUPLED_CHANNEL_MESSAGE, EMPTY_PARTIAL_RESPONSE_MESSAGE, ENCODING, ENDPOINT_ADDRESS, ERROR_MESSAGE, EXCEPTION_CAUSE_SUFFIX, EXCEPTION_MESSAGE_CAUSE_ENABLED, FAULT_IN_INTERCEPTORS, FAULT_OUT_INTERCEPTORS, FAULT_STACKTRACE_ENABLED, FIXED_PARAMETER_ORDER, HTTP_REQUEST_METHOD, IN_INTERCEPTORS, INBOUND_MESSAGE, INTERCEPTOR_PROVIDERS, INVOCATION_CONTEXT, MAINTAIN_SESSION, MIME_HEADERS, MTOM_ENABLED, MTOM_THRESHOLD, ONE_WAY_REQUEST, OUT_INTERCEPTORS, PARTIAL_RESPONSE_MESSAGE, PATH_INFO, PROCESS_202_RESPONSE_ONEWAY_OR_PARTIAL, PROCESS_ONEWAY_RESPONSE, PROPAGATE_202_RESPONSE_ONEWAY_OR_PARTIAL, PROPOGATE_EXCEPTION, PROTOCOL_HEADERS, QUERY_STRING, RECEIVE_TIMEOUT, REQUEST_URI, REQUEST_URL, REQUESTOR_ROLE, RESPONSE_CODE, REST_MESSAGE, ROBUST_ONEWAY, SCHEMA_VALIDATION_ENABLED, SCHEMA_VALIDATION_TYPE, SERVICE_OBJECT, THREAD_CONTEXT_SWITCHED, THREAD_SAFE_STAX_FACTORIES, TRANSPORT, WSDL_DESCRIPTION, WSDL_INTERFACE, WSDL_OPERATION, WSDL_PORT, WSDL_SERVICE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidcreateStreamableObject(CorbaObjectHandler obj, QName elName) org.omg.CORBA.NVListgetList()org.omg.CORBA.SystemExceptionvoidsetCorbaTypeMap(CorbaTypeMap typeMap) voidsetList(org.omg.CORBA.NVList lst) final voidvoidsetStreamableArgumentValue(CorbaObjectHandler data, int idx) voidvoidvoidvoidvoidvoidsetSystemException(org.omg.CORBA.SystemException sysEx) Methods inherited from class org.apache.cxf.message.AbstractWrappedMessage
clear, containsKey, containsValue, entrySet, equals, get, get, getAttachments, getContent, getContentFormats, getContextualProperty, getContextualPropertyKeys, getDestination, getExchange, getId, getInterceptorChain, getMessage, hashCode, isEmpty, keySet, put, put, putAll, remove, remove, removeContent, resetContextCache, setAttachments, setContent, setExchange, setId, setInterceptorChain, setMessage, size, valuesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
CorbaMessage
-
-
Method Details
-
setList
public void setList(org.omg.CORBA.NVList lst) -
getList
public org.omg.CORBA.NVList getList() -
getStreamableException
-
getStreamableReturn
-
getSystemException
public org.omg.CORBA.SystemException getSystemException() -
setSystemException
public void setSystemException(org.omg.CORBA.SystemException sysEx) -
addStreamableArgument
-
getStreamableArguments
-
setStreamableArguments
-
setStreamableArgumentValue
-
setStreamableArgumentValues
-
setStreamableReturn
-
setStreamableReturnValue
-
setStreamableException
-
setStreamableExceptionValue
-
createStreamableObject
-
getCorbaTypeMap
-
setCorbaTypeMap
-