org.apache.axis2.dataretrieval
Class OutputForm

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

public class OutputForm
extends 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(String intype)
           
 
Method Summary
 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(String intype)
Method Detail

getType

public String getType()


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.