org.apache.servicemix.soap.bindings.http.impl
Class Wsdl2HttpHeaderImpl
java.lang.Object
org.apache.servicemix.soap.bindings.http.impl.Wsdl2HttpHeaderImpl
- All Implemented Interfaces:
- Wsdl2HttpHeader
public class Wsdl2HttpHeaderImpl
- extends java.lang.Object
- implements Wsdl2HttpHeader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wsdl2HttpHeaderImpl
public Wsdl2HttpHeaderImpl()
getName
public java.lang.String getName()
- Specified by:
getName in interface Wsdl2HttpHeader
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
isRequired
public boolean isRequired()
- Specified by:
isRequired in interface Wsdl2HttpHeader
- Returns:
- the required
setRequired
public void setRequired(boolean required)
- Parameters:
required - the required to set
getType
public javax.xml.namespace.QName getType()
- Specified by:
getType in interface Wsdl2HttpHeader
- Returns:
- the type
setType
public void setType(javax.xml.namespace.QName type)
- Parameters:
type - the type to set
Copyright © 2005-2015 FuseSource. All Rights Reserved.