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

java.lang.Object
  extended by org.apache.servicemix.soap.core.model.AbstractWsdl1Part
      extended by org.apache.servicemix.soap.bindings.soap.impl.Wsdl1SoapPartImpl
All Implemented Interfaces:
Wsdl1Part, Wsdl1SoapPart

public class Wsdl1SoapPartImpl
extends AbstractWsdl1Part
implements Wsdl1SoapPart


Constructor Summary
Wsdl1SoapPartImpl()
           
 
Method Summary
 boolean isBody()
           
 boolean isHeader()
           
 void setBody(boolean isBody)
           
 void setHeader(boolean isHeader)
           
 
Methods inherited from class org.apache.servicemix.soap.core.model.AbstractWsdl1Part
getElement, getName, getType, setElement, setName, setType
 
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.Wsdl1Part
getElement, getName, getType
 

Constructor Detail

Wsdl1SoapPartImpl

public Wsdl1SoapPartImpl()
Method Detail

isBody

public boolean isBody()
Specified by:
isBody in interface Wsdl1SoapPart
Returns:
the isBody

setBody

public void setBody(boolean isBody)
Parameters:
isBody - the isBody to set

isHeader

public boolean isHeader()
Specified by:
isHeader in interface Wsdl1SoapPart
Returns:
the isHeader

setHeader

public void setHeader(boolean isHeader)
Parameters:
isHeader - the isHeader to set


Copyright © 2005-2012 FuseSource. All Rights Reserved.