Celtix User APIs

org.objectweb.celtix.context
Interface OutputStreamMessageContext

All Superinterfaces:
Map<String,Object>, javax.xml.ws.handler.MessageContext

public interface OutputStreamMessageContext
extends javax.xml.ws.handler.MessageContext


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.xml.ws.handler.MessageContext
javax.xml.ws.handler.MessageContext.Scope
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
static String ONEWAY_MESSAGE_TF
           
 
Fields inherited from interface javax.xml.ws.handler.MessageContext
HTTP_REQUEST_HEADERS, HTTP_REQUEST_METHOD, HTTP_RESPONSE_CODE, HTTP_RESPONSE_HEADERS, MESSAGE_ATTACHMENTS, MESSAGE_OUTBOUND_PROPERTY, SERVLET_CONTEXT, SERVLET_REQUEST, SERVLET_RESPONSE, SERVLET_SESSION, WSDL_DESCRIPTION, WSDL_INTERFACE, WSDL_OPERATION, WSDL_PORT, WSDL_SERVICE
 
Method Summary
 OutputStream getOutputStream()
           
 boolean isFault()
           
 boolean isOneWay()
           
 void setFault(boolean isFault)
           
 void setOneWay(boolean isOneWay)
           
 void setOutputStream(OutputStream out)
           
 
Methods inherited from interface javax.xml.ws.handler.MessageContext
getScope, setScope
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Field Detail

ONEWAY_MESSAGE_TF

static final String ONEWAY_MESSAGE_TF
See Also:
Constant Field Values
Method Detail

getOutputStream

OutputStream getOutputStream()

setOutputStream

void setOutputStream(OutputStream out)

setFault

void setFault(boolean isFault)

isFault

boolean isFault()

setOneWay

void setOneWay(boolean isOneWay)

isOneWay

boolean isOneWay()

Celtix User APIs