org.apache.servicemix.soap.bindings.soap.impl
Class Wsdl1SoapPartImpl
java.lang.Object
org.apache.servicemix.soap.core.model.AbstractWsdl1Part
org.apache.servicemix.soap.bindings.soap.impl.Wsdl1SoapPartImpl
- All Implemented Interfaces:
- Wsdl1Part, Wsdl1SoapPart
public class Wsdl1SoapPartImpl
- extends AbstractWsdl1Part
- implements Wsdl1SoapPart
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wsdl1SoapPartImpl
public Wsdl1SoapPartImpl()
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-2008 Apache Software Foundation. All Rights Reserved.