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

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

public class SampleXmlUtil
extends java.lang.Object


Field Summary
static java.lang.String[] WORDS
           
static javax.xml.namespace.QName XSI_TYPE
           
 
Constructor Summary
SampleXmlUtil(boolean soapEnc)
           
 
Method Summary
static javax.xml.namespace.QName crackQName(java.lang.String qName)
          Cracks a combined QName of the form URL:localname
static java.lang.String createSampleForType(org.apache.xmlbeans.SchemaType sType)
           
 void createSampleForType(org.apache.xmlbeans.SchemaType stype, org.apache.xmlbeans.XmlCursor xmlc)
          Cursor position Before: ^ After: ^
 boolean isIgnoreOptional()
           
 boolean isSoapEnc()
           
 void setIgnoreOptional(boolean ignoreOptional)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WORDS

public static final java.lang.String[] WORDS

XSI_TYPE

public static final javax.xml.namespace.QName XSI_TYPE
Constructor Detail

SampleXmlUtil

public SampleXmlUtil(boolean soapEnc)
Method Detail

isSoapEnc

public boolean isSoapEnc()

createSampleForType

public static java.lang.String createSampleForType(org.apache.xmlbeans.SchemaType sType)

createSampleForType

public void createSampleForType(org.apache.xmlbeans.SchemaType stype,
                                org.apache.xmlbeans.XmlCursor xmlc)
Cursor position Before: ^ After: ^


crackQName

public static javax.xml.namespace.QName crackQName(java.lang.String qName)
Cracks a combined QName of the form URL:localname


isIgnoreOptional

public boolean isIgnoreOptional()

setIgnoreOptional

public void setIgnoreOptional(boolean ignoreOptional)


Copyright © 2005 eviware.com. All Rights Reserved.