public class HtmlResult extends Object
| Constructor and Description |
|---|
HtmlResult()
Constructs an empty HtmlResult object.
|
| Modifier and Type | Method and Description |
|---|---|
UrlIdentifier |
getClaimedId()
Gets the claimed identifier.
|
String |
getDelegate1() |
String |
getDelegate2() |
URL |
getOP1Endpoint() |
URL |
getOP2Endpoint() |
void |
setClaimed(UrlIdentifier claimed)
Sets the claimed identifier.
|
void |
setDelegate1(String delegate1) |
void |
setDelegate2(String delegate2) |
void |
setEndpoint1(String op1Endpoint) |
void |
setEndpoint2(String op2Endpoint) |
String |
toString() |
public void setClaimed(UrlIdentifier claimed)
public UrlIdentifier getClaimedId()
public void setEndpoint1(String op1Endpoint) throws DiscoveryException
DiscoveryExceptionpublic URL getOP1Endpoint()
public String getDelegate1()
public void setDelegate1(String delegate1)
public void setEndpoint2(String op2Endpoint) throws DiscoveryException
DiscoveryExceptionpublic URL getOP2Endpoint()
public String getDelegate2()
public void setDelegate2(String delegate2)
Copyright © 2015 WSO2. All rights reserved.