public final class FailureLocation extends Object
Constructor and Description |
---|
FailureLocation(javax.xml.stream.Location loc,
String docURI) |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentURI() |
javax.xml.stream.Location |
getLocation() |
void |
setDocumentURI(String newDocumentURI) |
void |
setLocation(javax.xml.stream.Location newLocation) |
public FailureLocation(javax.xml.stream.Location loc, String docURI)
public javax.xml.stream.Location getLocation()
public void setLocation(javax.xml.stream.Location newLocation)
public String getDocumentURI()
public void setDocumentURI(String newDocumentURI)
Apache CXF