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
 
Fields inherited from interface javax.xml.ws.handler.MessageContext
HTTP_REQUEST_HEADERS, HTTP_RESPONSE_CODE, HTTP_RESPONSE_HEADERS, MESSAGE_ATTACHMENTS, MESSAGE_OUTBOUND_PROPERTY, MESSAGE_SECURITY_CONFIGURATION, WSDL_DESCRIPTION, WSDL_INTERFACE, WSDL_OPERATION, WSDL_PORT, WSDL_SERVICE
 
Method Summary
 OutputStream getOutputStream()
           
 boolean isFault()
           
 void setFault(boolean isFault)
           
 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
 

Method Detail

getOutputStream

OutputStream getOutputStream()

setOutputStream

void setOutputStream(OutputStream out)

setFault

void setFault(boolean isFault)

isFault

boolean isFault()

Celtix User APIs