org.apache.servicemix.soap.bindings.http.impl
Class Wsdl2HttpHeaderImpl

java.lang.Object
  extended by org.apache.servicemix.soap.bindings.http.impl.Wsdl2HttpHeaderImpl
All Implemented Interfaces:
Wsdl2HttpHeader

public class Wsdl2HttpHeaderImpl
extends java.lang.Object
implements Wsdl2HttpHeader


Constructor Summary
Wsdl2HttpHeaderImpl()
           
 
Method Summary
 java.lang.String getName()
           
 javax.xml.namespace.QName getType()
           
 boolean isRequired()
           
 void setName(java.lang.String name)
           
 void setRequired(boolean required)
           
 void setType(javax.xml.namespace.QName type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wsdl2HttpHeaderImpl

public Wsdl2HttpHeaderImpl()
Method Detail

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.