com.eviware.soapui.impl.wsdl
Class WsdlHeaderPart

java.lang.Object
  extended by com.eviware.soapui.model.iface.MessagePart.ContentPart
      extended by com.eviware.soapui.model.iface.MessagePart.HeaderPart
          extended by com.eviware.soapui.impl.wsdl.WsdlHeaderPart
All Implemented Interfaces:
MessagePart

public class WsdlHeaderPart
extends MessagePart.HeaderPart


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.eviware.soapui.model.iface.MessagePart
MessagePart.AttachmentPart, MessagePart.ContentPart, MessagePart.FaultPart, MessagePart.HeaderPart, MessagePart.PartType
 
Constructor Summary
WsdlHeaderPart(java.lang.String name, org.apache.xmlbeans.SchemaType schemaType, javax.xml.namespace.QName partElement, WsdlRequest request)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 javax.xml.namespace.QName getPartElement()
           
 Request getRequest()
           
 org.apache.xmlbeans.SchemaType getSchemaType()
           
 
Methods inherited from class com.eviware.soapui.model.iface.MessagePart.HeaderPart
getPartType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlHeaderPart

public WsdlHeaderPart(java.lang.String name,
                      org.apache.xmlbeans.SchemaType schemaType,
                      javax.xml.namespace.QName partElement,
                      WsdlRequest request)
Method Detail

getRequest

public Request getRequest()

getSchemaType

public org.apache.xmlbeans.SchemaType getSchemaType()
Specified by:
getSchemaType in class MessagePart.HeaderPart

getDescription

public java.lang.String getDescription()

getName

public java.lang.String getName()

getPartElement

public javax.xml.namespace.QName getPartElement()
Specified by:
getPartElement in class MessagePart.ContentPart


Copyright © 2005-2007 eviware.com. All Rights Reserved.