Class SOAPAddress
- java.lang.Object
-
- com.sun.xml.rpc.wsdl.framework.Entity
-
- com.sun.xml.rpc.wsdl.framework.Extension
-
- com.sun.xml.rpc.wsdl.document.soap.SOAPAddress
-
-
Constructor Summary
Constructors Constructor Description SOAPAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getElementName()
String
getLocation()
void
setLocation(String s)
void
validateThis()
-
Methods inherited from class com.sun.xml.rpc.wsdl.framework.Entity
failValidation, failValidation, getProperty, removeProperty, setProperty, withAllEntityReferencesDo, withAllQNamesDo, withAllSubEntitiesDo
-
-
-
-
Method Detail
-
getElementName
public QName getElementName()
-
getLocation
public String getLocation()
-
setLocation
public void setLocation(String s)
-
validateThis
public void validateThis()
- Specified by:
validateThis
in classEntity
-
-