| Modifier and Type | Field and Description |
|---|---|
protected String |
debuggingEnabled |
protected String |
endpointAddressUri |
protected List<Object> |
loginConfigOrMessageSecurityBinding |
protected String |
portComponentName |
protected ServiceQname |
serviceQname |
protected String |
servletImplClass |
protected String |
tieClass |
protected String |
transportGuarantee |
| Constructor and Description |
|---|
WebserviceEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDebuggingEnabled() |
String |
getEndpointAddressUri() |
String |
getKey()
Gets the immutable key for this object.
|
List<Object> |
getLoginConfigOrMessageSecurityBinding() |
String |
getPortComponentName() |
ServiceQname |
getServiceQname() |
String |
getServletImplClass() |
String |
getTieClass() |
String |
getTransportGuarantee() |
void |
setDebuggingEnabled(String value) |
void |
setEndpointAddressUri(String value) |
void |
setPortComponentName(String value) |
void |
setServiceQname(ServiceQname value) |
void |
setServletImplClass(String value) |
void |
setTieClass(String value) |
void |
setTransportGuarantee(String value) |
protected String portComponentName
protected String endpointAddressUri
protected String transportGuarantee
protected ServiceQname serviceQname
protected String tieClass
protected String servletImplClass
protected String debuggingEnabled
public String getKey()
Keyablepublic String getPortComponentName()
public void setPortComponentName(String value)
public String getEndpointAddressUri()
public void setEndpointAddressUri(String value)
public String getTransportGuarantee()
public void setTransportGuarantee(String value)
public ServiceQname getServiceQname()
public void setServiceQname(ServiceQname value)
public String getTieClass()
public void setTieClass(String value)
public String getServletImplClass()
public void setServletImplClass(String value)
public String getDebuggingEnabled()
public void setDebuggingEnabled(String value)
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.