org.apache.axis2.jaxws.description.builder
Class WebServiceRefAnnot

java.lang.Object
  extended by org.apache.axis2.jaxws.description.builder.WebServiceRefAnnot
All Implemented Interfaces:
java.lang.annotation.Annotation, WebServiceRef

public class WebServiceRefAnnot
extends java.lang.Object
implements WebServiceRef


Method Summary
 java.lang.Class<java.lang.annotation.Annotation> annotationType()
           
static WebServiceRefAnnot createWebServiceRefAnnotImpl()
           
static WebServiceRefAnnot createWebServiceRefAnnotImpl(java.lang.String name, java.lang.String wsdlLocation, java.lang.Class type, java.lang.Class value, java.lang.String mappedName)
           
static WebServiceRefAnnot createWebServiceRefAnnotImpl(java.lang.String name, java.lang.String wsdlLocation, java.lang.Class type, java.lang.Class value, java.lang.String mappedName, java.lang.String typeString, java.lang.String valueString)
          Deprecated. The String values for type and value should not be used. Use createWebServiceRefAnnotImpl(String, String, Class, Class, String) There shouldn't be both a class and String for type and value; there isn't on the actual annotation.
 java.lang.String getTypeString()
          Deprecated. Use type()
 java.lang.String getValueString()
          Deprecated. Use value()
 java.lang.String getWsdlLocation()
           
 java.lang.String mappedName()
           
 java.lang.String name()
           
 void setMappedName(java.lang.String mappedName)
           
 void setName(java.lang.String name)
           
 void setType(java.lang.Class type)
           
 void setTypeString(java.lang.String typeString)
          Deprecated. Use setType(Class)
 void setValue(java.lang.Class value)
           
 void setValueString(java.lang.String valueString)
          Deprecated. setValue(Class)
 void setWsdlLocation(java.lang.String wsdlLocation)
           
 java.lang.String toString()
          Convenience method for unit testing.
 java.lang.Class type()
           
 java.lang.Class value()
           
 java.lang.String wsdlLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode
 

Method Detail

createWebServiceRefAnnotImpl

public static WebServiceRefAnnot createWebServiceRefAnnotImpl()

createWebServiceRefAnnotImpl

public static WebServiceRefAnnot createWebServiceRefAnnotImpl(java.lang.String name,
                                                              java.lang.String wsdlLocation,
                                                              java.lang.Class type,
                                                              java.lang.Class value,
                                                              java.lang.String mappedName)

createWebServiceRefAnnotImpl

public static WebServiceRefAnnot createWebServiceRefAnnotImpl(java.lang.String name,
                                                              java.lang.String wsdlLocation,
                                                              java.lang.Class type,
                                                              java.lang.Class value,
                                                              java.lang.String mappedName,
                                                              java.lang.String typeString,
                                                              java.lang.String valueString)
Deprecated. The String values for type and value should not be used. Use createWebServiceRefAnnotImpl(String, String, Class, Class, String) There shouldn't be both a class and String for type and value; there isn't on the actual annotation.

Parameters:
name -
wsdlLocation -
type -
value -
mappedName -
typeString -
valueString -
Returns:

mappedName

public java.lang.String mappedName()
Returns:
Returns the mappedName.

name

public java.lang.String name()
Returns:
Returns the name.

type

public java.lang.Class type()
Returns:
Returns the type.

value

public java.lang.Class value()
Returns:
Returns the value.

wsdlLocation

public java.lang.String wsdlLocation()
Returns:
Returns the wsdlLocation.

getTypeString

public java.lang.String getTypeString()
Deprecated. Use type()

Returns:
Returns the typeString.

getValueString

public java.lang.String getValueString()
Deprecated. Use value()

Returns:
Returns the valueString.

setMappedName

public void setMappedName(java.lang.String mappedName)
Parameters:
mappedName - The mappedName to set.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

setType

public void setType(java.lang.Class type)
Parameters:
type - The type to set.

setValue

public void setValue(java.lang.Class value)
Parameters:
value - The value to set.

setWsdlLocation

public void setWsdlLocation(java.lang.String wsdlLocation)
Parameters:
wsdlLocation - The wsdlLocation to set.

getWsdlLocation

public java.lang.String getWsdlLocation()
Returns:
Returns the wsdlLocation.

setTypeString

public void setTypeString(java.lang.String typeString)
Deprecated. Use setType(Class)

Parameters:
typeString - The typeString to set.

setValueString

public void setValueString(java.lang.String valueString)
Deprecated. setValue(Class)

Parameters:
valueString - The valueString to set.

annotationType

public java.lang.Class<java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation

toString

public java.lang.String toString()
Convenience method for unit testing. We will print all of the data members here.

Specified by:
toString in interface java.lang.annotation.Annotation
Overrides:
toString in class java.lang.Object


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