org.apache.servicemix.soap.bindings.soap.impl
Class Wsdl1SoapMessageImpl

java.lang.Object
  extended by org.apache.servicemix.soap.core.model.AbstractMessage
      extended by org.apache.servicemix.soap.core.model.AbstractWsdl1Message<Wsdl1SoapPart>
          extended by org.apache.servicemix.soap.bindings.soap.impl.Wsdl1SoapMessageImpl
All Implemented Interfaces:
Message, Wsdl1Message<Wsdl1SoapPart>, SoapMessage, Wsdl1SoapMessage

public class Wsdl1SoapMessageImpl
extends AbstractWsdl1Message<Wsdl1SoapPart>
implements Wsdl1SoapMessage


Constructor Summary
Wsdl1SoapMessageImpl()
           
 
Method Summary
 java.lang.String getNamespace()
           
 void setNamespace(java.lang.String namespace)
           
 
Methods inherited from class org.apache.servicemix.soap.core.model.AbstractWsdl1Message
addPart, getMessageName, getName, getParts, setMessageName, setName
 
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.wsdl1.Wsdl1Message
getMessageName, getName, getParts
 
Methods inherited from interface org.apache.servicemix.soap.api.model.Message
getElementName
 

Constructor Detail

Wsdl1SoapMessageImpl

public Wsdl1SoapMessageImpl()
Method Detail

getNamespace

public java.lang.String getNamespace()
Specified by:
getNamespace in interface Wsdl1SoapMessage
Returns:
the namespace

setNamespace

public void setNamespace(java.lang.String namespace)
Parameters:
namespace - the namespace to set


Copyright © 2005-2015 FuseSource. All Rights Reserved.