org.apache.servicemix.soap.bindings.http.impl
Class Wsdl2HttpMessageImpl
java.lang.Object
org.apache.servicemix.soap.core.model.AbstractMessage
org.apache.servicemix.soap.core.model.AbstractWsdl2Message
org.apache.servicemix.soap.bindings.http.impl.Wsdl2HttpMessageImpl
- All Implemented Interfaces:
- Message, Wsdl2Message, Wsdl2HttpMessage
public class Wsdl2HttpMessageImpl
- extends AbstractWsdl2Message
- implements Wsdl2HttpMessage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wsdl2HttpMessageImpl
public Wsdl2HttpMessageImpl()
getHttpHeaders
public 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 String getHttpTransferCoding()
- Specified by:
getHttpTransferCoding in interface Wsdl2HttpMessage
- Returns:
- the httpTransferCoding
setHttpTransferCoding
public void setHttpTransferCoding(String httpTransferCoding)
- Parameters:
httpTransferCoding - the httpTransferCoding to set
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.