org.apache.servicemix.soap.bindings.http.model
Interface Wsdl2HttpMessage

All Superinterfaces:
Message, Wsdl2Message
All Known Implementing Classes:
Wsdl2HttpMessageImpl

public interface Wsdl2HttpMessage
extends Wsdl2Message


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.servicemix.soap.api.model.wsdl2.Wsdl2Message
Wsdl2Message.ContentModel
 
Method Summary
 java.util.Collection<Wsdl2HttpHeader> getHttpHeaders()
           
 java.lang.String getHttpTransferCoding()
           
 
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
 

Method Detail

getHttpTransferCoding

java.lang.String getHttpTransferCoding()

getHttpHeaders

java.util.Collection<Wsdl2HttpHeader> getHttpHeaders()


Copyright © 2005-2015 FuseSource. All Rights Reserved.