public class AccessPoint extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
factoryURI |
protected RunningInstanceInterfaces |
runningInstanceInterfaces |
| Constructor and Description |
|---|
AccessPoint() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.apache.axis.message.addressing.EndpointReferenceType |
getEndpoint(String entryName)
Returns the asbsolute endpoint of a port-type from its relative endpoint.
|
String |
getFactoryURI()
Deprecated.
|
RunningInstanceInterfaces |
getRunningInstanceInterfaces()
Gets the value of the runningInstanceInterfaces property.
|
void |
setFactoryURI(String value)
Deprecated.
|
void |
setRunningInstanceInterfaces(RunningInstanceInterfaces value)
Sets the value of the runningInstanceInterfaces property.
|
protected RunningInstanceInterfaces runningInstanceInterfaces
protected String factoryURI
public RunningInstanceInterfaces getRunningInstanceInterfaces()
RunningInstanceInterfacespublic void setRunningInstanceInterfaces(RunningInstanceInterfaces value)
value - allowed object is
RunningInstanceInterfaces@Deprecated public String getFactoryURI()
String@Deprecated public void setFactoryURI(String value)
value - allowed object is
Stringpublic org.apache.axis.message.addressing.EndpointReferenceType getEndpoint(String entryName)
entryName - the relative endpoint.Copyright © 2015. All Rights Reserved.