electric.soap.wsdl.util
Class WSDLUtil

java.lang.Object
  extended byelectric.soap.wsdl.util.WSDLUtil

public class WSDLUtil
extends java.lang.Object

WSDLUtil

Author:
webMethods

Constructor Summary
WSDLUtil()
           
 
Method Summary
static SchemaElement getElement(Part inputPart)
           
static boolean isBinaryType(Type type)
          Return true if the given type is binary.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLUtil

public WSDLUtil()
Method Detail

isBinaryType

public static boolean isBinaryType(Type type)
Return true if the given type is binary. Includes hexBinary, base64Binary, and the soap encoded base64.

Parameters:
type -

getElement

public static final SchemaElement getElement(Part inputPart)
                                      throws SchemaException
Parameters:
inputPart -
Throws:
SchemaException


copyright© 2001-2004 by webMethods All Rights Reserved.