public class PortInfo
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.List<CallProperty> | callProperty | 
| protected MessageSecurityBinding | messageSecurityBinding | 
| protected java.lang.String | serviceEndpointInterface | 
| protected java.util.List<StubProperty> | stubProperty | 
| protected WsdlPort | wsdlPort | 
| Constructor and Description | 
|---|
| PortInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<CallProperty> | getCallProperty() | 
| MessageSecurityBinding | getMessageSecurityBinding() | 
| java.lang.String | getServiceEndpointInterface() | 
| java.util.List<StubProperty> | getStubProperty() | 
| WsdlPort | getWsdlPort() | 
| void | setMessageSecurityBinding(MessageSecurityBinding value) | 
| void | setServiceEndpointInterface(java.lang.String value) | 
| void | setWsdlPort(WsdlPort value) | 
protected java.lang.String serviceEndpointInterface
protected WsdlPort wsdlPort
protected java.util.List<StubProperty> stubProperty
protected java.util.List<CallProperty> callProperty
protected MessageSecurityBinding messageSecurityBinding
public java.lang.String getServiceEndpointInterface()
public void setServiceEndpointInterface(java.lang.String value)
public WsdlPort getWsdlPort()
public void setWsdlPort(WsdlPort value)
public java.util.List<StubProperty> getStubProperty()
public java.util.List<CallProperty> getCallProperty()
public MessageSecurityBinding getMessageSecurityBinding()
public void setMessageSecurityBinding(MessageSecurityBinding value)