BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xml.utils.synthetic.SynthesisException

Packages that use SynthesisException
weblogic.apache.xml.utils.synthetic   
weblogic.apache.xml.utils.synthetic.reflection   
 

Uses of SynthesisException in weblogic.apache.xml.utils.synthetic
 

Methods in weblogic.apache.xml.utils.synthetic that throw SynthesisException
static Class Class.declareClass(java.lang.String className)
          Start to create a synthetic Class with the given fully-qualified name.
 Constructor Class.getConstructor(Class[] parameterTypes)
          Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object.
 void Class.addExtends(Class newclass)
          Adds an "extends" description for the class or interface represented by this Class object
 Constructor Class.declareConstructor()
          Adds a Constructor description for the class or interface represented by this Class object
 Class Class.declareInterface(Class newifce)
          State that this class implements a specified interface.
 Field Class.declareField(java.lang.String name)
          Adds a Field description for the class or interface represented by this Class object
 Method Class.declareMethod(java.lang.String name)
          Adds a Method description for the class or interface represented by this Class object
 Class Class.declareInnerClass(java.lang.String className)
          Declare a class contained within this class.
 void Class.addImplements(Class newclass)
          Adds an "implements" description for the class or interface represented by this Class object
 void Class.setModifiers(int modifiers)
          Set the Java language modifiers for this class or interface, encoded in an integer.
 void Class.setRealClass(java.lang.Class realclass)
          This call is intended to allow an existing weblogic.apache.xml.utils.synthetic.Class to be switched from purely descriptive mode to proxy mode ("reified").
 void Class.setSuperClass(Class superclass)
          Set the superclass for this synthetic class.
 void Class.setSuperClass(java.lang.Class superclass)
          Set the superclass for this synthetic class.
 void Class.isInterface(boolean isInterface)
          Assert that the specified Class object represents an interface type.
 

Uses of SynthesisException in weblogic.apache.xml.utils.synthetic.reflection
 

Methods in weblogic.apache.xml.utils.synthetic.reflection that throw SynthesisException
 void Member.setDeclaringClass(Class declaringClass)
          Returns the Class object representing the class or interface that declares the member or constructor represented by this Member.
 void Member.setModifiers(int modifiers)
          Returns the Java language modifiers for the member or constructor represented by this Member, as an integer.
 void EntryPoint.addExceptionType(Class exception)
          Method addExceptionType
 void EntryPoint.setName(java.lang.String name)
          Member method.
 void EntryPoint.addParameter(Class type, java.lang.String name)
          Method addParameter
 void EntryPoint.setDeclaringClass(Class declaringClass)
          Assert the Class object representing the class that declares the constructor represented by this Constructor object.
 void EntryPoint.setModifiers(int modifiers)
          Should only be accepted before a "real" entrypoint is bound.
 void EntryPoint.setBody(java.lang.String language, java.lang.StringBuffer body)
          Extension: For synthesis, we need a place to hang a method body.
 void Method.setReturnType(Class returntype)
          Method setReturnType
 void Field.setInitializer(java.lang.String i)
          Method setInitializer
 void Field.setType(Class type)
          Method setType
 void Field.setModifiers(int modifiers)
          Insert the method's description here.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.