com.eviware.soapui.impl.wsdl.support
Class MessageXmlPart

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.support.MessageXmlPart

public class MessageXmlPart
extends java.lang.Object

Wrapper for WSDL parts

Author:
ole.matzura

Constructor Summary
MessageXmlPart(org.apache.xmlbeans.XmlObject sourceXmlObject, org.apache.xmlbeans.SchemaType type, javax.wsdl.Part part, javax.wsdl.BindingOperation bindingOperation, boolean isRequest)
           
 
Method Summary
 javax.wsdl.Part getPart()
           
 org.apache.xmlbeans.SchemaType getSchemaType()
           
 boolean isAttachmentPart()
           
 org.apache.xmlbeans.XmlCursor newCursor()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageXmlPart

public MessageXmlPart(org.apache.xmlbeans.XmlObject sourceXmlObject,
                      org.apache.xmlbeans.SchemaType type,
                      javax.wsdl.Part part,
                      javax.wsdl.BindingOperation bindingOperation,
                      boolean isRequest)
Method Detail

update

public void update()

newCursor

public org.apache.xmlbeans.XmlCursor newCursor()

isAttachmentPart

public boolean isAttachmentPart()

getPart

public javax.wsdl.Part getPart()

getSchemaType

public org.apache.xmlbeans.SchemaType getSchemaType()


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