Package org.apache.openejb.jee.sun
Class PortInfo
- java.lang.Object
-
- org.apache.openejb.jee.sun.PortInfo
-
public class PortInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CallProperty>callPropertyprotected MessageSecurityBindingmessageSecurityBindingprotected StringserviceEndpointInterfaceprotected List<StubProperty>stubPropertyprotected WsdlPortwsdlPort
-
Constructor Summary
Constructors Constructor Description PortInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CallProperty>getCallProperty()MessageSecurityBindinggetMessageSecurityBinding()StringgetServiceEndpointInterface()List<StubProperty>getStubProperty()WsdlPortgetWsdlPort()voidsetMessageSecurityBinding(MessageSecurityBinding value)voidsetServiceEndpointInterface(String value)voidsetWsdlPort(WsdlPort value)
-
-
-
Field Detail
-
serviceEndpointInterface
protected String serviceEndpointInterface
-
wsdlPort
protected WsdlPort wsdlPort
-
stubProperty
protected List<StubProperty> stubProperty
-
callProperty
protected List<CallProperty> callProperty
-
messageSecurityBinding
protected MessageSecurityBinding messageSecurityBinding
-
-
Method Detail
-
getServiceEndpointInterface
public String getServiceEndpointInterface()
-
setServiceEndpointInterface
public void setServiceEndpointInterface(String value)
-
getWsdlPort
public WsdlPort getWsdlPort()
-
setWsdlPort
public void setWsdlPort(WsdlPort value)
-
getStubProperty
public List<StubProperty> getStubProperty()
-
getCallProperty
public List<CallProperty> getCallProperty()
-
getMessageSecurityBinding
public MessageSecurityBinding getMessageSecurityBinding()
-
setMessageSecurityBinding
public void setMessageSecurityBinding(MessageSecurityBinding value)
-
-