public class PortInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<CallProperty> |
callProperty |
protected MessageSecurityBinding |
messageSecurityBinding |
protected String |
serviceEndpointInterface |
protected List<StubProperty> |
stubProperty |
protected WsdlPort |
wsdlPort |
| Constructor and Description |
|---|
PortInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<CallProperty> |
getCallProperty() |
MessageSecurityBinding |
getMessageSecurityBinding() |
String |
getServiceEndpointInterface() |
List<StubProperty> |
getStubProperty() |
WsdlPort |
getWsdlPort() |
void |
setMessageSecurityBinding(MessageSecurityBinding value) |
void |
setServiceEndpointInterface(String value) |
void |
setWsdlPort(WsdlPort value) |
protected String serviceEndpointInterface
protected WsdlPort wsdlPort
protected List<StubProperty> stubProperty
protected List<CallProperty> callProperty
protected MessageSecurityBinding messageSecurityBinding
public String getServiceEndpointInterface()
public void setServiceEndpointInterface(String value)
public WsdlPort getWsdlPort()
public void setWsdlPort(WsdlPort value)
public List<StubProperty> getStubProperty()
public List<CallProperty> getCallProperty()
public MessageSecurityBinding getMessageSecurityBinding()
public void setMessageSecurityBinding(MessageSecurityBinding value)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.