|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.jaxws.description.builder.WebServiceRefAnnot
public class WebServiceRefAnnot
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 |
---|
public static WebServiceRefAnnot createWebServiceRefAnnotImpl()
public static WebServiceRefAnnot createWebServiceRefAnnotImpl(String name, String wsdlLocation, Class type, Class value, String mappedName)
public static WebServiceRefAnnot createWebServiceRefAnnotImpl(String name, String wsdlLocation, Class type, Class value, String mappedName, String lookup)
public static WebServiceRefAnnot createWebServiceRefAnnotImpl(String name, String wsdlLocation, Class type, Class value, String mappedName, String typeString, String valueString)
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.
name
- wsdlLocation
- type
- value
- mappedName
- typeString
- valueString
-
public String mappedName()
public String name()
public Class type()
public Class value()
public String wsdlLocation()
public String lookup()
public String getTypeString()
type()
public String getValueString()
value()
public void setMappedName(String mappedName)
mappedName
- The mappedName to set.public void setName(String name)
name
- The name to set.public void setType(Class type)
type
- The type to set.public void setValue(Class value)
value
- The value to set.public void setWsdlLocation(String wsdlLocation)
wsdlLocation
- The wsdlLocation to set.public String getWsdlLocation()
public void setLookup(String lookup)
lookup
- A portable JNDI lookup name that resolves to the target web service reference.public void setTypeString(String typeString)
setType(Class)
typeString
- The typeString to set.public void setValueString(String valueString)
setValue(Class)
valueString
- The valueString to set.public Class<Annotation> annotationType()
annotationType
in interface Annotation
public String toString()
toString
in interface Annotation
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |