org.apache.servicemix.soap.bindings.http.impl
Class Wsdl2HttpMessageImpl

java.lang.Object
  extended by org.apache.servicemix.soap.core.model.AbstractMessage
      extended by org.apache.servicemix.soap.core.model.AbstractWsdl2Message
          extended by org.apache.servicemix.soap.bindings.http.impl.Wsdl2HttpMessageImpl
All Implemented Interfaces:
Message, Wsdl2Message, Wsdl2HttpMessage

public class Wsdl2HttpMessageImpl
extends AbstractWsdl2Message
implements Wsdl2HttpMessage


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.servicemix.soap.api.model.wsdl2.Wsdl2Message
Wsdl2Message.ContentModel
 
Constructor Summary
Wsdl2HttpMessageImpl()
           
 
Method Summary
 void addHttpHeader(Wsdl2HttpHeader httpHeader)
           
 java.util.List<Wsdl2HttpHeader> getHttpHeaders()
           
 java.lang.String getHttpTransferCoding()
           
 void setHttpTransferCoding(java.lang.String httpTransferCoding)
           
 
Methods inherited from class org.apache.servicemix.soap.core.model.AbstractWsdl2Message
getContentModel, getElementDeclaration, setContentModel, setElementDeclaration
 
Methods inherited from class org.apache.servicemix.soap.core.model.AbstractMessage
getElementName, setElementName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.servicemix.soap.api.model.wsdl2.Wsdl2Message
getContentModel, getElementDeclaration
 
Methods inherited from interface org.apache.servicemix.soap.api.model.Message
getElementName
 

Constructor Detail

Wsdl2HttpMessageImpl

public Wsdl2HttpMessageImpl()
Method Detail

getHttpHeaders

public java.util.List<Wsdl2HttpHeader> getHttpHeaders()
Specified by:
getHttpHeaders in interface Wsdl2HttpMessage
Returns:
the httpHeaders

addHttpHeader

public void addHttpHeader(Wsdl2HttpHeader httpHeader)
Parameters:
httpHeaders - the httpHeaders to set

getHttpTransferCoding

public java.lang.String getHttpTransferCoding()
Specified by:
getHttpTransferCoding in interface Wsdl2HttpMessage
Returns:
the httpTransferCoding

setHttpTransferCoding

public void setHttpTransferCoding(java.lang.String httpTransferCoding)
Parameters:
httpTransferCoding - the httpTransferCoding to set


Copyright © 2005-2012 FuseSource. All Rights Reserved.