org.apache.axis2.dataretrieval
Class OutputForm

java.lang.Object
  extended by org.apache.axis2.dataretrieval.OutputForm

public class OutputForm
extends java.lang.Object


Field Summary
static OutputForm INLINE_FORM
          Possible Output formats as stated in of in the WS-MEX specification.
static OutputForm LOCATION_FORM
           
static OutputForm REFERENCE_FORM
           
 
Constructor Summary
protected OutputForm(java.lang.String intype)
           
 
Method Summary
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INLINE_FORM

public static final OutputForm INLINE_FORM
Possible Output formats as stated in of in the WS-MEX specification.


LOCATION_FORM

public static final OutputForm LOCATION_FORM

REFERENCE_FORM

public static final OutputForm REFERENCE_FORM
Constructor Detail

OutputForm

protected OutputForm(java.lang.String intype)
Method Detail

getType

public java.lang.String getType()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.